Class BlockInfo


  • public class BlockInfo
    extends java.lang.Object
    • Field Detail

      • top

        protected float top
      • right

        protected float right
      • bottom

        protected float bottom
      • left

        protected float left
      • indent

        protected float indent
      • alignment

        protected int alignment
      • lineHeight

        protected float lineHeight
      • fontList

        protected java.util.List fontList
      • fontAttrs

        protected java.util.Map fontAttrs
      • ascent

        protected float ascent
      • descent

        protected float descent
      • flowRegionBreak

        protected boolean flowRegionBreak
    • Constructor Detail

      • BlockInfo

        public BlockInfo​(float top,
                         float right,
                         float bottom,
                         float left,
                         float indent,
                         int alignment,
                         float lineHeight,
                         java.util.List fontList,
                         java.util.Map fontAttrs,
                         boolean flowRegionBreak)
      • BlockInfo

        public BlockInfo​(float margin,
                         int alignment)
    • Method Detail

      • setMargin

        public void setMargin​(float margin)
      • initLineInfo

        public void initLineInfo​(java.awt.font.FontRenderContext frc)
      • getTopMargin

        public float getTopMargin()
      • getRightMargin

        public float getRightMargin()
      • getBottomMargin

        public float getBottomMargin()
      • getLeftMargin

        public float getLeftMargin()
      • getIndent

        public float getIndent()
      • getTextAlignment

        public int getTextAlignment()
      • getLineHeight

        public float getLineHeight()
      • getFontList

        public java.util.List getFontList()
      • getFontAttrs

        public java.util.Map getFontAttrs()
      • getAscent

        public float getAscent()
      • getDescent

        public float getDescent()
      • isFlowRegionBreak

        public boolean isFlowRegionBreak()