Class TextDecorationRenderState
java.lang.Object
org.loboevolution.html.renderstate.RenderStateDelegator
org.loboevolution.html.renderstate.TextDecorationRenderState
- All Implemented Interfaces:
RenderState
TextDecorationRenderState class.
-
Field Summary
Fields inherited from class org.loboevolution.html.renderstate.RenderStateDelegator
delegateFields inherited from interface org.loboevolution.html.renderstate.RenderState
DISPLAY_BLOCK, DISPLAY_FLEX_BOX, DISPLAY_FLEX_CHILD, DISPLAY_INLINE, DISPLAY_INLINE_BLOCK, DISPLAY_INLINE_TABLE, DISPLAY_LIST_ITEM, DISPLAY_NONE, DISPLAY_TABLE, DISPLAY_TABLE_CAPTION, DISPLAY_TABLE_CELL, DISPLAY_TABLE_COLUMN, DISPLAY_TABLE_COLUMN_GROUP, DISPLAY_TABLE_FOOTER_GROUP, DISPLAY_TABLE_HEADER_GROUP, DISPLAY_TABLE_ROW, DISPLAY_TABLE_ROW_GROUP, FLOAT_LEFT, FLOAT_NONE, FLOAT_RIGHT, MASK_TEXTDECORATION_BLINK, MASK_TEXTDECORATION_LINE_THROUGH, MASK_TEXTDECORATION_NONE, MASK_TEXTDECORATION_OVERLINE, MASK_TEXTDECORATION_UNDERLINE, OVERFLOW_AUTO, OVERFLOW_HIDDEN, OVERFLOW_NONE, OVERFLOW_SCROLL, OVERFLOW_VISIBLE, POSITION_ABSOLUTE, POSITION_FIXED, POSITION_RELATIVE, POSITION_STATIC, TEXTTRANSFORM_CAPITALIZE, TEXTTRANSFORM_LOWERCASE, TEXTTRANSFORM_NONE, TEXTTRANSFORM_UPPERCASE, VISIBILITY_COLLAPSE, VISIBILITY_HIDDEN, VISIBILITY_VISIBLE, WS_NORMAL, WS_NOWRAP, WS_PRE -
Constructor Summary
ConstructorsConstructorDescriptionTextDecorationRenderState(RenderState prevRenderState, int textDecorationMask) Instantiates a new text decoration render state. -
Method Summary
Modifier and TypeMethodDescriptionintgetDefaultDisplay.intgetTextDecorationMask.Methods inherited from class org.loboevolution.html.renderstate.RenderStateDelegator
getAlignContent, getAlignItems, getAlignXPercent, getAlignYPercent, getBackgroundColor, getBackgroundImageInfo, getBackgroundInfo, getBlankWidth, getBorderInfo, getBottom, getBoxSizing, getClear, getColor, getCount, getCursor, getDisplay, getFlexDirection, getFlexFlow, getFlexWrap, getFloat, getFont, getFontBase, getFontMetrics, getJustifyContent, getLeft, getMarginInsets, getOverflowX, getOverflowY, getOverlayColor, getPaddingInsets, getPosition, getPreviousRenderState, getRight, getTextBackgroundColor, getTextIndent, getTextIndentText, getTextTransform, getTop, getVerticalAlign, getVisibility, getWhiteSpace, getWordInfo, incrementCount, invalidate, isHighlight, resetCount, setCursor, setHighlight
-
Constructor Details
-
TextDecorationRenderState
Instantiates a new text decoration render state.- Parameters:
prevRenderState- the prev render statetextDecorationMask- the text decoration mask
-
-
Method Details
-
getTextDecorationMask
public int getTextDecorationMask()getTextDecorationMask.
- Specified by:
getTextDecorationMaskin interfaceRenderState- Overrides:
getTextDecorationMaskin classRenderStateDelegator- Returns:
- a
Integerobject.
-
getDefaultDisplay
public int getDefaultDisplay()Description copied from interface:RenderStategetDefaultDisplay.
- Returns:
- a
Integerobject.
-