syn3d.nodes.xith3d
Class SphereNodeXith3D

java.lang.Object
  extended by syn3d.base.ActiveNode
      extended by syn3d.nodes.ShapeNode
          extended by syn3d.nodes.xith3d.ShapeNodeXith3D
              extended by syn3d.nodes.xith3d.SphereNodeXith3D
All Implemented Interfaces:
java.io.Serializable, EndNotificationListener

public class SphereNodeXith3D
extends ShapeNodeXith3D

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class syn3d.nodes.xith3d.ShapeNodeXith3D
ShapeNodeXith3D.XithPropertiesPanel
 
Nested classes/interfaces inherited from class syn3d.nodes.ShapeNode
ShapeNode.PropertiesPanel
 
Field Summary
protected static int anonymousNodeNumber
           
 
Fields inherited from class syn3d.nodes.xith3d.ShapeNodeXith3D
shape
 
Fields inherited from class syn3d.nodes.ShapeNode
actions, baseColor, baseColorMapper, baseColorMapperSource, FILLED_MODE, FLAT_MODE, highlightColor, highlightColorMapper, highlightColorMapperSource, highlighted, icon, mode, SHADING_MODE, WIREFRAME_MODE
 
Fields inherited from class syn3d.base.ActiveNode
children, name, parent
 
Constructor Summary
SphereNodeXith3D(ActiveNode parent)
           
 
Method Summary
protected  Shape3D createShape()
          Subclasses API when using the constructor without a shape specified
 
Methods inherited from class syn3d.nodes.xith3d.ShapeNodeXith3D
createPanel, get3DObject, highlight, notifyInternalChange, remove, setAppearanceForHighlight, setName
 
Methods inherited from class syn3d.nodes.ShapeNode
configure, configure, doAction, duplicateProperties, getActions, getBaseColor, getHighlightColor, getIcon, getMode, notificationEnd, restoreReferences, saveChildren, setBaseColor, setHighlightColor, setMode
 
Methods inherited from class syn3d.base.ActiveNode
addChild, findDescendantOfType, findDescendantOfType, getChildren, getName, getParent, notifyStructuralChange, propagateAddChildEvent, propagateChangeNameEvent, propagateHighlightEvent, propagateInternalChangeEvent, propagateRemoveChildEvent, propagateStructuralChangeEvent, removeChild, removeNodeTree, removeNodeTreeFrom, setParent, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

anonymousNodeNumber

protected static int anonymousNodeNumber
Constructor Detail

SphereNodeXith3D

public SphereNodeXith3D(ActiveNode parent)
Method Detail

createShape

protected Shape3D createShape()
Description copied from class: ShapeNodeXith3D
Subclasses API when using the constructor without a shape specified

Overrides:
createShape in class ShapeNodeXith3D
Returns:
a newly created Shape3D.