Class FloatLayout


  • public class FloatLayout
    extends java.lang.Object
    Helper class for PdfDiv to put a collection of Element objects at an absolute position.
    • Field Detail

      • maxY

        protected float maxY
      • minY

        protected float minY
      • leftX

        protected float leftX
      • rightX

        protected float rightX
      • yLine

        protected float yLine
      • floatLeftX

        protected float floatLeftX
      • floatRightX

        protected float floatRightX
      • filledWidth

        protected float filledWidth
      • compositeColumn

        protected final ColumnText compositeColumn
      • content

        protected final java.util.List<Element> content
      • useAscender

        protected final boolean useAscender
    • Constructor Detail

      • FloatLayout

        public FloatLayout​(java.util.List<Element> elements,
                           boolean useAscender)
    • Method Detail

      • getYLine

        public float getYLine()
      • setYLine

        public void setYLine​(float yLine)
      • getFilledWidth

        public float getFilledWidth()
      • setFilledWidth

        public void setFilledWidth​(float filledWidth)
      • getRunDirection

        public int getRunDirection()
      • setRunDirection

        public void setRunDirection​(int runDirection)
      • setSimpleColumn

        public void setSimpleColumn​(float llx,
                                    float lly,
                                    float urx,
                                    float ury)