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 TypeMethodDescriptionvoidpostTransform(Object object, boolean asNode, Matrix3d in, Matrix3d out, Matrix3d pre, GraphState gs) voidpreTransform(Object object, boolean asNode, Matrix3d in, Matrix3d out, GraphState gs) toString()Returns a string that contains the values of this Tuple2d.static ObjectDataMethods inherited from class de.grogra.math.TVector2d
clone, fieldModified, getStamp, manageableReadResolve, manageableWriteReplace, transformMethods 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:
getManageableTypein interfaceManageable- Overrides:
getManageableTypein classTVector2d
-
preTransform
- Specified by:
preTransformin interfaceTransformation
-
postTransform
public void postTransform(Object object, boolean asNode, Matrix3d in, Matrix3d out, Matrix3d pre, GraphState gs) - Specified by:
postTransformin interfaceTransformation
-
toString
Description copied from class:Tuple2dReturns a string that contains the values of this Tuple2d. The form is (x,y). -
valueOf
-