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