org.lobobrowser.html.style
Class TextDecorationRenderState

java.lang.Object
  extended by org.lobobrowser.html.style.RenderStateDelegator
      extended by org.lobobrowser.html.style.TextDecorationRenderState
All Implemented Interfaces:
RenderState

public class TextDecorationRenderState
extends RenderStateDelegator


Field Summary
 
Fields inherited from class org.lobobrowser.html.style.RenderStateDelegator
delegate
 
Fields inherited from interface org.lobobrowser.html.style.RenderState
DISPLAY_BLOCK, DISPLAY_INLINE, DISPLAY_LIST_ITEM, DISPLAY_NONE, DISPLAY_TABLE, DISPLAY_TABLE_CELL, DISPLAY_TABLE_ROW, FLOAT_LEFT, FLOAT_NONE, FLOAT_RIGHT, MASK_TEXTDECORATION_BLINK, MASK_TEXTDECORATION_LINE_THROUGH, 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
TextDecorationRenderState(RenderState prevRenderState, int textDecorationMask)
           
 
Method Summary
 int getTextDecorationMask()
           
 
Methods inherited from class org.lobobrowser.html.style.RenderStateDelegator
getAlignXPercent, getAlignYPercent, getBackgroundColor, getBackgroundInfo, getBlankWidth, getBorderInfo, getColor, getCount, getDisplay, getFloat, getFont, getFontBase, getFontMetrics, getMarginInsets, getOverflowX, getOverflowY, getOverlayColor, getPaddingInsets, getPosition, getPreviousRenderState, getTextBackgroundColor, getTextIndent, getTextIndentText, getTextTransform, getVisibility, getWhiteSpace, getWordInfo, incrementCount, invalidate, isHighlight, resetCount, setHighlight
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextDecorationRenderState

public TextDecorationRenderState(RenderState prevRenderState,
                                 int textDecorationMask)
Method Detail

getTextDecorationMask

public int getTextDecorationMask()
Specified by:
getTextDecorationMask in interface RenderState
Overrides:
getTextDecorationMask in class RenderStateDelegator