uk.co.silentsoftware.ui.shapes
Class Arrow

java.lang.Object
  extended by uk.co.silentsoftware.ui.shapes.AbstractShape
      extended by uk.co.silentsoftware.ui.shapes.Arrow

public class Arrow
extends AbstractShape

A hardcoded class representing the points in an arrow. Really this can be done via a true 2D model or arrays - I just found this easy to do based on some proportional drawings I did TODO: This could be adapted to use a 3D model and provide a 2D view of it...


Constructor Summary
Arrow(int bounds, int width, int height)
          Constructor to build this arrow (hardcoded)
 
Method Summary
 
Methods inherited from class uk.co.silentsoftware.ui.shapes.AbstractShape
drawGraphic
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Arrow

public Arrow(int bounds,
             int width,
             int height)
Constructor to build this arrow (hardcoded)

Parameters:
bounds -
width -
height -