Uses of Enum Class
org.xhtmlrenderer.layout.Layer.PagedMode
Packages that use Layer.PagedMode
-
Uses of Layer.PagedMode in org.xhtmlrenderer.layout
Subclasses with type arguments of type Layer.PagedMode in org.xhtmlrenderer.layoutMethods in org.xhtmlrenderer.layout that return Layer.PagedModeModifier and TypeMethodDescriptionstatic Layer.PagedModeReturns the enum constant of this class with the specified name.static Layer.PagedMode[]Layer.PagedMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.xhtmlrenderer.layout with parameters of type Layer.PagedModeModifier and TypeMethodDescriptionvoidLayer.assignPagePaintingPositions(CssContext cssCtx, Layer.PagedMode mode) voidLayer.assignPagePaintingPositions(CssContext cssCtx, Layer.PagedMode mode, int additionalClearance) -
Uses of Layer.PagedMode in org.xhtmlrenderer.render
Methods in org.xhtmlrenderer.render with parameters of type Layer.PagedModeModifier and TypeMethodDescriptionPageBox.BottomLeftCorner.getPaintingPosition(RenderingContext c, PageBox page, int additionalClearance, Layer.PagedMode mode) PageBox.BottomMarginArea.getPaintingPosition(RenderingContext c, PageBox page, int additionalClearance, Layer.PagedMode mode) PageBox.BottomRightCorner.getPaintingPosition(RenderingContext c, PageBox page, int additionalClearance, Layer.PagedMode mode) PageBox.LeftMarginArea.getPaintingPosition(RenderingContext c, PageBox page, int additionalClearance, Layer.PagedMode mode) abstract PointPageBox.MarginArea.getPaintingPosition(RenderingContext c, PageBox page, int additionalClearance, Layer.PagedMode mode) PageBox.RightMarginArea.getPaintingPosition(RenderingContext c, PageBox page, int additionalClearance, Layer.PagedMode mode) PageBox.TopLeftCorner.getPaintingPosition(RenderingContext c, PageBox page, int additionalClearance, Layer.PagedMode mode) PageBox.TopMarginArea.getPaintingPosition(RenderingContext c, PageBox page, int additionalClearance, Layer.PagedMode mode) PageBox.TopRightCorner.getPaintingPosition(RenderingContext c, PageBox page, int additionalClearance, Layer.PagedMode mode) voidPageBox.paintBackground(RenderingContext c, int additionalClearance, Layer.PagedMode mode) voidPageBox.paintBorder(RenderingContext c, int additionalClearance, Layer.PagedMode mode) voidPageBox.paintMarginAreas(RenderingContext c, int additionalClearance, Layer.PagedMode mode)