Package 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.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
getColor()
int
int
int
getFloat()
getFont()
int
int
int
int
int
int
getTextIndent
(int availWidth) int
int
int
org.lobobrowser.html.style.WordInfo
getWordInfo
(String word) int
incrementCount
(String counter, int nesting) void
boolean
void
resetCount
(String counter, int nesting, int value) void
setHighlight
(boolean highlight)
-
Field Details
-
MASK_TEXTDECORATION_UNDERLINE
static final int MASK_TEXTDECORATION_UNDERLINE- See Also:
-
MASK_TEXTDECORATION_OVERLINE
static final int MASK_TEXTDECORATION_OVERLINE- See Also:
-
MASK_TEXTDECORATION_LINE_THROUGH
static final int MASK_TEXTDECORATION_LINE_THROUGH- See Also:
-
MASK_TEXTDECORATION_BLINK
static final int MASK_TEXTDECORATION_BLINK- See Also:
-
TEXTTRANSFORM_NONE
static final int TEXTTRANSFORM_NONE- See Also:
-
TEXTTRANSFORM_CAPITALIZE
static final int TEXTTRANSFORM_CAPITALIZE- See Also:
-
TEXTTRANSFORM_UPPERCASE
static final int TEXTTRANSFORM_UPPERCASE- See Also:
-
TEXTTRANSFORM_LOWERCASE
static final int TEXTTRANSFORM_LOWERCASE- See Also:
-
DISPLAY_NONE
static final int DISPLAY_NONE- See Also:
-
DISPLAY_INLINE
static final int DISPLAY_INLINE- See Also:
-
DISPLAY_BLOCK
static final int DISPLAY_BLOCK- See Also:
-
DISPLAY_LIST_ITEM
static final int DISPLAY_LIST_ITEM- See Also:
-
DISPLAY_TABLE_ROW
static final int DISPLAY_TABLE_ROW- See Also:
-
DISPLAY_TABLE_CELL
static final int DISPLAY_TABLE_CELL- See Also:
-
DISPLAY_TABLE
static final int DISPLAY_TABLE- See Also:
-
WS_NORMAL
static final int WS_NORMAL- See Also:
-
WS_PRE
static final int WS_PRE- See Also:
-
WS_NOWRAP
static final int WS_NOWRAP- See Also:
-
VISIBILITY_VISIBLE
static final int VISIBILITY_VISIBLE- See Also:
-
VISIBILITY_HIDDEN
static final int VISIBILITY_HIDDEN- See Also:
-
VISIBILITY_COLLAPSE
static final int VISIBILITY_COLLAPSE- See Also:
-
POSITION_STATIC
static final int POSITION_STATIC- See Also:
-
POSITION_ABSOLUTE
static final int POSITION_ABSOLUTE- See Also:
-
POSITION_RELATIVE
static final int POSITION_RELATIVE- See Also:
-
POSITION_FIXED
static final int POSITION_FIXED- See Also:
-
FLOAT_NONE
static final int FLOAT_NONE- See Also:
-
FLOAT_LEFT
static final int FLOAT_LEFT- See Also:
-
FLOAT_RIGHT
static final int FLOAT_RIGHT- See Also:
-
OVERFLOW_NONE
static final int OVERFLOW_NONE- See Also:
-
OVERFLOW_SCROLL
static final int OVERFLOW_SCROLL- See Also:
-
OVERFLOW_AUTO
static final int OVERFLOW_AUTO- See Also:
-
OVERFLOW_HIDDEN
static final int OVERFLOW_HIDDEN- See Also:
-
OVERFLOW_VISIBLE
static final int OVERFLOW_VISIBLE- See Also:
-
-
Method Details
-
getPosition
int getPosition() -
getFloat
int getFloat() -
getVisibility
int getVisibility() -
getFont
Font getFont() -
getFontBase
int getFontBase() -
getWordInfo
-
getColor
Color getColor() -
getBackgroundColor
Color getBackgroundColor() -
getTextBackgroundColor
Color getTextBackgroundColor() -
getBackgroundInfo
BackgroundInfo getBackgroundInfo() -
getOverlayColor
Color getOverlayColor() -
getTextTransform
int getTextTransform() -
getTextDecorationMask
int getTextDecorationMask() -
getFontMetrics
FontMetrics getFontMetrics() -
getBlankWidth
int getBlankWidth() -
isHighlight
boolean isHighlight() -
setHighlight
void setHighlight(boolean highlight) -
getPreviousRenderState
RenderState getPreviousRenderState() -
getAlignXPercent
int getAlignXPercent() -
getAlignYPercent
int getAlignYPercent() -
getCount
-
getDisplay
int getDisplay() -
resetCount
-
incrementCount
-
getTextIndent
int getTextIndent(int availWidth) -
getTextIndentText
String getTextIndentText() -
getWhiteSpace
int getWhiteSpace() -
getMarginInsets
HtmlInsets getMarginInsets() -
getPaddingInsets
HtmlInsets getPaddingInsets() -
getOverflowX
int getOverflowX() -
getOverflowY
int getOverflowY() -
invalidate
void invalidate() -
getBorderInfo
BorderInfo getBorderInfo()
-