Package net.sourceforge.plantuml.creole
Class Position
java.lang.Object
net.sourceforge.plantuml.creole.Position
public class Position
extends java.lang.Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionalign
(double height) void
double
final double
getMaxY()
final double
getMinY()
double
getWidth()
java.lang.String
toString()
translateX
(double dx) translateY
(double dy) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
Position
-
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-
align
-
getMinY
public final double getMinY() -
getMaxY
public final double getMaxY() -
translate
-
translateY
-
translateX
-
update
-
drawDebug
-
getHeight
public double getHeight() -
getWidth
public double getWidth() -
getTranslate
-