Package net.sourceforge.plantuml.postit
Interface AreaLayout
-
- All Known Implementing Classes:
AreaLayoutFixedWidth
public interface AreaLayout
-
-
Method Summary
All Methods Instance Methods Abstract 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
java.util.Map<PostIt,java.awt.geom.Point2D> getPositions(java.util.Collection<PostIt> all, StringBounder stringBounder)
-
-