tools.jitterbug
Class substance

java.lang.Object
  extended by tools.jitterbug.substance

public class substance
extends java.lang.Object

This class has been automatically generated using Flamingo SVG transcoder.


Constructor Summary
substance()
           
 
Method Summary
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

substance

public substance()
Method Detail

paint

public static void paint(java.awt.Graphics2D g)
Paints the transcoded SVG image on the specified graphics context. You can install a custom transformation on the graphics context to scale the image.

Parameters:
g - Graphics context.

getOrigX

public static int getOrigX()
Returns the X of the bounding box of the original SVG image.

Returns:
The X of the bounding box of the original SVG image.

getOrigY

public static int getOrigY()
Returns the Y of the bounding box of the original SVG image.

Returns:
The Y of the bounding box of the original SVG image.

getOrigWidth

public static int getOrigWidth()
Returns the width of the bounding box of the original SVG image.

Returns:
The width of the bounding box of the original SVG image.

getOrigHeight

public static int getOrigHeight()
Returns the height of the bounding box of the original SVG image.

Returns:
The height of the bounding box of the original SVG image.