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 Layer
Layer._parent
private Layer
LayoutContext._rootDocumentLayer
private 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()
Layer.getParent()
LayoutContext.getRootDocumentLayer()
LayoutContext.getRootLayer()
Methods in org.xhtmlrenderer.layout that return types with arguments of type LayerModifier and TypeMethodDescriptionLayer.collectLayers
(int which) Layer.getChildren()
Layer.getSortedLayers
(int which) Layer.getStackingContextLayers
(int 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) void
private void
private void
FloatManager.save
(BlockBox current, Layer layer, BlockFormattingContext bfc, int direction) void
LayoutContext.setRootDocumentLayer
(Layer rootDocumentLayer) Method parameters in org.xhtmlrenderer.layout with type arguments of type LayerModifier and TypeMethodDescriptionprivate 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 Layer
Box._containingLayer
private Layer
FloatedBoxData._drawingLayer
private Layer
Box._layer
private Layer
RenderingContext.rootLayer
Methods in org.xhtmlrenderer.render that return LayerModifier and TypeMethodDescriptionBox.getContainingLayer()
FloatedBoxData.getDrawingLayer()
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
(Layer containingLayer) void
FloatedBoxData.setDrawingLayer
(Layer drawingLayer) void
void
RenderingContext.setRootLayer
(Layer rootLayer) -
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)