Base class for nodes that can be transformed using gestures from TransformationSystem
.
Public Constructors
Public Methods
TransformationSystem | |
boolean | |
boolean | isTransforming
()
Returns true if any of the transformation controllers are actively transforming this node.
|
void | |
boolean | select
()
Sets this as the selected node in the TransformationSystem if there is no currently selected
node or if the currently selected node is not actively being transformed.
|
Protected Methods
void | |
void |
Inherited Methods
Public Constructors
public BaseTransformableNode ( TransformationSystem transformationSystem)
Parameters
Public Methods
public TransformationSystem getTransformationSystem ()
public boolean isSelected ()
Returns true if this node is currently selected by the TransformationSystem.
public boolean isTransforming ()
Returns true if any of the transformation controllers are actively transforming this node.
public void onTap ( HitTestResult hitTestResult, MotionEvent motionEvent)
public boolean select ()
Sets this as the selected node in the TransformationSystem if there is no currently selected node or if the currently selected node is not actively being transformed.
Returns
- true if the node was successfully selected