public class Visual
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected boolean |
blinkState |
protected RoadLayer |
layer
The RoadLayer of which we are a part.
|
Constructor and Description |
---|
Visual() |
Modifier and Type | Method and Description |
---|---|
void |
blink(boolean newState) |
RoadGraphic |
getVisual() |
void |
setVisual(RoadGraphic newVisual) |
void |
update()
Mark this Visual as needing to have its visual representation
updated.
|
protected boolean blinkState
protected transient RoadLayer layer
public void update()
public void setVisual(RoadGraphic newVisual)
public RoadGraphic getVisual()
public void blink(boolean newState)
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details