| |
|
| org.jdesktop.j3dedit.treelayout.TreePanel org.jdesktop.j3dedit.scenegrapheditor.J3dTreePanel
CIRCULAR_LAYOUT | final public static int CIRCULAR_LAYOUT(Code) | | |
SIMPLE_LAYOUT | final public static int SIMPLE_LAYOUT(Code) | | |
J3dTreePanel | public J3dTreePanel()(Code) | | |
addNotify | public void addNotify()(Code) | | This method is called by the awt when this panel is made displayable
It checks if this panel is contained in a viewport
|
getCurrentZoom | public float getCurrentZoom()(Code) | | Get the currentZoom
|
layoutTree | public void layoutTree()(Code) | | |
selectingBehaviorTarget | public boolean selectingBehaviorTarget()(Code) | | Return true if we are currently selecting a behavior target
|
setTargetBehaviorSelection | public void setTargetBehaviorSelection(boolean selection, SGBehavior behaviorNode)(Code) | | Put the panel in the Behavior target selection mode when
selection is true.
In this mode a rubberband line will be drawn fromt the behaviorNode
to the mouse pointer.
This panel is responsible for acting on the mouseMotion events, but the
parent container will handle the mouseClick etc.
|
setTreeLayout | public void setTreeLayout(int layout)(Code) | | Selected different tree layout strategies
See Also: SIMPLE_LAYOUT See Also: CIRCULAR_LAYOUT |
showNode | public void showNode(TreeNode node)(Code) | | Scroll the view so that node is visible
|
zoomReset | public void zoomReset()(Code) | | |
zoomShowAll | public void zoomShowAll()(Code) | | Set the zoom so that the whole tree is viewable
|
|
|
|