Class PlacementStrategyX1X2
- java.lang.Object
-
- net.sourceforge.plantuml.ugraphic.AbstractPlacementStrategy
-
- net.sourceforge.plantuml.ugraphic.PlacementStrategyX1X2
-
- All Implemented Interfaces:
PlacementStrategy
public class PlacementStrategyX1X2 extends AbstractPlacementStrategy
-
-
Constructor Summary
Constructors Constructor Description PlacementStrategyX1X2(StringBounder stringBounder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<TextBlock,java.awt.geom.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
-
PlacementStrategyX1X2
public PlacementStrategyX1X2(StringBounder stringBounder)
-
-
Method Detail
-
getPositions
public java.util.Map<TextBlock,java.awt.geom.Point2D> getPositions(double width, double height)
-
-