Package gaiasky.scene.api
Interface IVisibilitySwitch
- All Known Implementing Classes:
FocusView
public interface IVisibilitySwitch
This interface must be implemented by all objects whose visibility
can be manipulated using the per-object visibility controls.
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
boolean
boolean
boolean
isVisible
(boolean attributeValue) boolean
void
setDescription
(String description) void
void
setVisible
(boolean visible) void
setVisible
(boolean visible, String name)