|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.jbeans.j3d.modeler.scene.glyph.GArrow
GArrow is a glyph source which generatees an arrow geometry object.
GlyphSource, Serializable
,
Serialized FormConstructor Summary | |
GArrow()
|
Method Summary | |
void |
addPropertyChangeListener(java.beans.PropertyChangeListener l)
|
javax.media.j3d.Appearance |
getAppearanceOfNode(javax.media.j3d.Node node)
Returns javax.media.3d.Appearance object. |
float |
getBaseHeadHeightRatio()
|
float |
getBaseHeadRadiusRatio()
|
float |
getBaseRatio()
|
float |
getBaseTailHeightRatio()
|
float |
getBaseTailRadiusRatio()
|
int[] |
getEssentials()
|
float |
getHeadHeightRatio()
|
float |
getHeadRadiusRatio()
|
javax.media.j3d.Node |
getNode()
Returns javax.media.3d.Shape3D object. |
java.lang.reflect.Method[] |
getSetMethods()
Returns an array containing methods to set data to construct a glyph source. |
float |
getTailHeightRatio()
|
float |
getTailRadiusRatio()
|
void |
removePropertyChangeListener(java.beans.PropertyChangeListener l)
|
void |
setAppearanceOfNode(javax.media.j3d.Node node,
javax.media.j3d.Appearance appearance)
Updates the specified Appearance object. |
void |
setBaseHeadHeightRatio(float r)
|
void |
setBaseHeadRadiusRatio(float r)
|
void |
setBaseRatio(float r)
|
void |
setBaseTailHeightRatio(float r)
|
void |
setBaseTailRadiusRatio(float r)
|
void |
setHeadHeightRatio(float r)
|
void |
setHeadRadiusRatio(float r)
|
void |
setTailHeightRatio(float r)
|
void |
setTailRadiusRatio(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 GArrow()
Method Detail |
public void addPropertyChangeListener(java.beans.PropertyChangeListener l)
public void removePropertyChangeListener(java.beans.PropertyChangeListener l)
public void setBaseRatio(float r)
public float getBaseRatio()
public void setBaseHeadHeightRatio(float r)
public float getBaseHeadHeightRatio()
public void setBaseHeadRadiusRatio(float r)
public float getBaseHeadRadiusRatio()
public void setBaseTailHeightRatio(float r)
public float getBaseTailHeightRatio()
public void setBaseTailRadiusRatio(float r)
public float getBaseTailRadiusRatio()
public void setHeadHeightRatio(float r)
public float getHeadHeightRatio()
public void setHeadRadiusRatio(float r)
public float getHeadRadiusRatio()
public void setTailHeightRatio(float r)
public float getTailHeightRatio()
public void setTailRadiusRatio(float r)
public float getTailRadiusRatio()
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 |