Package net.sourceforge.plantuml.postit
Class AreaLayoutFixedWidth
- java.lang.Object
-
- net.sourceforge.plantuml.postit.AreaLayoutFixedWidth
-
- All Implemented Interfaces:
AreaLayout
public class AreaLayoutFixedWidth extends java.lang.Object implements AreaLayout
-
-
Constructor Summary
Constructors Constructor Description AreaLayoutFixedWidth(double width)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<PostIt,java.awt.geom.Point2D>
getPositions(java.util.Collection<PostIt> all, StringBounder stringBounder)
-
-
-
Method Detail
-
getPositions
public java.util.Map<PostIt,java.awt.geom.Point2D> getPositions(java.util.Collection<PostIt> all, StringBounder stringBounder)
- Specified by:
getPositions
in interfaceAreaLayout
-
-