Uses of Enum Class
org.xhtmlrenderer.layout.Layer.PagedMode
Packages that use Layer.PagedMode
-
Uses of Layer.PagedMode in org.xhtmlrenderer.layout
Methods in org.xhtmlrenderer.layout that return Layer.PagedModeModifier and TypeMethodDescriptionstatic Layer.PagedMode
Returns 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 TypeMethodDescriptionvoid
Layer.assignPagePaintingPositions
(CssContext cssCtx, Layer.PagedMode mode) void
Layer.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 Point
PageBox.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) void
PageBox.paintBackground
(RenderingContext c, int additionalClearance, Layer.PagedMode mode) void
PageBox.paintBorder
(RenderingContext c, int additionalClearance, Layer.PagedMode mode) void
PageBox.paintMarginAreas
(RenderingContext c, int additionalClearance, Layer.PagedMode mode)