java.lang.Object
javax.vecmath.Tuple2d
javax.vecmath.Vector2d
de.grogra.math.TVector2d
de.grogra.imp2d.graphs.ObjectData
- All Implemented Interfaces:
Transformation
,Transform2D
,Manageable
,Serializable
,Cloneable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
postTransform
(Object object, boolean asNode, Matrix3d in, Matrix3d out, Matrix3d pre, GraphState gs) void
preTransform
(Object object, boolean asNode, Matrix3d in, Matrix3d out, GraphState gs) toString()
Returns a string that contains the values of this Tuple2d.static ObjectData
Methods inherited from class de.grogra.math.TVector2d
clone, fieldModified, getStamp, manageableReadResolve, manageableWriteReplace, transform
Methods inherited from class javax.vecmath.Vector2d
angle, dot, length, lengthSquared, normalize, normalize
-
Field Details
-
$TYPE
-
-
Constructor Details
-
ObjectData
public ObjectData()
-
-
Method Details
-
getManageableType
- Specified by:
getManageableType
in interfaceManageable
- Overrides:
getManageableType
in classTVector2d
-
preTransform
- Specified by:
preTransform
in interfaceTransformation
-
postTransform
public void postTransform(Object object, boolean asNode, Matrix3d in, Matrix3d out, Matrix3d pre, GraphState gs) - Specified by:
postTransform
in interfaceTransformation
-
toString
Description copied from class:Tuple2d
Returns a string that contains the values of this Tuple2d. The form is (x,y). -
valueOf
-