Package net.sourceforge.plantuml.creole
Class Position
- java.lang.Object
-
- net.sourceforge.plantuml.creole.Position
-
public class Position extends Object
-
-
Constructor Summary
Constructors Constructor Description Position(double x, double y, Dimension2D dim)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Position
align(double height)
void
drawDebug(UGraphic ug)
double
getHeight()
double
getMaxY()
double
getMinY()
UTranslate
getTranslate()
double
getWidth()
String
toString()
UGraphic
translate(UGraphic ug)
Position
translateX(double dx)
Position
translateY(double dy)
MinMax
update(MinMax minMax)
-
-
-
Constructor Detail
-
Position
public Position(double x, double y, Dimension2D dim)
-
-
Method Detail
-
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()
-
-