net.sourceforge.plantuml.ugraphic
Class PlacementStrategyX1X2

java.lang.Object
  extended by net.sourceforge.plantuml.ugraphic.AbstractPlacementStrategy
      extended by net.sourceforge.plantuml.ugraphic.PlacementStrategyX1X2
All Implemented Interfaces:
PlacementStrategy

public class PlacementStrategyX1X2
extends AbstractPlacementStrategy


Constructor Summary
PlacementStrategyX1X2(StringBounder stringBounder)
           
 
Method Summary
 Map<TextBlock,Point2D> 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlacementStrategyX1X2

public PlacementStrategyX1X2(StringBounder stringBounder)
Method Detail

getPositions

public Map<TextBlock,Point2D> getPositions(double width,
                                           double height)


Copyright © 2013. All Rights Reserved.