|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--saaps.sapm.StopLightCanvas.Lamp
Field Summary | |
private java.awt.Color |
cOff
|
private java.awt.Color |
cOn
|
private int |
dOff
|
private int |
dOn
|
private boolean |
state
|
private int |
type
|
private int |
xOff
|
private int |
xOn
|
private int |
yOff
|
private int |
yOn
|
Constructor Summary | |
protected |
StopLightCanvas.Lamp(int t)
|
Method Summary | |
protected void |
draw(java.awt.Graphics g)
|
protected void |
off()
|
protected void |
on()
|
Methods inherited from class java.lang.Object |
|
Field Detail |
private int type
private int xOff
private int yOff
private int dOff
private int xOn
private int yOn
private int dOn
private java.awt.Color cOn
private java.awt.Color cOff
private boolean state
Constructor Detail |
protected StopLightCanvas.Lamp(int t)
Method Detail |
protected void off()
protected void on()
protected void draw(java.awt.Graphics g)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |