|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.jbeans.j3d.modeler.scene.glyph.GSphere
GSphere is a glyph source which generatees sphere geometry object.
GlyphSource, Serializable
,
Serialized FormConstructor Summary | |
GSphere()
|
Method Summary | |
void |
addPropertyChangeListener(java.beans.PropertyChangeListener l)
|
javax.media.j3d.Appearance |
getAppearanceOfNode(javax.media.j3d.Node node)
Returns javax.media.3d.Appearance object. |
int |
getDivisions()
|
int[] |
getEssentials()
|
javax.media.j3d.Node |
getNode()
Returns javax.media.3d.Shape3D object. |
float |
getRadius()
|
java.lang.reflect.Method[] |
getSetMethods()
Returns an array containing methods to set data to construct a glyph source. |
void |
removePropertyChangeListener(java.beans.PropertyChangeListener l)
|
void |
setAppearanceOfNode(javax.media.j3d.Node node,
javax.media.j3d.Appearance appearance)
Updates the specified Appearance object. |
void |
setDivisions(int div)
|
void |
setRadius(float r)
|
javax.media.j3d.Node |
updateNode(javax.media.j3d.Node node)
Updates the specified Shape3D object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GSphere()
Method Detail |
public void addPropertyChangeListener(java.beans.PropertyChangeListener l)
public void removePropertyChangeListener(java.beans.PropertyChangeListener l)
public void setRadius(float r)
public float getRadius()
public void setDivisions(int div)
public int getDivisions()
public javax.media.j3d.Node getNode()
getNode
in interface GlyphSource
public javax.media.j3d.Node updateNode(javax.media.j3d.Node node)
updateNode
in interface GlyphSource
public java.lang.reflect.Method[] getSetMethods()
getSetMethods
in interface GlyphSource
public int[] getEssentials()
getEssentials
in interface GlyphSource
public javax.media.j3d.Appearance getAppearanceOfNode(javax.media.j3d.Node node)
getAppearanceOfNode
in interface GlyphSource
public void setAppearanceOfNode(javax.media.j3d.Node node, javax.media.j3d.Appearance appearance)
setAppearanceOfNode
in interface GlyphSource
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |