net.sourceforge.plantuml.postit
Class AreaLayoutFixedWidth

java.lang.Object
  extended by net.sourceforge.plantuml.postit.AreaLayoutFixedWidth
All Implemented Interfaces:
AreaLayout

public class AreaLayoutFixedWidth
extends Object
implements AreaLayout


Constructor Summary
AreaLayoutFixedWidth(double width)
           
 
Method Summary
 Map<PostIt,Point2D> getPositions(Collection<PostIt> all, StringBounder stringBounder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AreaLayoutFixedWidth

public AreaLayoutFixedWidth(double width)
Method Detail

getPositions

public Map<PostIt,Point2D> getPositions(Collection<PostIt> all,
                                        StringBounder stringBounder)
Specified by:
getPositions in interface AreaLayout


Copyright © 2012. All Rights Reserved.