public class JapePlusIcon extends Object implements Icon
Constructor and Description |
---|
JapePlusIcon()
Creates a new transcoded SVG image.
|
JapePlusIcon(Dimension size)
Creates a new transcoded SVG image with the given dimensions.
|
JapePlusIcon(int width,
int height) |
Modifier and Type | Method and Description |
---|---|
int |
getIconHeight() |
int |
getIconWidth() |
Image |
getImage() |
static int |
getOrigHeight()
Returns the height of the bounding box of the original SVG image.
|
static int |
getOrigWidth()
Returns the width of the bounding box of the original SVG image.
|
static int |
getOrigX()
Returns the X of the bounding box of the original SVG image.
|
static int |
getOrigY()
Returns the Y of the bounding box of the original SVG image.
|
static void |
paint(Graphics2D g)
Paints the transcoded SVG image on the specified graphics context.
|
void |
paintIcon(Component c,
Graphics g,
int x,
int y) |
void |
setDimension(Dimension newDimension) |
public JapePlusIcon()
public JapePlusIcon(Dimension size)
size
- the dimensions of the iconpublic JapePlusIcon(int width, int height)
public static void paint(Graphics2D g)
g
- Graphics context.public Image getImage()
public static int getOrigX()
public static int getOrigY()
public static int getOrigWidth()
public static int getOrigHeight()
public int getIconHeight()
getIconHeight
in interface Icon
public int getIconWidth()
getIconWidth
in interface Icon
public void setDimension(Dimension newDimension)