public class substance
extends java.lang.Object
| Constructor and Description |
|---|
substance() |
| Modifier and Type | Method and Description |
|---|---|
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(java.awt.Graphics2D g)
Paints the transcoded SVG image on the specified graphics context.
|
public static void paint(java.awt.Graphics2D g)
g - Graphics context.public static int getOrigX()
public static int getOrigY()
public static int getOrigWidth()
public static int getOrigHeight()