net.sourceforge.plantuml.ugraphic
Class PlacementStrategyY1Y2Left

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

public class PlacementStrategyY1Y2Left
extends AbstractPlacementStrategy


Constructor Summary
PlacementStrategyY1Y2Left(StringBounder stringBounder)
           
 
Method Summary
 java.util.Map<TextBlock,java.awt.geom.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

PlacementStrategyY1Y2Left

public PlacementStrategyY1Y2Left(StringBounder stringBounder)
Method Detail

getPositions

public java.util.Map<TextBlock,java.awt.geom.Point2D> getPositions(double width,
                                                                   double height)


Copyright © 2011. All Rights Reserved.