org.lobobrowser.html.style

Class BaseFontRenderState

Implemented Interfaces:
RenderState

public class BaseFontRenderState
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, POSITION_ABSOLUTE, POSITION_FIXED, POSITION_RELATIVE, POSITION_STATIC, VISIBILITY_COLLAPSE, VISIBILITY_HIDDEN, VISIBILITY_VISIBLE, WS_NORMAL, WS_NOWRAP, WS_PRE

Constructor Summary

BaseFontRenderState(RenderState prevRenderState, int fontBase)

Method Summary

int
getFontBase()

Methods inherited from class org.lobobrowser.html.style.RenderStateDelegator

getAlignXPercent, getAlignYPercent, getBackgroundColor, getBackgroundInfo, getBlankWidth, getColor, getCount, getDisplay, getFloat, getFont, getFontBase, getFontMetrics, getMarginInsets, getOverlayColor, getPaddingInsets, getPosition, getPreviousRenderState, getTextBackgroundColor, getTextDecorationMask, getTextIndent, getTextIndentText, getVisibility, getWhiteSpace, getWordInfo, incrementCount, invalidate, isHighlight, resetCount, setHighlight

Constructor Details

BaseFontRenderState

public BaseFontRenderState(RenderState prevRenderState,
                           int fontBase)

Method Details

getFontBase

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