Uses of Class
org.xhtmlrenderer.layout.Layer
-
Packages that use Layer Package Description org.xhtmlrenderer.layout org.xhtmlrenderer.render org.xhtmlrenderer.swing -
-
Uses of Layer in org.xhtmlrenderer.layout
Methods in org.xhtmlrenderer.layout that return Layer Modifier and Type Method Description LayerLayer. findRoot()LayerLayoutContext. getLayer()LayerLayer. getParent()LayerLayoutContext. getRootDocumentLayer()LayerLayoutContext. getRootLayer()Methods in org.xhtmlrenderer.layout that return types with arguments of type Layer Modifier and Type Method Description List<Layer>Layer. getChildren()Methods in org.xhtmlrenderer.layout with parameters of type Layer Modifier and Type Method Description voidLayer. addChild(Layer layer)voidBoxCollector. 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)voidLayoutContext. pushLayer(Layer layer)voidLayoutContext. setRootDocumentLayer(Layer rootDocumentLayer)Constructors in org.xhtmlrenderer.layout with parameters of type Layer Constructor Description Layer(Layer parent, Box master) -
Uses of Layer in org.xhtmlrenderer.render
Methods in org.xhtmlrenderer.render that return Layer Modifier and Type Method Description LayerBox. getContainingLayer()LayerFloatedBoxData. getDrawingLayer()LayerBox. getLayer()LayerRenderingContext. getRootLayer()Methods in org.xhtmlrenderer.render with parameters of type Layer Modifier and Type Method Description voidInlineLayoutBox. addAllChildren(List<Box> list, Layer layer)voidLineBox. addAllChildren(List<Box> list, Layer layer)voidBox. setContainingLayer(Layer containingLayer)voidFloatedBoxData. setDrawingLayer(Layer drawingLayer)voidBox. setLayer(Layer layer)voidRenderingContext. setRootLayer(Layer rootLayer) -
Uses of Layer in org.xhtmlrenderer.swing
Methods in org.xhtmlrenderer.swing that return Layer Modifier and Type Method Description LayerRootPanel. getRootLayer()Methods in org.xhtmlrenderer.swing with parameters of type Layer Modifier and Type Method Description protected voidBasicPanel. doRender(RenderingContext c, Layer root)protected voidScalableXHTMLPanel. doRender(RenderingContext c, Layer root)Renders according to scale factor
-