com.partnersoft.v3x.gui
Class Piffle

java.lang.Object
  extended by com.partnersoft.v3x.gui.Piffle

public class Piffle
extends java.lang.Object

A simple little vector-based icon initialized with a python drawing command script.


Constructor Summary
Piffle(java.lang.String instructions)
           
 
Method Summary
 void draw(java.awt.Graphics2D g)
           
 int getHeight()
           
 int getOffsetX()
           
 int getOffsetY()
           
 int getWidth()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Piffle

public Piffle(java.lang.String instructions)
Method Detail

getWidth

public int getWidth()

getHeight

public int getHeight()

getOffsetX

public int getOffsetX()

getOffsetY

public int getOffsetY()

draw

public void draw(java.awt.Graphics2D g)