icons
Class appointment_new

java.lang.Object
  extended by icons.appointment_new
All Implemented Interfaces:
javax.swing.Icon, org.pushingpixels.flamingo.common.icon.ResizableIcon

public class appointment_new
extends java.lang.Object
implements org.pushingpixels.flamingo.common.icon.ResizableIcon

This class has been automatically generated using Flamingo SVG transcoder.


Constructor Summary
appointment_new()
          Creates a new transcoded SVG image.
 
Method Summary
 int getIconHeight()
           
 int getIconWidth()
           
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.
 void paintIcon(java.awt.Component c, java.awt.Graphics g, int x, int y)
           
 void setDimension(java.awt.Dimension newDimension)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

appointment_new

public appointment_new()
Creates a new transcoded SVG image.

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.

getIconHeight

public int getIconHeight()
Specified by:
getIconHeight in interface javax.swing.Icon

getIconWidth

public int getIconWidth()
Specified by:
getIconWidth in interface javax.swing.Icon

setDimension

public void setDimension(java.awt.Dimension newDimension)
Specified by:
setDimension in interface org.pushingpixels.flamingo.common.icon.ResizableIcon

paintIcon

public void paintIcon(java.awt.Component c,
                      java.awt.Graphics g,
                      int x,
                      int y)
Specified by:
paintIcon in interface javax.swing.Icon