Class AbstractPlacementStrategy

    • Constructor Detail

      • AbstractPlacementStrategy

        public AbstractPlacementStrategy​(StringBounder stringBounder)
    • Method Detail

      • getDimensions

        protected java.util.Map<TextBlock,​java.awt.geom.Dimension2D> getDimensions()
      • getSumWidth

        protected double getSumWidth()
      • getSumHeight

        protected double getSumHeight()
      • getMaxHeight

        protected double getMaxHeight()
      • getMaxWidth

        protected double getMaxWidth()
      • getSumWidth

        protected double getSumWidth​(java.util.Iterator<java.awt.geom.Dimension2D> it)
      • getSumHeight

        protected double getSumHeight​(java.util.Iterator<java.awt.geom.Dimension2D> it)
      • getMaxWidth

        protected double getMaxWidth​(java.util.Iterator<java.awt.geom.Dimension2D> it)
      • getMaxHeight

        protected double getMaxHeight​(java.util.Iterator<java.awt.geom.Dimension2D> it)
      • getStringBounder

        protected final StringBounder getStringBounder()