|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--harmonic.mz.data.ModelNode
|
+--harmonic.mz.data.fields.AxisField
This is and axis data field. It creates and AxisEntry to control it. The axis is held as a PointField for position, and VectorField for direction.
| Field Summary | |
VectorField |
axisDir
Axis direction |
PointField |
axisPos
Axis position |
| Fields inherited from class harmonic.mz.data.ModelNode |
_fileRoot_, _thread_, ATTRIB_CONTROL_WIDGET, ATTRIB_LISTABLE, ATTRIB_PRESENTABLE, ATTRIB_PRIVATE, ATTRIB_REMOVEABLE, ATTRIB_RENAMEABLE, ATTRIB_SHOW_CONTEXT_MENU, ATTRIB_TYPE_FILTER, ATTRIB_USERGROUP, ATTRIB_VALUE_GROUP, ATTRIB_VE_LISTENER, bCustomCS, bDebug, bValid, name |
| Constructor Summary | |
AxisField()
Constructs and AxisField |
|
| Method Summary | |
java.awt.Component |
createControlWidget()
Implements abstract control widget creator by returning an AxisEntry |
harmonic.meshGeom.math.Vec3f |
getAxisDirection()
Returns axis direction |
harmonic.meshGeom.math.Pnt3f |
getAxisPosition()
Returns axis position |
java.lang.String |
getTypeName()
|
java.lang.String |
pythonString()
String for represention in python. |
void |
setAxis(harmonic.meshGeom.math.Pnt3f axisPos,
harmonic.meshGeom.math.Vec3f axisDir)
Sets position and direction |
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public PointField axisPos
public VectorField axisDir
| Constructor Detail |
public AxisField()
| Method Detail |
public java.lang.String getTypeName()
public void setAxis(harmonic.meshGeom.math.Pnt3f axisPos,
harmonic.meshGeom.math.Vec3f axisDir)
public harmonic.meshGeom.math.Pnt3f getAxisPosition()
public harmonic.meshGeom.math.Vec3f getAxisDirection()
public java.awt.Component createControlWidget()
createControlWidget in class ModelNodepublic java.lang.String pythonString()
ModelNode
pythonString in class ModelNode
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||