Class AbstractCell

    • Constructor Detail

      • AbstractCell

        public AbstractCell()
    • Method Detail

      • getPaddingBottom

        public float getPaddingBottom()
      • getPaddingTop

        public float getPaddingTop()
      • getPaddingLeft

        public float getPaddingLeft()
      • getPaddingRight

        public float getPaddingRight()
      • getHorizontalPadding

        public float getHorizontalPadding()
      • getVerticalPadding

        public float getVerticalPadding()
      • getBorderWidthTop

        public float getBorderWidthTop()
      • hasBorderTop

        public boolean hasBorderTop()
      • getBorderWidthBottom

        public float getBorderWidthBottom()
      • hasBorderBottom

        public boolean hasBorderBottom()
      • getBorderWidthLeft

        public float getBorderWidthLeft()
      • hasBorderLeft

        public boolean hasBorderLeft()
      • getBorderWidthRight

        public float getBorderWidthRight()
      • hasBorderRight

        public boolean hasBorderRight()
      • getBorderColorTop

        public Color getBorderColorTop()
      • getBorderColorBottom

        public Color getBorderColorBottom()
      • getBorderColorLeft

        public Color getBorderColorLeft()
      • getBorderColorRight

        public Color getBorderColorRight()
      • hasBackgroundColor

        public boolean hasBackgroundColor()
      • getBackgroundColor

        public Color getBackgroundColor()
      • isWordBreak

        public boolean isWordBreak()
      • getHeight

        public float getHeight()
      • getDrawer

        public Drawer getDrawer()
      • createDefaultDrawer

        protected abstract Drawer createDefaultDrawer()
      • calculateHeightForRowSpan

        public float calculateHeightForRowSpan()
      • assertIsRendered

        protected void assertIsRendered()
      • isHorizontallyAligned

        public boolean isHorizontallyAligned​(HorizontalAlignment alignment)
      • isVerticallyAligned

        public boolean isVerticallyAligned​(VerticalAlignment alignment)