Class AbstractPlacementStrategy
java.lang.Object
net.sourceforge.plantuml.klimt.geom.AbstractPlacementStrategy
- All Implemented Interfaces:
PlacementStrategy
- Direct Known Subclasses:
PlacementStrategyVisibility, PlacementStrategyX1X2, PlacementStrategyX1Y2Y3, PlacementStrategyY1Y2, PlacementStrategyY1Y2Center, PlacementStrategyY1Y2Left, PlacementStrategyY1Y2Right
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected Map<TextBlock, XDimension2D> protected doubleprotected doubleprotected doubleprotected doubleprotected final StringBounderprotected doubleprotected doubleprotected doubleprotected doubleMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface PlacementStrategy
getPositions
-
Constructor Details
-
AbstractPlacementStrategy
-
-
Method Details
-
add
- Specified by:
addin interfacePlacementStrategy
-
getDimensions
-
getSumWidth
protected double getSumWidth() -
getSumHeight
protected double getSumHeight() -
getMaxHeight
protected double getMaxHeight() -
getMaxWidth
protected double getMaxWidth() -
getSumWidth
-
getSumHeight
-
getMaxWidth
-
getMaxHeight
-
getStringBounder
-