|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.co.silentsoftware.ui.shapes.AbstractShape
uk.co.silentsoftware.ui.shapes.Arrow
public class Arrow
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 |
|---|
public Arrow(int bounds,
int width,
int height)
bounds - width - height -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||