Class PlacementStrategyX1Y2Y3
- java.lang.Object
-
- net.sourceforge.plantuml.ugraphic.AbstractPlacementStrategy
-
- net.sourceforge.plantuml.ugraphic.PlacementStrategyX1Y2Y3
-
- All Implemented Interfaces:
PlacementStrategy
public class PlacementStrategyX1Y2Y3 extends AbstractPlacementStrategy
-
-
Constructor Summary
Constructors Constructor Description PlacementStrategyX1Y2Y3(StringBounder stringBounder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<TextBlock,Point2D>
getPositions(double width, double height)
-
Methods inherited from class net.sourceforge.plantuml.ugraphic.AbstractPlacementStrategy
add, getDimensions, getMaxHeight, getMaxHeight, getMaxWidth, getMaxWidth, getStringBounder, getSumHeight, getSumHeight, getSumWidth, getSumWidth
-
-
-
-
Constructor Detail
-
PlacementStrategyX1Y2Y3
public PlacementStrategyX1Y2Y3(StringBounder stringBounder)
-
-