Class PlacementStrategyVisibility
- java.lang.Object
-
- net.sourceforge.plantuml.ugraphic.AbstractPlacementStrategy
-
- net.sourceforge.plantuml.ugraphic.PlacementStrategyVisibility
-
- All Implemented Interfaces:
PlacementStrategy
public class PlacementStrategyVisibility extends AbstractPlacementStrategy
-
-
Constructor Summary
Constructors Constructor Description PlacementStrategyVisibility(StringBounder stringBounder, int col2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<TextBlock,XPoint2D>
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
-
PlacementStrategyVisibility
public PlacementStrategyVisibility(StringBounder stringBounder, int col2)
-
-