|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
jsynoptic.plugins.java3d.tree.AbstractNode
jsynoptic.plugins.java3d.tree.SceneGraphNode
jsynoptic.plugins.java3d.tree.GroupNode
jsynoptic.plugins.java3d.tree.PrimitiveNode
public class PrimitiveNode
A Node for java3d Primitives : Cone, Cylinder, Cube and Sphere
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class jsynoptic.plugins.java3d.tree.GroupNode |
|---|
GroupNode.LoaderHandler |
| Nested classes/interfaces inherited from class jsynoptic.plugins.java3d.tree.SceneGraphNode |
|---|
SceneGraphNode.CopyAction, SceneGraphNode.CutAction, SceneGraphNode.PasteAction, SceneGraphNode.PropertiesAction, SceneGraphNode.RemoveAction |
| Field Summary |
|---|
| Fields inherited from class jsynoptic.plugins.java3d.tree.SceneGraphNode |
|---|
sharedResources |
| Fields inherited from class jsynoptic.plugins.java3d.tree.AbstractNode |
|---|
_name |
| Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
|---|
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
| Constructor Summary | |
|---|---|
PrimitiveNode(Tree tree,
java.lang.Object graphObject,
boolean getChildren)
|
|
| Method Summary | |
|---|---|
static float[] |
makeAxis(int n)
Creates lines and arrows to visualize the axis |
| Methods inherited from class jsynoptic.plugins.java3d.tree.GroupNode |
|---|
addChild, addSceneGraphObject, getChildrenNodeClass, getSceneGraphChildren, removeChild, removeSceneGraphObject |
| Methods inherited from class jsynoptic.plugins.java3d.tree.SceneGraphNode |
|---|
addActions, canAddSceneGraphObject, canPaste, cloneNode, copy, cut, getName, paste, remove |
| Methods inherited from class jsynoptic.plugins.java3d.tree.AbstractNode |
|---|
addResource, addResources, createNode, getAllowsChildren, getChildCount, getDescription, getGraphObject, getIcon, getOwner, getTree, refresh |
| Methods inherited from class javax.swing.tree.DefaultMutableTreeNode |
|---|
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getChildAfter, getChildAt, getChildBefore, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PrimitiveNode(Tree tree,
java.lang.Object graphObject,
boolean getChildren)
| Method Detail |
|---|
public static float[] makeAxis(int n)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||