Uses of Class
org.xhtmlrenderer.layout.Layer
Packages that use Layer
-
Uses of Layer in org.xhtmlrenderer.layout
Methods in org.xhtmlrenderer.layout that return LayerModifier and TypeMethodDescriptionLayer.findRoot()LayoutContext.getLayer()@Nullable LayerLayer.getParent()@Nullable LayerLayoutContext.getRootDocumentLayer()@Nullable LayerLayoutContext.getRootLayer()Methods in org.xhtmlrenderer.layout that return types with arguments of type LayerMethods in org.xhtmlrenderer.layout with parameters of type LayerModifier and TypeMethodDescriptionvoidvoidBoxCollector.collect(CssContext c, Shape clip, Layer layer, List<Box> blockContent, List<Box> inlineContent, BoxRangeLists rangeLists) voidBoxCollector.collect(CssContext c, Shape clip, Layer layer, Box container, List<Box> blockContent, List<Box> inlineContent, BoxRangeLists rangeLists) voidFloatManager.floatBox(LayoutContext c, Layer layer, BlockFormattingContext bfc, BlockBox box) SharedContext.newRenderingContextInstance(OutputDevice outputDevice, FontContext fontContext, @Nullable Layer rootLayer, int initialPageNo) voidvoidLayoutContext.setRootDocumentLayer(Layer rootDocumentLayer) Constructors in org.xhtmlrenderer.layout with parameters of type Layer -
Uses of Layer in org.xhtmlrenderer.render
Methods in org.xhtmlrenderer.render that return LayerModifier and TypeMethodDescription@Nullable LayerBox.getContainingLayer()@Nullable LayerFloatedBoxData.getDrawingLayer()@Nullable LayerBox.getLayer()RenderingContext.getRootLayer()Methods in org.xhtmlrenderer.render with parameters of type LayerModifier and TypeMethodDescriptionvoidInlineLayoutBox.addAllChildren(List<Box> list, Layer layer) voidLineBox.addAllChildren(List<Box> list, Layer layer) voidBox.setContainingLayer(@Nullable Layer containingLayer) voidFloatedBoxData.setDrawingLayer(Layer drawingLayer) voidConstructors 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 voidBasicPanel.doRender(RenderingContext c, Layer root) protected voidScalableXHTMLPanel.doRender(RenderingContext c, Layer root) Renders according to scale factor