public class Sea extends Object
Constructor and Description |
---|
Sea(StringBounder stringBounder) |
Modifier and Type | Method and Description |
---|---|
void |
add(net.sourceforge.plantuml.creole.Atom atom) |
void |
doAlign() |
void |
exportAllPositions(Map<net.sourceforge.plantuml.creole.Atom,Position> destination) |
double |
getHeight() |
double |
getMaxY() |
double |
getMinY() |
Position |
getPosition(net.sourceforge.plantuml.creole.Atom atom) |
double |
getWidth() |
void |
translateMinYto(double newValue) |
MinMax |
update(MinMax minMax) |
public Sea(StringBounder stringBounder)
public void add(net.sourceforge.plantuml.creole.Atom atom)
public Position getPosition(net.sourceforge.plantuml.creole.Atom atom)
public void doAlign()
public void translateMinYto(double newValue)
public void exportAllPositions(Map<net.sourceforge.plantuml.creole.Atom,Position> destination)
public double getMinY()
public double getMaxY()
public double getHeight()
public final double getWidth()
Copyright © 2015. All Rights Reserved.