org.lobobrowser.html.style
Interface RenderState
- All Known Implementing Classes:
- AbstractMarginRenderState, AlignXRenderState, BaseFontRenderState, BlockQuoteRenderState, BlockRenderState, BodyRenderState, ColorRenderState, DisplayRenderState, FontNameRenderState, FontStyleRenderState, HeadingRenderState, IFrameRenderState, ImageRenderState, ListRenderState, ParagraphRenderState, PreRenderState, RenderStateDelegator, StyleSheetRenderState, TableCellRenderState, TableRenderState, TextDecorationRenderState
public interface RenderState
- Author:
- J. H. S.
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
OVERFLOW_NONE
static final int OVERFLOW_NONE
- See Also:
- Constant Field Values
OVERFLOW_SCROLL
static final int OVERFLOW_SCROLL
- See Also:
- Constant Field Values
OVERFLOW_AUTO
static final int OVERFLOW_AUTO
- See Also:
- Constant Field Values
OVERFLOW_HIDDEN
static final int OVERFLOW_HIDDEN
- See Also:
- Constant Field Values
OVERFLOW_VISIBLE
static final int OVERFLOW_VISIBLE
- See Also:
- Constant Field Values
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
HtmlInsets getMarginInsets()
getPaddingInsets
HtmlInsets getPaddingInsets()
getOverflowX
int getOverflowX()
getOverflowY
int getOverflowY()
invalidate
void invalidate()
getBorderInfo
BorderInfo getBorderInfo()