Uses of Interface
org.xhtmlrenderer.css.style.CssContext
-
-
Uses of CssContext in org.xhtmlrenderer.css.constants
Methods in org.xhtmlrenderer.css.constants with parameters of type CssContext Modifier and Type Method Description floatIdentValue. getFloatProportionalTo(CSSName cssName, float baseValue, CssContext ctx) -
Uses of CssContext in org.xhtmlrenderer.css.style
Methods in org.xhtmlrenderer.css.style with parameters of type CssContext Modifier and Type Method Description LengthCalculatedStyle. asLength(CssContext c, CSSName cssName)BorderPropertySetCalculatedStyle. getBorder(CssContext ctx)intCalculatedStyle. getBorderHSpacing(CssContext c)intCalculatedStyle. getBorderVSpacing(CssContext c)floatCalculatedStyle. getFloatPropertyProportionalHeight(CSSName cssName, float parentHeight, CssContext ctx)floatCalculatedStyle. getFloatPropertyProportionalTo(CSSName cssName, float baseValue, CssContext ctx)floatCalculatedStyle. getFloatPropertyProportionalWidth(CSSName cssName, float parentWidth, CssContext ctx)floatDerivedValue. getFloatProportionalTo(CSSName cssName, float baseValue, CssContext ctx)floatFSDerivedValue. getFloatProportionalTo(CSSName cssName, float baseValue, CssContext ctx)FontSpecificationCalculatedStyle. getFont(CssContext ctx)FSFontCalculatedStyle. getFSFont(CssContext cssContext)FSFontMetricsCalculatedStyle. getFSFontMetrics(CssContext c)floatCalculatedStyle. getLineHeight(CssContext ctx)intCalculatedStyle. getMarginBorderPadding(CssContext cssCtx, int cbWidth, int which)RectPropertySetCalculatedStyle. getMarginRect(float cbWidth, CssContext ctx)Convenience property accessor; returns a Border initialized with the four-sided margin width.RectPropertySetCalculatedStyle. getMarginRect(float cbWidth, CssContext ctx, boolean useCache)intCalculatedStyle. getMaxHeight(CssContext c, int cbHeight)intCalculatedStyle. getMaxWidth(CssContext c, int cbWidth)intCalculatedStyle. getMinHeight(CssContext c, int cbHeight)intCalculatedStyle. getMinWidth(CssContext c, int cbWidth)RectPropertySetCalculatedStyle. getPaddingRect(float cbWidth, CssContext ctx)RectPropertySetCalculatedStyle. getPaddingRect(float cbWidth, CssContext ctx, boolean useCache)Convenience property accessor; returns a Border initialized with the four-sided padding width. -
Uses of CssContext in org.xhtmlrenderer.css.style.derived
Methods in org.xhtmlrenderer.css.style.derived with parameters of type CssContext Modifier and Type Method Description static floatLengthValue. calcFloatProportionalValue(CalculatedStyle style, CSSName cssName, java.lang.String stringValue, float relVal, short primitiveType, float baseValue, CssContext ctx)floatLengthValue. getFloatProportionalTo(CSSName cssName, float baseValue, CssContext ctx)Computes a relative unit (e.g.floatNumberValue. getFloatProportionalTo(CSSName cssName, float baseValue, CssContext ctx)static BorderPropertySetBorderPropertySet. newInstance(CalculatedStyle style, CssContext ctx)static RectPropertySetRectPropertySet. newInstance(CalculatedStyle style, CSSName shortHandProperty, CSSName[] sideProperties, float cbWidth, CssContext ctx) -
Uses of CssContext in org.xhtmlrenderer.layout
Classes in org.xhtmlrenderer.layout that implement CssContext Modifier and Type Class Description classLayoutContextThis class tracks state which changes over the course of a layout run.Methods in org.xhtmlrenderer.layout with parameters of type CssContext Modifier and Type Method Description voidLayer. addPage(CssContext c)voidLayer. assignPagePaintingPositions(CssContext cssCtx, int mode, int additionalClearance)voidLayer. assignPagePaintingPositions(CssContext cssCtx, short mode)voidFloatManager. clear(CssContext cssCtx, BlockFormattingContext bfc, Box box)voidBoxCollector. collect(CssContext c, java.awt.Shape clip, Layer layer, java.util.List blockContent, java.util.List inlineContent, BoxRangeLists rangeLists)voidBoxCollector. collect(CssContext c, java.awt.Shape clip, Layer layer, Box container, java.util.List blockContent, java.util.List inlineContent, BoxRangeLists rangeLists)static PageBoxLayer. createPageBox(CssContext c, java.lang.String pseudoPage)voidLayer. ensureHasPage(CssContext c, Box box)BoxLayer. find(CssContext cssCtx, int absX, int absY, boolean findAnonymous)intFloatManager. getClearDelta(CssContext cssCtx, int bfcRelativeY)PageBoxLayer. getFirstPage(CssContext c, Box box)intBlockFormattingContext. getFloatDistance(CssContext cssCtx, LineBox line, int containingBlockWidth)PageBoxLayer. getLastPage(CssContext c, Box box)intBlockFormattingContext. getLeftFloatDistance(CssContext cssCtx, LineBox line, int containingBlockWidth)intFloatManager. getLeftFloatDistance(CssContext cssCtx, BlockFormattingContext bfc, LineBox line, int containingBlockContentWidth)intLayer. getMaxPageWidth(CssContext cssCtx, int additionalClearance)PageBoxLayer. getPage(CssContext c, int yOffset)intBlockFormattingContext. getRightFloatDistance(CssContext cssCtx, LineBox line, int containingBlockWidth)intFloatManager. getRightFloatDistance(CssContext cssCtx, BlockFormattingContext bfc, LineBox line, int containingBlockContentWidth)booleanBoxCollector. intersectsAny(CssContext c, java.awt.Shape clip, Box master)static intInlineBoxing. positionHorizontally(CssContext c, Box current, int start)voidLayer. trimEmptyPages(CssContext c, int maxYHeight) -
Uses of CssContext in org.xhtmlrenderer.newtable
Methods in org.xhtmlrenderer.newtable with parameters of type CssContext Modifier and Type Method Description voidTableCellBox. calcCollapsedBorder(CssContext c)intTableBox. calcFixedHeightRowBottom(CssContext c)intTableBox. calcInlineBaseline(CssContext c)BorderPropertySetTableBox. getBorder(CssContext cssCtx)BorderPropertySetTableCellBox. getBorder(CssContext cssCtx)java.awt.RectangleTableBox. getColumnBounds(CssContext c, int col)LengthTableCellBox. getOuterStyleOrColWidth(CssContext c)LengthTableCellBox. getOuterStyleWidth(CssContext c)java.awt.RectangleTableCellBox. getPaintingClipEdge(CssContext c)intTableBox. marginsBordersPaddingAndSpacing(CssContext c) -
Uses of CssContext in org.xhtmlrenderer.pdf
Methods in org.xhtmlrenderer.pdf with parameters of type CssContext Modifier and Type Method Description java.util.ListITextOutputDevice. findPagePositionsByID(CssContext c, java.util.regex.Pattern pattern) -
Uses of CssContext in org.xhtmlrenderer.render
Classes in org.xhtmlrenderer.render that implement CssContext Modifier and Type Class Description classRenderingContextSupplies information about the context in which rendering will take placeMethods in org.xhtmlrenderer.render with parameters of type CssContext Modifier and Type Method Description intBlockBox. calcInlineBaseline(CssContext c)PaintingInfoBox. calcPaintingInfo(CssContext c, boolean useCache)BoxAnonymousBlockBox. find(CssContext cssCtx, int absX, int absY, boolean findAnonymous)BoxBox. find(CssContext cssCtx, int absX, int absY, boolean findAnonymous)BoxInlineLayoutBox. find(CssContext cssCtx, int absX, int absY, boolean findAnonymous)BoxLineBox. find(CssContext cssCtx, int absX, int absY, boolean findAnonymous)BorderPropertySetBox. getBorder(CssContext cssCtx)java.awt.RectangleBox. getBorderEdge(int left, int top, CssContext cssCtx)java.awt.RectangleInlineLayoutBox. getBorderEdge(int left, int top, CssContext cssCtx)java.awt.RectangleBox. getContentAreaEdge(int left, int top, CssContext cssCtx)java.awt.RectangleInlineLayoutBox. getContentAreaEdge(int left, int top, CssContext cssCtx)java.awt.RectangleMarginBox. getContentAreaEdge(int left, int top, CssContext cssCtx)java.awt.RectangleViewportBox. getContentAreaEdge(int left, int top, CssContext cssCtx)intPageBox. getContentHeight(CssContext cssCtx)intPageBox. getContentWidth(CssContext cssCtx)intPageBox. getHeight(CssContext cssCtx)intInlineLayoutBox. getInlineWidth(CssContext cssCtx)intInlineLayoutBox. getLeftMarginBorderPadding(CssContext cssCtx)RectPropertySetBox. getMargin(CssContext cssContext)RectPropertySetPageBox. getMargin(CssContext cssCtx)intBox. getMarginBorderPadding(CssContext cssCtx, int which)intPageBox. getMarginBorderPadding(CssContext cssCtx, int which)java.awt.RectangleBox. getMarginEdge(int left, int top, CssContext cssCtx, int tx, int ty)java.awt.RectangleBox. getMarginEdge(CssContext cssCtx, int tx, int ty)java.awt.RectangleInlineLayoutBox. getMarginEdge(int left, int top, CssContext cssCtx, int tx, int ty)java.awt.RectangleLineBox. getMarginEdge(CssContext cssCtx, int tx, int ty)RectPropertySetBox. getPadding(CssContext cssCtx)java.awt.RectangleBox. getPaddingEdge(int left, int top, CssContext cssCtx)java.awt.RectangleMarginBox. getPaddingEdge(int left, int top, CssContext cssCtx)java.awt.RectangleViewportBox. getPaddingEdge(int left, int top, CssContext cssCtx)java.awt.RectanglePageBox. getPagedViewClippingBounds(CssContext cssCtx, int additionalClearance)java.awt.RectangleBox. getPaintingBorderEdge(CssContext cssCtx)java.awt.RectangleBlockBox. getPaintingClipEdge(CssContext cssCtx)java.awt.RectangleBox. getPaintingClipEdge(CssContext cssCtx)java.awt.RectangleLineBox. getPaintingClipEdge(CssContext cssCtx)java.awt.RectangleBox. getPaintingPaddingEdge(CssContext cssCtx)java.awt.RectanglePageBox. getPrintClippingBounds(CssContext cssCtx)java.awt.RectanglePageBox. getPrintPaintingBounds(CssContext cssCtx)intInlineLayoutBox. getRightMarginPaddingBorder(CssContext cssCtx)java.awt.RectanglePageBox. getScreenPaintingBounds(CssContext cssCtx, int additionalClearance)intPageBox. getWidth(CssContext cssCtx)booleanBox. intersects(CssContext cssCtx, java.awt.Shape clip)NOTE: This method does not consider any children of this boxbooleanLineBox. intersects(CssContext cssCtx, java.awt.Shape clip)booleanInlineLayoutBox. intersectsInlineBlocks(CssContext cssCtx, java.awt.Shape clip)voidBlockBox. positionAbsolute(CssContext cssCtx, int direction)java.awt.DimensionBox. positionRelative(CssContext cssCtx)java.awt.DimensionInlineLayoutBox. positionRelative(CssContext cssCtx)voidBox. setMarginBottom(CssContext cssContext, int marginBottom)voidBox. setMarginLeft(CssContext cssContext, int marginLeft)voidBox. setMarginRight(CssContext cssContext, int marginRight)voidBox. setMarginTop(CssContext cssContext, int marginTop)voidPageBox. setTopAndBottom(CssContext cssCtx, int top)
-