|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsim.portrayal3d.simple.Arrow
Field Summary | |
static javax.vecmath.Color3f |
defaultArrowColor
|
static javax.media.j3d.Font3D |
f3d
|
Constructor Summary | |
Arrow()
|
Method Summary | |
static javax.media.j3d.TransformGroup |
createArrow(float ArrowDia,
javax.vecmath.Vector3f stPt,
javax.vecmath.Vector3f endPt,
java.lang.String stLabel,
java.lang.String endLabel)
Creates a 3D arrow between points stPt
and endPt
if either label is not null, it adds a Text2D
obect at the appropriate end. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final javax.vecmath.Color3f defaultArrowColor
public static final javax.media.j3d.Font3D f3d
Constructor Detail |
public Arrow()
Method Detail |
public static javax.media.j3d.TransformGroup createArrow(float ArrowDia, javax.vecmath.Vector3f stPt, javax.vecmath.Vector3f endPt, java.lang.String stLabel, java.lang.String endLabel)
stPt
and endPt
if either label is not null, it adds a Text2D
obect at the appropriate end.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |