Package org.xhtmlrenderer.css.style
Class EmptyStyle
java.lang.Object
org.xhtmlrenderer.css.style.CalculatedStyle
org.xhtmlrenderer.css.style.EmptyStyle
Represents the outer box to be used for evaluating positioning of internal
boxes
- Author:
- Torbjörn Gannholm
-
Field Summary
Fields inherited from class org.xhtmlrenderer.css.style.CalculatedStyle
BOTTOM, LEFT, RIGHT, TOP
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.xhtmlrenderer.css.style.CalculatedStyle
asColor, asFloat, asLength, asString, asStringArray, countAssigned, createAnonymousStyle, deriveStyle, establishesBFC, getBackgroundAttachment, getBackgroundColor, getBackgroundPosition, getBackgroundRepeat, getBorder, getBorderHSpacing, getBorderVSpacing, getCachedMargin, getCachedPadding, getColor, getColSpan, getCounterIncrement, getCounterReset, getCursor, getFloatPropertyProportionalHeight, getFloatPropertyProportionalTo, getFloatPropertyProportionalWidth, getFont, getFSFont, getFSFontMetrics, getIdent, getLineHeight, getMarginBorderPadding, getMarginRect, getMarginRect, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getPaddingRect, getPaddingRect, getParent, getRowSpan, getRunningName, getStringProperty, getTextDecorations, getWhitespace, hasAbsoluteUnit, isAbsFixedOrInlineBlockEquiv, isAbsolute, isAutoHeight, isAutoWidth, isAutoZIndex, isAvoidPageBreakInside, isBlockEquivalent, isBottomAuto, isCleared, isClearLeft, isClearRight, isCollapseBorders, isDisplayNone, isFixed, isFixedBackground, isFloated, isFloatedLeft, isFloatedRight, isForcePageBreakAfter, isForcePageBreakBefore, isHasBackground, isHorizontalBackgroundRepeat, isIdent, isInline, isInlineBlock, isInlineTable, isKeepWithInline, isLayedOutInInlineContext, isLength, isLengthOrNumber, isListItem, isListMarkerInside, isMaxHeightNone, isMaxWidthNone, isMayCollapseMarginsWithChildren, isNeedAutoMarginResolution, isNonFlowContent, isOverflowApplies, isPaginateTable, isPositioned, isPostionedOrFloated, isRelative, isRunning, isShowEmptyCells, isSpecifiedAsBlock, isTable, isTableCaption, isTableCell, isTableFooter, isTableHeader, isTableRow, isTableSection, isTextJustify, isTopAuto, isVerticalBackgroundRepeat, isVisible, mayHaveFirstLetter, mayHaveFirstLine, requiresLayer, toString, valueByName
-
Constructor Details
-
EmptyStyle
public EmptyStyle()Creates a new instance of EmptyStyle
-