uk.co.silentsoftware.ui.shapes
Class AbstractShape

java.lang.Object
  extended by uk.co.silentsoftware.ui.shapes.AbstractShape
Direct Known Subclasses:
Arrow

public abstract class AbstractShape
extends java.lang.Object

Base class to draw a shape and perform basic scale/rotate operations


Constructor Summary
AbstractShape()
           
 
Method Summary
 void drawGraphic(javax.microedition.lcdui.Graphics g, float angle)
          Draws the shape on a graphics context at a given angle
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractShape

public AbstractShape()
Method Detail

drawGraphic

public void drawGraphic(javax.microedition.lcdui.Graphics g,
                        float angle)
Draws the shape on a graphics context at a given angle

Parameters:
g -
angle -