Uses of Class
org.openpdf.layout.Layer
Packages that use Layer
-
Uses of Layer in org.openpdf.layout
Classes in org.openpdf.layout that implement interfaces with type arguments of type LayerFields in org.openpdf.layout declared as LayerModifier and TypeFieldDescriptionprivate final @Nullable LayerLayer._parentprivate @Nullable LayerLayoutContext._rootDocumentLayerprivate @Nullable LayerLayoutContext._rootLayerFields in org.openpdf.layout with type parameters of type LayerMethods in org.openpdf.layout that return LayerModifier and TypeMethodDescriptionLayer.findRoot()LayoutContext.getLayer()@Nullable LayerLayer.getParent()@Nullable LayerLayoutContext.getRootDocumentLayer()@Nullable LayerLayoutContext.getRootLayer()Methods in org.openpdf.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.openpdf.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) private voidBoxCollector.collectInlineLayer(CssContext c, Shape clip, Layer layer, List<Box> blockContent, List<Box> inlineContent, BoxRangeLists rangeLists) intvoidFloatManager.floatBox(LayoutContext c, Layer layer, BlockFormattingContext bfc, BlockBox box) private voidLayer.layoutAbsoluteChild(LayoutContext c, Layer child) SharedContext.newRenderingContextInstance(OutputDevice outputDevice, FontContext fontContext, @Nullable Layer rootLayer, int initialPageNo) voidprivate voidprivate voidFloatManager.save(BlockBox current, Layer layer, BlockFormattingContext bfc, FloatManager.Direction direction) voidLayoutContext.setRootDocumentLayer(Layer rootDocumentLayer) Method parameters in org.openpdf.layout with type arguments of type LayerModifier and TypeMethodDescriptionprivate @Nullable BoxLayer.find(CssContext cssCtx, int absX, int absY, List<Layer> layers, boolean findAnonymous) private static voidInlineBoxing.finishPendingInlineLayers(LayoutContext c, List<Layer> layers) private voidLayer.paintLayers(RenderingContext c, List<Layer> layers) Constructors in org.openpdf.layout with parameters of type Layer -
Uses of Layer in org.openpdf.render
Fields in org.openpdf.render declared as LayerModifier and TypeFieldDescriptionprivate @Nullable LayerBox._containingLayerprivate @Nullable LayerFloatedBoxData._drawingLayerprivate @Nullable LayerBox._layerprivate final @Nullable LayerRenderingContext.rootLayerMethods in org.openpdf.render that return LayerModifier and TypeMethodDescription@Nullable LayerBox.getContainingLayer()@Nullable LayerFloatedBoxData.getDrawingLayer()@Nullable LayerBox.getLayer()@Nullable LayerRenderingContext.getRootLayer()Methods in org.openpdf.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.openpdf.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.openpdf.swing
Methods in org.openpdf.swing that return LayerMethods in org.openpdf.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 factorprivate voidBasicPanel.paintPagedView(RenderingContext c, Layer root)