Interface RenderState

All Known Implementing Classes:
AbstractMarginRenderState, AlignXRenderState, BlockRenderState, BodyRenderState, DDRenderState, DialogRenderState, DisplayRenderState, DListRenderState, FieldsetRenderState, FontStyleRenderState, FormRenderState, HeadingRenderState, HRRenderState, IFrameRenderState, ImageRenderState, LegendRenderState, LinkRenderState, ListRenderState, ParagraphRenderState, PreRenderState, QuoteRenderState, RenderStateDelegator, SmallRenderState, StyleSheetRenderState, TableCellRenderState, TableRenderState, TableRowRenderState, TextDecorationRenderState, UListRenderState

public interface RenderState

RenderState interface.

Author J. H. S.
  • Field Details

    • MASK_TEXTDECORATION_NONE

      static final int MASK_TEXTDECORATION_NONE
      The mask textdecoration none.
      See Also:
    • MASK_TEXTDECORATION_UNDERLINE

      static final int MASK_TEXTDECORATION_UNDERLINE
      The mask textdecoration underline.
      See Also:
    • MASK_TEXTDECORATION_OVERLINE

      static final int MASK_TEXTDECORATION_OVERLINE
      The mask textdecoration overline.
      See Also:
    • MASK_TEXTDECORATION_LINE_THROUGH

      static final int MASK_TEXTDECORATION_LINE_THROUGH
      The mask textdecoration line through.
      See Also:
    • TEXTTRANSFORM_NONE

      static final int TEXTTRANSFORM_NONE
      The texttransform none.
      See Also:
    • TEXTTRANSFORM_CAPITALIZE

      static final int TEXTTRANSFORM_CAPITALIZE
      The texttransform capitalize.
      See Also:
    • TEXTTRANSFORM_UPPERCASE

      static final int TEXTTRANSFORM_UPPERCASE
      The texttransform uppercase.
      See Also:
    • TEXTTRANSFORM_LOWERCASE

      static final int TEXTTRANSFORM_LOWERCASE
      The texttransform lowercase.
      See Also:
    • DISPLAY_NONE

      static final int DISPLAY_NONE
      The display none.
      See Also:
    • DISPLAY_INLINE

      static final int DISPLAY_INLINE
      The display inline.
      See Also:
    • DISPLAY_BLOCK

      static final int DISPLAY_BLOCK
      The display block.
      See Also:
    • DISPLAY_LIST_ITEM

      static final int DISPLAY_LIST_ITEM
      The display list item.
      See Also:
    • DISPLAY_TABLE_ROW

      static final int DISPLAY_TABLE_ROW
      The display table row.
      See Also:
    • DISPLAY_TABLE_CELL

      static final int DISPLAY_TABLE_CELL
      The display table cell.
      See Also:
    • DISPLAY_TABLE

      static final int DISPLAY_TABLE
      The display table.
      See Also:
    • DISPLAY_TABLE_CAPTION

      static final int DISPLAY_TABLE_CAPTION
      The display table caption.
      See Also:
    • DISPLAY_INLINE_BLOCK

      static final int DISPLAY_INLINE_BLOCK
      The display inline block.
      See Also:
    • DISPLAY_INLINE_TABLE

      static final int DISPLAY_INLINE_TABLE
      The display inline table.
      See Also:
    • DISPLAY_TABLE_ROW_GROUP

      static final int DISPLAY_TABLE_ROW_GROUP
      The display table row group.
      See Also:
    • DISPLAY_TABLE_HEADER_GROUP

      static final int DISPLAY_TABLE_HEADER_GROUP
      The display table header group.
      See Also:
    • DISPLAY_TABLE_COLUMN

      static final int DISPLAY_TABLE_COLUMN
      The display table column.
      See Also:
    • DISPLAY_TABLE_COLUMN_GROUP

      static final int DISPLAY_TABLE_COLUMN_GROUP
      The display table column group.
      See Also:
    • DISPLAY_FLEX_BOX

      static final int DISPLAY_FLEX_BOX
      The display flex box.
      See Also:
    • DISPLAY_FLEX_CHILD

      static final int DISPLAY_FLEX_CHILD
      The display flex child.
      See Also:
    • WS_NORMAL

      static final int WS_NORMAL
      The ws normal.
      See Also:
    • WS_PRE

      static final int WS_PRE
      The ws pre.
      See Also:
    • WS_NOWRAP

      static final int WS_NOWRAP
      The ws nowrap.
      See Also:
    • VISIBILITY_VISIBLE

      static final int VISIBILITY_VISIBLE
      The visibility visible.
      See Also:
    • VISIBILITY_HIDDEN

      static final int VISIBILITY_HIDDEN
      The visibility hidden.
      See Also:
    • VISIBILITY_COLLAPSE

      static final int VISIBILITY_COLLAPSE
      The visibility collapse.
      See Also:
    • POSITION_STATIC

      static final int POSITION_STATIC
      The position static.
      See Also:
    • POSITION_ABSOLUTE

      static final int POSITION_ABSOLUTE
      The position absolute.
      See Also:
    • POSITION_RELATIVE

      static final int POSITION_RELATIVE
      The position relative.
      See Also:
    • POSITION_FIXED

      static final int POSITION_FIXED
      The position fixed.
      See Also:
    • FLOAT_NONE

      static final int FLOAT_NONE
      The float none.
      See Also:
    • FLOAT_LEFT

      static final int FLOAT_LEFT
      The float left.
      See Also:
    • FLOAT_RIGHT

      static final int FLOAT_RIGHT
      The float right.
      See Also:
    • OVERFLOW_NONE

      static final int OVERFLOW_NONE
      The overflow none.
      See Also:
    • OVERFLOW_SCROLL

      static final int OVERFLOW_SCROLL
      The overflow scroll.
      See Also:
    • OVERFLOW_AUTO

      static final int OVERFLOW_AUTO
      The overflow auto.
      See Also:
    • OVERFLOW_HIDDEN

      static final int OVERFLOW_HIDDEN
      The overflow hidden.
      See Also:
    • OVERFLOW_VISIBLE

      static final int OVERFLOW_VISIBLE
      The overflow visible.
      See Also:
  • Method Details

    • getAlignXPercent

      int getAlignXPercent()

      getAlignXPercent.

      Returns:
      a Integer object.
    • getAlignYPercent

      int getAlignYPercent()

      getAlignYPercent.

      Returns:
      a Integer object.
    • getAlignItems

      String getAlignItems()

      getAlignItems.

      Returns:
      a String.
    • getAlignContent

      String getAlignContent()

      getAlignContent.

      Returns:
      a String.
    • getBackgroundColor

      Color getBackgroundColor()

      getBackgroundColor.

      Returns:
      a Color object.
    • getBackgroundInfo

      BackgroundInfo getBackgroundInfo()

      getBackgroundInfo.

      Returns:
      a BackgroundInfo object.
    • getBackgroundImageInfo

      BackgroundInfo getBackgroundImageInfo(int width, int height)

      getBackgroundImageInfo.

      Parameters:
      width - a Integer object.
      height - a Integer object.
      Returns:
      a BackgroundInfo object.
    • getBlankWidth

      int getBlankWidth()

      getBlankWidth.

      Returns:
      a Integer object.
    • getBorderInfo

      BorderInfo getBorderInfo()

      getBorderInfo.

      Returns:
      a BorderInfo object.
    • getColor

      Color getColor()

      getColor.

      Returns:
      a Color object.
    • getCount

      int getCount(String counter, int nesting)

      getCount.

      Parameters:
      counter - a String object.
      nesting - a Integer object.
      Returns:
      a Integer object.
    • getDisplay

      int getDisplay()

      getDisplay.

      Returns:
      a Integer object.
    • getFloat

      int getFloat()

      getFloat.

      Returns:
      a Integer object.
    • getFlexDirection

      String getFlexDirection()

      getFlexDirection.

      Returns:
      a String.
    • getFlexWrap

      String getFlexWrap()

      getFlexWrap.

      Returns:
      a String.
    • getFlexFlow

      String getFlexFlow()

      getFlexFlow.

      Returns:
      a String.
    • getJustifyContent

      String getJustifyContent()

      getJustifyContent.

      Returns:
      a String.
    • getFont

      Font getFont()

      getFont.

      Returns:
      a Font object.
    • getFontBase

      int getFontBase()

      getFontBase.

      Returns:
      a Integer object.
    • getFontMetrics

      FontMetrics getFontMetrics()

      getFontMetrics.

      Returns:
      a FontMetrics object.
    • getMarginInsets

      HtmlInsets getMarginInsets()

      getMarginInsets.

      Returns:
      a HtmlInsets object.
    • getOverflowX

      int getOverflowX()

      getOverflowX.

      Returns:
      a Integer object.
    • getOverflowY

      int getOverflowY()

      getOverflowY.

      Returns:
      a Integer object.
    • getOverlayColor

      Color getOverlayColor()

      getOverlayColor.

      Returns:
      a Color object.
    • getPaddingInsets

      HtmlInsets getPaddingInsets()

      getPaddingInsets.

      Returns:
      a HtmlInsets object.
    • getPosition

      int getPosition()

      getPosition.

      Returns:
      a Integer object.
    • getPreviousRenderState

      RenderState getPreviousRenderState()

      getPreviousRenderState.

      Returns:
      a RenderState object.
    • getTextBackgroundColor

      Color getTextBackgroundColor()

      getTextBackgroundColor.

      Returns:
      a Color object.
    • getTextDecorationMask

      int getTextDecorationMask()

      getTextDecorationMask.

      Returns:
      a Integer object.
    • getTextIndent

      int getTextIndent(int availWidth)

      getTextIndent.

      Parameters:
      availWidth - a Integer object.
      Returns:
      a Integer object.
    • getTextIndentText

      String getTextIndentText()

      getTextIndentText.

      Returns:
      a String object.
    • getTextTransform

      int getTextTransform()

      getTextTransform.

      Returns:
      a Integer object.
    • getVisibility

      int getVisibility()

      getVisibility.

      Returns:
      a Integer object.
    • getWhiteSpace

      int getWhiteSpace()

      getWhiteSpace.

      Returns:
      a Integer object.
    • getWordInfo

      WordInfo getWordInfo(String word)

      getWordInfo.

      Parameters:
      word - a String object.
      Returns:
      a WordInfo object.
    • incrementCount

      int incrementCount(String counter, int nesting)

      incrementCount.

      Parameters:
      counter - a String object.
      nesting - a Integer object.
      Returns:
      a Integer object.
    • invalidate

      void invalidate()

      invalidate.

    • isHighlight

      boolean isHighlight()

      isHighlight.

      Returns:
      a boolean.
    • resetCount

      void resetCount(String counter, int nesting, int value)

      resetCount.

      Parameters:
      counter - a String object.
      nesting - a Integer object.
      value - a Integer object.
    • setHighlight

      void setHighlight(boolean highlight)

      setHighlight.

      Parameters:
      highlight - a boolean.
    • getClear

      int getClear()

      getClear.

      Returns:
      a Integer object.
    • getBoxSizing

      String getBoxSizing()

      getBoxSizing.

      Returns:
      a String object.
    • getLeft

      String getLeft()

      getLeft.

      Returns:
      a String object.
    • getTop

      String getTop()

      getTop.

      Returns:
      a String object.
    • getRight

      String getRight()

      getRight.

      Returns:
      a String object.
    • getBottom

      String getBottom()

      getBottom.

      Returns:
      a String object.
    • getVerticalAlign

      String getVerticalAlign()

      getVerticalAlign.

      Returns:
      a String object.
    • getCursor

      Cursor getCursor()

      getCursor.

      Returns:
      a Cursor object.
    • setCursor

      void setCursor(Cursor cursor)

      setCursor.

      Parameters:
      cursor - a Cursor object.
    • getDefaultDisplay

      int getDefaultDisplay()

      getDefaultDisplay.

      Returns:
      a Integer object.