Interface PlacementStrategy

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

public interface PlacementStrategy
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(TextBlock block)
     
    java.util.Map<TextBlock,java.awt.geom.Point2D>
    getPositions(double width, double height)
     
  • Method Details

    • add

      void add(TextBlock block)
    • getPositions

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