net.sourceforge.plantuml.ugraphic
Interface PlacementStrategy

All Known Implementing Classes:
AbstractPlacementStrategy, PlacementStrategyVisibility, PlacementStrategyX1X2, PlacementStrategyX1Y2Y3, PlacementStrategyY1Y2, PlacementStrategyY1Y2Center, PlacementStrategyY1Y2Left

public interface PlacementStrategy


Method Summary
 void add(TextBlock block)
           
 Map<TextBlock,Point2D> getPositions(double width, double height)
           
 

Method Detail

add

void add(TextBlock block)

getPositions

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


Copyright © 2013. All Rights Reserved.