Class DialogRenderState
java.lang.Object
org.loboevolution.html.renderstate.StyleSheetRenderState
org.loboevolution.html.renderstate.BlockRenderState
org.loboevolution.html.renderstate.DialogRenderState
- All Implemented Interfaces:
RenderState
DialogRenderState class.
-
Field Summary
Fields inherited from class org.loboevolution.html.renderstate.StyleSheetRenderState
borderInfo, document, iBackgroundInfo, INVALID_BACKGROUND_INFO, INVALID_BORDER_INFO, INVALID_COLOR, INVALID_INSETS, iWhiteSpace, marginInsets, overflowX, overflowY, paddingInsets, prevRenderStateFields inherited from interface org.loboevolution.html.renderstate.RenderState
DISPLAY_BLOCK, DISPLAY_FLEX_BOX, DISPLAY_FLEX_CHILD, DISPLAY_INLINE, DISPLAY_INLINE_BLOCK, DISPLAY_INLINE_TABLE, DISPLAY_LIST_ITEM, DISPLAY_NONE, DISPLAY_TABLE, DISPLAY_TABLE_CAPTION, DISPLAY_TABLE_CELL, DISPLAY_TABLE_COLUMN, DISPLAY_TABLE_COLUMN_GROUP, DISPLAY_TABLE_FOOTER_GROUP, DISPLAY_TABLE_HEADER_GROUP, DISPLAY_TABLE_ROW, DISPLAY_TABLE_ROW_GROUP, FLOAT_LEFT, FLOAT_NONE, FLOAT_RIGHT, MASK_TEXTDECORATION_BLINK, MASK_TEXTDECORATION_LINE_THROUGH, MASK_TEXTDECORATION_NONE, MASK_TEXTDECORATION_OVERLINE, MASK_TEXTDECORATION_UNDERLINE, OVERFLOW_AUTO, OVERFLOW_HIDDEN, OVERFLOW_NONE, OVERFLOW_SCROLL, OVERFLOW_VISIBLE, POSITION_ABSOLUTE, POSITION_FIXED, POSITION_RELATIVE, POSITION_STATIC, TEXTTRANSFORM_CAPITALIZE, TEXTTRANSFORM_LOWERCASE, TEXTTRANSFORM_NONE, TEXTTRANSFORM_UPPERCASE, VISIBILITY_COLLAPSE, VISIBILITY_HIDDEN, VISIBILITY_VISIBLE, WS_NORMAL, WS_NOWRAP, WS_PRE -
Constructor Summary
ConstructorsConstructorDescriptionDialogRenderState(RenderState prevRenderState, HTMLDialogElementImpl element) Constructor for DialogRenderState. -
Method Summary
Modifier and TypeMethodDescriptiongetBackgroundColor.getBorderInfo.intgetDisplay.getLeft()getLeft.getPaddingInsets.intgetPosition.Methods inherited from class org.loboevolution.html.renderstate.BlockRenderState
getDefaultDisplayMethods inherited from class org.loboevolution.html.renderstate.StyleSheetRenderState
getAlignContent, getAlignItems, getAlignXPercent, getAlignYPercent, getBackgroundImageInfo, getBackgroundInfo, getBlankWidth, getBottom, getBoxSizing, getClear, getColor, getCount, getCssProperties, getCursor, getFlexDirection, getFlexFlow, getFlexWrap, getFloat, getFont, getFontBase, getFontMetrics, getJustifyContent, getMarginInsets, getOverflowX, getOverflowY, getOverlayColor, getPreviousRenderState, getRight, getTextBackgroundColor, getTextDecorationMask, getTextIndent, getTextIndentText, getTextTransform, getTop, getVerticalAlign, getVisibility, getWhiteSpace, getWordInfo, incrementCount, invalidate, isHighlight, resetCount, setCursor, setHighlight, toString
-
Constructor Details
-
DialogRenderState
Constructor for DialogRenderState.
- Parameters:
prevRenderState- aRenderStateobject.element- aHTMLDialogElementImplobject.
-
-
Method Details
-
getBorderInfo
Description copied from class:StyleSheetRenderStategetBorderInfo.
- Specified by:
getBorderInfoin interfaceRenderState- Overrides:
getBorderInfoin classStyleSheetRenderState- Returns:
- a
BorderInfoobject.
-
getPaddingInsets
Description copied from class:StyleSheetRenderStategetPaddingInsets.
- Specified by:
getPaddingInsetsin interfaceRenderState- Overrides:
getPaddingInsetsin classStyleSheetRenderState- Returns:
- a
HtmlInsetsobject.
-
getPosition
public int getPosition()Description copied from class:StyleSheetRenderStategetPosition.
- Specified by:
getPositionin interfaceRenderState- Overrides:
getPositionin classStyleSheetRenderState- Returns:
- a
Integerobject.
-
getBackgroundColor
Description copied from class:StyleSheetRenderStategetBackgroundColor.
- Specified by:
getBackgroundColorin interfaceRenderState- Overrides:
getBackgroundColorin classStyleSheetRenderState- Returns:
- a
Colorobject.
-
getLeft
Description copied from class:StyleSheetRenderStategetLeft.
- Specified by:
getLeftin interfaceRenderState- Overrides:
getLeftin classStyleSheetRenderState- Returns:
- a
Stringobject.
-
getDisplay
public int getDisplay()Description copied from class:StyleSheetRenderStategetDisplay.
- Specified by:
getDisplayin interfaceRenderState- Overrides:
getDisplayin classStyleSheetRenderState- Returns:
- a
Integerobject.
-