|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bbn.openmap.tools.roads.Visual
public class Visual
Field Summary | |
---|---|
protected boolean |
blinkState
|
protected RoadLayer |
layer
The RoadLayer of which we are a part. |
Constructor Summary | |
---|---|
Visual()
|
Method Summary | |
---|---|
void |
blink(boolean newState)
|
RoadGraphic |
getVisual()
|
void |
setVisual(RoadGraphic newVisual)
|
void |
update()
Mark this Visual as needing to have its visual representation updated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected boolean blinkState
protected transient RoadLayer layer
Constructor Detail |
---|
public Visual()
Method Detail |
---|
public void update()
public void setVisual(RoadGraphic newVisual)
public RoadGraphic getVisual()
public void blink(boolean newState)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |