public interface VisibleObject
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getVisualModel()
Get the type of the SpatialObject.
|
boolean |
isVisible()
Shows the visibility of the visual representation of this object.
|
void |
removeVisible()
Sends a RemoveEvent to signal the observers that this object isn't
needed anymore.
|
void |
setVisible(boolean visible)
Sets the visibility of the visual representation of this object.
|
java.lang.String getVisualModel()
boolean isVisible()
void removeVisible()
void setVisible(boolean visible)
visible
- True, if visible. Else, false.