Package net.sourceforge.plantuml.golem
Class MinMaxGolem
- java.lang.Object
-
- net.sourceforge.plantuml.golem.MinMaxGolem
-
public class MinMaxGolem extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MinMaxGolem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getHeight()
int
getMinX()
int
getMinY()
int
getWidth()
void
manage(int x, int y)
void
manage(Position position)
-
-
-
Method Detail
-
manage
public void manage(int x, int y)
-
manage
public void manage(Position position)
-
getMinX
public int getMinX()
-
getMinY
public int getMinY()
-
getWidth
public int getWidth()
-
getHeight
public int getHeight()
-
-