public class Axes extends Figure
| Modifier and Type | Field | Description |
|---|---|---|
protected short |
_c |
| Modifier and Type | Method | Description |
|---|---|---|
void |
draw() |
All Figures know how to draw themselves via override.
|
short |
getColor() |
|
float |
getD() |
|
void |
setColor(short c) |
set the color of the figure
|
getID, setDrawable, setIDpublic Axes(G3DSys g, short c)
public void draw()
Figurepublic float getD()
public short getColor()
public void setColor(short c)