public interface
SelectionVisualizer
Known Indirect Subclasses |
Interface to visual when a BaseTransformableNode
is selected.
Public Methods
abstract void |
applySelectionVisual(BaseTransformableNode node)
Adds a visual that indicates a
BaseTransformableNode is currently selected. |
abstract void |
removeSelectionVisual(BaseTransformableNode node)
Removes the visual that was indicating a
BaseTransformableNode is currently selected. |
Public Methods
public abstract void applySelectionVisual (BaseTransformableNode node)
Adds a visual that indicates a BaseTransformableNode
is currently selected.
Parameters
node |
---|
public abstract void removeSelectionVisual (BaseTransformableNode node)
Removes the visual that was indicating a BaseTransformableNode
is currently selected.
Parameters
node |
---|