Uses of Class
org.xhtmlrenderer.layout.Layer
Packages that use Layer
Package
Description
-
Uses of Layer in org.xhtmlrenderer.layout
Fields in org.xhtmlrenderer.layout declared as LayerModifier and TypeFieldDescriptionprivate final @Nullable Layer
Layer._parent
private @Nullable Layer
LayoutContext._rootDocumentLayer
private @Nullable Layer
LayoutContext._rootLayer
Fields in org.xhtmlrenderer.layout with type parameters of type LayerMethods in org.xhtmlrenderer.layout that return LayerModifier and TypeMethodDescriptionLayer.findRoot()
LayoutContext.getLayer()
@Nullable Layer
Layer.getParent()
@Nullable Layer
LayoutContext.getRootDocumentLayer()
@Nullable Layer
LayoutContext.getRootLayer()
Methods in org.xhtmlrenderer.layout that return types with arguments of type LayerModifier and TypeMethodDescriptionLayer.collectLayers
(Layer.Width which) Layer.getChildren()
Layer.getSortedLayers
(Layer.Width which) Layer.getStackingContextLayers
(Layer.Width which) Methods in org.xhtmlrenderer.layout with parameters of type LayerModifier and TypeMethodDescriptionvoid
void
BoxCollector.collect
(CssContext c, Shape clip, Layer layer, List<Box> blockContent, List<Box> inlineContent, BoxRangeLists rangeLists) void
BoxCollector.collect
(CssContext c, Shape clip, Layer layer, Box container, List<Box> blockContent, List<Box> inlineContent, BoxRangeLists rangeLists) private void
BoxCollector.collectInlineLayer
(CssContext c, Shape clip, Layer layer, List<Box> blockContent, List<Box> inlineContent, BoxRangeLists rangeLists) int
void
FloatManager.floatBox
(LayoutContext c, Layer layer, BlockFormattingContext bfc, BlockBox box) private void
Layer.layoutAbsoluteChild
(LayoutContext c, Layer child) SharedContext.newRenderingContextInstance
(OutputDevice outputDevice, FontContext fontContext, @Nullable Layer rootLayer, int initialPageNo) void
private void
private void
FloatManager.save
(BlockBox current, Layer layer, BlockFormattingContext bfc, FloatManager.Direction direction) void
LayoutContext.setRootDocumentLayer
(Layer rootDocumentLayer) Method parameters in org.xhtmlrenderer.layout with type arguments of type LayerModifier and TypeMethodDescriptionprivate @Nullable Box
Layer.find
(CssContext cssCtx, int absX, int absY, List<Layer> layers, boolean findAnonymous) private static void
InlineBoxing.finishPendingInlineLayers
(LayoutContext c, List<Layer> layers) private void
Layer.paintLayers
(RenderingContext c, List<Layer> layers) Constructors in org.xhtmlrenderer.layout with parameters of type Layer -
Uses of Layer in org.xhtmlrenderer.render
Fields in org.xhtmlrenderer.render declared as LayerModifier and TypeFieldDescriptionprivate @Nullable Layer
Box._containingLayer
private @Nullable Layer
FloatedBoxData._drawingLayer
private @Nullable Layer
Box._layer
private final Layer
RenderingContext.rootLayer
Methods in org.xhtmlrenderer.render that return LayerModifier and TypeMethodDescription@Nullable Layer
Box.getContainingLayer()
@Nullable Layer
FloatedBoxData.getDrawingLayer()
@Nullable Layer
Box.getLayer()
RenderingContext.getRootLayer()
Methods in org.xhtmlrenderer.render with parameters of type LayerModifier and TypeMethodDescriptionvoid
InlineLayoutBox.addAllChildren
(List<Box> list, Layer layer) void
LineBox.addAllChildren
(List<Box> list, Layer layer) void
Box.setContainingLayer
(@Nullable Layer containingLayer) void
FloatedBoxData.setDrawingLayer
(Layer drawingLayer) void
Constructors in org.xhtmlrenderer.render with parameters of type LayerModifierConstructorDescriptionRenderingContext
(SharedContext sharedContext, OutputDevice outputDevice, FontContext fontContext, @Nullable Layer rootLayer, int initialPageNo) needs a new instance every run -
Uses of Layer in org.xhtmlrenderer.swing
Methods in org.xhtmlrenderer.swing that return LayerMethods in org.xhtmlrenderer.swing with parameters of type LayerModifier and TypeMethodDescriptionprotected void
BasicPanel.doRender
(RenderingContext c, Layer root) protected void
ScalableXHTMLPanel.doRender
(RenderingContext c, Layer root) Renders according to scale factorprivate void
BasicPanel.paintPagedView
(RenderingContext c, Layer root) -
Uses of Layer in org.xhtmlrenderer.swt
Methods in org.xhtmlrenderer.swt that return LayerMethods in org.xhtmlrenderer.swt with parameters of type LayerModifier and TypeMethodDescriptionprivate void
BasicRenderer.paintPagedView
(RenderingContext c, Layer root)