Class Position
- java.lang.Object
-
- net.sourceforge.plantuml.klimt.creole.Position
-
public class Position extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Position(double x, double y, XDimension2D dim)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Positionalign(double height)voiddrawDebug(UGraphic ug)doublegetHeight()doublegetMaxY()doublegetMinY()UTranslategetTranslate()doublegetWidth()java.lang.StringtoString()UGraphictranslate(UGraphic ug)PositiontranslateX(double dx)PositiontranslateY(double dy)MinMaxupdate(MinMax minMax)
-
-
-
Constructor Detail
-
Position
public Position(double x, double y, XDimension2D dim)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
align
public Position align(double height)
-
getMinY
public final double getMinY()
-
getMaxY
public final double getMaxY()
-
translateY
public Position translateY(double dy)
-
translateX
public Position translateX(double dx)
-
drawDebug
public void drawDebug(UGraphic ug)
-
getHeight
public double getHeight()
-
getWidth
public double getWidth()
-
getTranslate
public UTranslate getTranslate()
-
-