| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| Vector3D | GetDirVector
()
Get method for attribute "DirVector" Direction vector of translation direction or rotation axis |
| ExplodedAnimationMoveType | GetMoveType
()
Get method for attribute "MoveType" Exploded animation move type |
| Point3D | GetStartPoint
()
Get method for attribute "StartPoint" Start point of translation direction or rotation axis |
| double | GetValue
()
Get method for attribute "Value" distance or angle |
| void | SetDirVector
(Vector3D value)
Set method for attribute "DirVector" Direction vector of translation direction or rotation axis |
| void | SetMoveType
(ExplodedAnimationMoveType value)
Set method for attribute "MoveType" Exploded animation move type |
| void | SetStartPoint
(Point3D value)
Set method for attribute "StartPoint" Start point of translation direction or rotation axis |
| void | SetValue
(double value)
Set method for attribute "Value" distance or angle |
| Method Detail |
|---|
| GetMoveType/SetMoveType |
|---|
| ExplodedAnimationMoveType | GetMoveType | () |
| void | SetMoveType | (ExplodedAnimationMoveType value) |
Exploded animation move type
|
| GetStartPoint/SetStartPoint |
|---|
| Point3D | GetStartPoint | () |
| void | SetStartPoint | (Point3D value) |
Start point of translation direction or rotation axis
|
| GetDirVector/SetDirVector |
|---|
| Vector3D | GetDirVector | () |
| void | SetDirVector | (Vector3D value) |
Direction vector of translation direction or rotation axis
|
| GetValue/SetValue |
|---|
| double | GetValue | () |
| void | SetValue | (double value) |
distance or angle
|