Package net.sourceforge.plantuml.creole
Class Sea
- java.lang.Object
-
- net.sourceforge.plantuml.creole.Sea
-
public class Sea extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Sea(StringBounder stringBounder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(Atom atom)
void
doAlign()
void
exportAllPositions(java.util.Map<Atom,Position> destination)
double
getHeight()
double
getMaxY()
double
getMinY()
Position
getPosition(Atom atom)
double
getWidth()
void
translateMinYto(double newValue)
MinMax
update(MinMax minMax)
-
-
-
Constructor Detail
-
Sea
public Sea(StringBounder stringBounder)
-
-
Method Detail
-
add
public void add(Atom atom)
-
doAlign
public void doAlign()
-
translateMinYto
public void translateMinYto(double newValue)
-
getMinY
public double getMinY()
-
getMaxY
public double getMaxY()
-
getHeight
public double getHeight()
-
getWidth
public final double getWidth()
-
-