|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
An Interactable is a generalization of the
BaseInteractable interface. Therefore it is neccessary to read
the documentation of the BaseComposite interface to have an
understanding of the basics for an interactable object.
| Method Summary | |
BoundingBox |
calculateBoundingBox(InteractionInfo interactionInfo)
|
boolean |
isResizable()
Returns a boolean that indicates whether the
Interactable is resizable or not. |
void |
setResizable(boolean resizable)
Sets the state of resizability for the Interactable to the
value given by resizable. |
| Methods inherited from interface com.tensegrity.graphics.interaction.BaseInteractable |
getBoundingBox, getInteractionDescriptor, getMoveItem, hits, internalEnableSelection, internalSelect, internalSetSelected, isMovable, isSelectable, isSelected, mouseClick, mouseDown, mouseEnter, mouseExit, mouseUp, postActing, preActing, select, setMovable, setSelectable, setSelected, startAction, stopAction |
| Method Detail |
public boolean isResizable()
boolean that indicates whether the
Interactable is resizable or not.
Interactablepublic void setResizable(boolean resizable)
Interactable to the
value given by resizable.
resizable - the new state of resizability for the
Interactablepublic BoundingBox calculateBoundingBox(InteractionInfo interactionInfo)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||