|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gishur.graph.gui.Visualization | +--gishur.graph.gui.NodeVisualization
Class storing information for the graphical output of this Node
via
a DisplayNode
.
Method Summary | |
float |
getX()
Returns the x-coordinate of the user space coordinates stored in this Visualization -object. |
float |
getY()
Returns the y-coordinate of the user space coordinates stored in this Visualization -object. |
FloatPoint |
position()
Returns the position of the NodeVisualization . |
java.lang.String |
toString()
Returns a string representation of the object. |
protected void |
transform(AffineTransformation trans)
Transforms this Visualization by the given affine
transformation matrix. |
protected void |
transform(double m00,
double m01,
double m02,
double m10,
double m11,
double m12)
Transforms this Visualization by the given affine
transformation matrix. |
Methods inherited from class gishur.graph.gui.Visualization |
empty, getRegistered, register, toStringMembers, unregister |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public java.lang.String toString()
toString
in class Visualization
public float getX()
Visualization
-object.public float getY()
Visualization
-object.public FloatPoint position()
NodeVisualization
.protected void transform(double m00, double m01, double m02, double m10, double m11, double m12)
this
Visualization by the given affine
transformation matrix.m00,m01,m02
- first row of the transformation matrixm10,m11,m12
- second row of the transformation matrixprotected void transform(AffineTransformation trans)
this
Visualization by the given affine
transformation matrix.trans
- the AffineTransformation
to use
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |