org.lobobrowser.html.style
Interface RenderState

All Known Implementing Classes:
AlignXRenderState, BaseFontRenderState, BlockRenderState, BodyRenderState, ColorRenderState, DisplayRenderState, FontNameRenderState, FontSizeRenderState, FontStyleRenderState, ImageRenderState, PreRenderState, RenderStateDelegator, StyleSheetRenderState, TableCellRenderState, TableRenderState, TextDecorationRenderState

public interface RenderState

Author:
J. H. S.

Field Summary
static int DISPLAY_BLOCK
           
static int DISPLAY_INLINE
           
static int DISPLAY_LIST_ITEM
           
static int DISPLAY_NONE
           
static int DISPLAY_TABLE
           
static int DISPLAY_TABLE_CELL
           
static int DISPLAY_TABLE_ROW
           
static int FLOAT_LEFT
           
static int FLOAT_NONE
           
static int FLOAT_RIGHT
           
static int MASK_TEXTDECORATION_BLINK
           
static int MASK_TEXTDECORATION_LINE_THROUGH
           
static int MASK_TEXTDECORATION_OVERLINE
           
static int MASK_TEXTDECORATION_UNDERLINE
           
static int POSITION_ABSOLUTE
           
static int POSITION_FIXED
           
static int POSITION_RELATIVE
           
static int POSITION_STATIC
           
static int TEXTTRANSFORM_CAPITALIZE
           
static int TEXTTRANSFORM_LOWERCASE
           
static int TEXTTRANSFORM_NONE
           
static int TEXTTRANSFORM_UPPERCASE
           
static int VISIBILITY_COLLAPSE
           
static int VISIBILITY_HIDDEN
           
static int VISIBILITY_VISIBLE
           
static int WS_NORMAL
           
static int WS_NOWRAP
           
static int WS_PRE
           
 
Method Summary
 int getAlignXPercent()
           
 int getAlignYPercent()
           
 java.awt.Color getBackgroundColor()
           
 BackgroundInfo getBackgroundInfo()
           
 int getBlankWidth()
           
 java.awt.Color getColor()
           
 int getCount(java.lang.String counter, int nesting)
           
 int getDisplay()
           
 int getFloat()
           
 java.awt.Font getFont()
           
 int getFontBase()
           
 java.awt.FontMetrics getFontMetrics()
           
 java.awt.Insets getMarginInsets()
           
 java.awt.Color getOverlayColor()
           
 java.awt.Insets getPaddingInsets()
           
 int getPosition()
           
 RenderState getPreviousRenderState()
           
 java.awt.Color getTextBackgroundColor()
           
 int getTextDecorationMask()
           
 int getTextIndent(int availWidth)
           
 java.lang.String getTextIndentText()
           
 int getTextTransform()
           
 int getVisibility()
           
 int getWhiteSpace()
           
 org.lobobrowser.html.style.WordInfo getWordInfo(java.lang.String word)
           
 int incrementCount(java.lang.String counter, int nesting)
           
 void invalidate()
           
 boolean isHighlight()
           
 void resetCount(java.lang.String counter, int nesting, int value)
           
 void setHighlight(boolean highlight)
           
 

Field Detail

MASK_TEXTDECORATION_UNDERLINE

static final int MASK_TEXTDECORATION_UNDERLINE
See Also:
Constant Field Values

MASK_TEXTDECORATION_OVERLINE

static final int MASK_TEXTDECORATION_OVERLINE
See Also:
Constant Field Values

MASK_TEXTDECORATION_LINE_THROUGH

static final int MASK_TEXTDECORATION_LINE_THROUGH
See Also:
Constant Field Values

MASK_TEXTDECORATION_BLINK

static final int MASK_TEXTDECORATION_BLINK
See Also:
Constant Field Values

TEXTTRANSFORM_NONE

static final int TEXTTRANSFORM_NONE
See Also:
Constant Field Values

TEXTTRANSFORM_CAPITALIZE

static final int TEXTTRANSFORM_CAPITALIZE
See Also:
Constant Field Values

TEXTTRANSFORM_UPPERCASE

static final int TEXTTRANSFORM_UPPERCASE
See Also:
Constant Field Values

TEXTTRANSFORM_LOWERCASE

static final int TEXTTRANSFORM_LOWERCASE
See Also:
Constant Field Values

DISPLAY_NONE

static final int DISPLAY_NONE
See Also:
Constant Field Values

DISPLAY_INLINE

static final int DISPLAY_INLINE
See Also:
Constant Field Values

DISPLAY_BLOCK

static final int DISPLAY_BLOCK
See Also:
Constant Field Values

DISPLAY_LIST_ITEM

static final int DISPLAY_LIST_ITEM
See Also:
Constant Field Values

DISPLAY_TABLE_ROW

static final int DISPLAY_TABLE_ROW
See Also:
Constant Field Values

DISPLAY_TABLE_CELL

static final int DISPLAY_TABLE_CELL
See Also:
Constant Field Values

DISPLAY_TABLE

static final int DISPLAY_TABLE
See Also:
Constant Field Values

WS_NORMAL

static final int WS_NORMAL
See Also:
Constant Field Values

WS_PRE

static final int WS_PRE
See Also:
Constant Field Values

WS_NOWRAP

static final int WS_NOWRAP
See Also:
Constant Field Values

VISIBILITY_VISIBLE

static final int VISIBILITY_VISIBLE
See Also:
Constant Field Values

VISIBILITY_HIDDEN

static final int VISIBILITY_HIDDEN
See Also:
Constant Field Values

VISIBILITY_COLLAPSE

static final int VISIBILITY_COLLAPSE
See Also:
Constant Field Values

POSITION_STATIC

static final int POSITION_STATIC
See Also:
Constant Field Values

POSITION_ABSOLUTE

static final int POSITION_ABSOLUTE
See Also:
Constant Field Values

POSITION_RELATIVE

static final int POSITION_RELATIVE
See Also:
Constant Field Values

POSITION_FIXED

static final int POSITION_FIXED
See Also:
Constant Field Values

FLOAT_NONE

static final int FLOAT_NONE
See Also:
Constant Field Values

FLOAT_LEFT

static final int FLOAT_LEFT
See Also:
Constant Field Values

FLOAT_RIGHT

static final int FLOAT_RIGHT
See Also:
Constant Field Values
Method Detail

getPosition

int getPosition()

getFloat

int getFloat()

getVisibility

int getVisibility()

getFont

java.awt.Font getFont()

getFontBase

int getFontBase()

getWordInfo

org.lobobrowser.html.style.WordInfo getWordInfo(java.lang.String word)

getColor

java.awt.Color getColor()

getBackgroundColor

java.awt.Color getBackgroundColor()

getTextBackgroundColor

java.awt.Color getTextBackgroundColor()

getBackgroundInfo

BackgroundInfo getBackgroundInfo()

getOverlayColor

java.awt.Color getOverlayColor()

getTextTransform

int getTextTransform()

getTextDecorationMask

int getTextDecorationMask()

getFontMetrics

java.awt.FontMetrics getFontMetrics()

getBlankWidth

int getBlankWidth()

isHighlight

boolean isHighlight()

setHighlight

void setHighlight(boolean highlight)

getPreviousRenderState

RenderState getPreviousRenderState()

getAlignXPercent

int getAlignXPercent()

getAlignYPercent

int getAlignYPercent()

getCount

int getCount(java.lang.String counter,
             int nesting)

getDisplay

int getDisplay()

resetCount

void resetCount(java.lang.String counter,
                int nesting,
                int value)

incrementCount

int incrementCount(java.lang.String counter,
                   int nesting)

getTextIndent

int getTextIndent(int availWidth)

getTextIndentText

java.lang.String getTextIndentText()

getWhiteSpace

int getWhiteSpace()

getMarginInsets

java.awt.Insets getMarginInsets()

getPaddingInsets

java.awt.Insets getPaddingInsets()

invalidate

void invalidate()