Uses of Class
org.openpdf.render.Box
Packages that use Box
Package
Description
-
Uses of Box in org.openpdf.extend
Methods in org.openpdf.extend with parameters of type BoxModifier and TypeMethodDescriptionvoidOutputDevice.drawDebugOutline(RenderingContext c, Box box, FSColor color) voidOutputDevice.paintBackground(RenderingContext c, Box box) voidOutputDevice.paintBorder(RenderingContext c, Box box) -
Uses of Box in org.openpdf.layout
Methods in org.openpdf.layout that return BoxModifier and TypeMethodDescription@Nullable BoxLayer.find(CssContext cssCtx, int absX, int absY, boolean findAnonymous) @Nullable BoxSharedContext.getBoxById(String id) @Nullable BoxLayer.getEnd()FloatManager.getMaster()Layer.getMaster()Methods in org.openpdf.layout that return types with arguments of type BoxMethods in org.openpdf.layout with parameters of type BoxModifier and TypeMethodDescriptionvoidvoidstatic List<TextDecoration> InlineBoxing.calculateTextDecorations(Box box, int baseline, FSFontMetrics fm) voidBlockFormattingContext.clear(LayoutContext c, Box current) voidFloatManager.clear(CssContext cssCtx, BlockFormattingContext bfc, Box box) voidBoxCollector.collect(CssContext c, Shape clip, Layer layer, Box container, List<Box> blockContent, List<Box> inlineContent, BoxRangeLists rangeLists) VerticalAlignContext.createChild(Box root) static StrutMetricsInlineBoxing.createDefaultStrutMetrics(LayoutContext c, Box container) voidLayer.ensureHasPage(CssContext c, Box box) @Nullable PageBoxLayer.getFirstPage(CssContext c, Box box) @Nullable PageBoxLayer.getLastPage(CssContext c, Box box) booleanBoxCollector.intersectsAny(CssContext c, Shape clip, Box master) voidstatic intInlineBoxing.positionHorizontally(CssContext c, Box current, int start) voidvoidMethod parameters in org.openpdf.layout with type arguments of type BoxModifier and TypeMethodDescriptionvoidBoxCollector.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) Constructors in org.openpdf.layout with parameters of type Box -
Uses of Box in org.openpdf.newtable
Subclasses of Box in org.openpdf.newtableModifier and TypeClassDescriptionclassclassclassclass -
Uses of Box in org.openpdf.pdf
Methods in org.openpdf.pdf that return BoxMethods in org.openpdf.pdf with parameters of type BoxModifier and TypeMethodDescriptioncom.lowagie.text.RectangleITextOutputDevice.createLocalTargetArea(RenderingContext c, Box box) com.lowagie.text.RectangleITextOutputDevice.createTargetArea(RenderingContext c, Box box) voidITextOutputDevice.finish(RenderingContext c, Box root) voidITextOutputDevice.paintBackground(RenderingContext c, Box box) void -
Uses of Box in org.openpdf.render
Subclasses of Box in org.openpdf.renderModifier and TypeClassDescriptionfinal classAn anonymous block box as defined in the CSS spec.classA block box as defined in the CSS spec.final classABoxwhich contains the portion of an inline element laid out on a single line.classA line box contains a single line of text (or other inline content).classA dummy box representing one side of the margin area of a page.classA dummy box representing the viewportMethods in org.openpdf.render that return BoxModifier and TypeMethodDescription@Nullable BoxAnonymousBlockBox.find(CssContext cssCtx, int absX, int absY, boolean findAnonymous) @Nullable BoxBox.find(CssContext cssCtx, int absX, int absY, boolean findAnonymous) @Nullable BoxInlineLayoutBox.find(CssContext cssCtx, int absX, int absY, boolean findAnonymous) @Nullable BoxLineBox.find(CssContext cssCtx, int absX, int absY, boolean findAnonymous) @Nullable BoxRenderingContext.getBoxById(String id) Box.getChild(int i) @Nullable BoxBox.getContainingBlock()protected @Nullable Boxprotected @Nullable Box@Nullable BoxBox.getNextSibling()@Nullable BoxBox.getParent()protected @Nullable BoxBox.getPrevious(Box child) protected @Nullable BoxInlineLayoutBox.getPrevious(Box child) @Nullable BoxBox.getPreviousSibling()Box.getRestyleTarget()InlineLayoutBox.getRestyleTarget()LineBox.getRestyleTarget()@Nullable BoxBlockBox.getStaticEquivalent()Methods in org.openpdf.render that return types with arguments of type BoxModifier and TypeMethodDescriptionBox.getChildren()Box.getElementBoxes(Element elem) InlineLayoutBox.getElementBoxes(Element elem) InlineLayoutBox.getElementWithContent()LineBox.getNonFlowContent()Methods in org.openpdf.render with parameters of type BoxModifier and TypeMethodDescriptionvoidvoidBox.addChildForLayout(LayoutContext c, Box child) voidAbstractOutputDevice.drawDebugOutline(RenderingContext c, Box box, FSColor color) intBlockBox.findOffset(Box box) protected @Nullable Boxprotected @Nullable Boxprotected @Nullable BoxBox.getPrevious(Box child) protected @Nullable BoxInlineLayoutBox.getPrevious(Box child) voidAbstractOutputDevice.paintBackground(RenderingContext c, Box box) voidAbstractOutputDevice.paintBorder(RenderingContext c, Box box) voidBox.removeChild(Box target) voidInlineLayoutBox.removeChild(Box child) voidBox.setContainingBlock(Box containingBlock) voidvoidBlockBox.setStaticEquivalent(Box staticEquivalent) Method parameters in org.openpdf.render with type arguments of type BoxModifier and TypeMethodDescriptionvoidBox.addAllChildren(List<Box> children) voidInlineLayoutBox.addAllChildren(List<Box> list, Layer layer) voidLineBox.addAllChildren(List<Box> list, Layer layer) voidBox.clearSelection(List<Box> modified) voidInlineLayoutBox.clearSelection(List<Box> modified) voidLineBox.clearSelection(List<Box> modified) protected voidBox.dumpBoxes(LayoutContext c, String indent, List<Box> boxes, Box.Dump which, StringBuilder result) Constructors in org.openpdf.render with parameters of type BoxModifierConstructorDescriptionprotectedBox(@Nullable Box parent, @Nullable CalculatedStyle style) LineBox(@Nullable Box parent, @Nullable CalculatedStyle style) -
Uses of Box in org.openpdf.swing
Methods in org.openpdf.swing that return BoxModifier and TypeMethodDescription@Nullable BoxRootPanel.find(int x, int y) RootPanel.find(MouseEvent e) @Nullable BoxScalableXHTMLPanel.find(int x, int y) Search Box according to scale factor@Nullable BoxRootPanel.getRootBox()Methods in org.openpdf.swing with parameters of type BoxModifier and TypeMethodDescriptionvoidDefaultFSMouseListener.onMouseOut(BasicPanel panel, Box box) voidFSMouseListener.onMouseOut(BasicPanel panel, Box box) Sent when the mouse leaves a Box in the render tree after entering it.voidHoverListener.onMouseOut(BasicPanel panel, Box box) voidCursorListener.onMouseOver(BasicPanel panel, Box box) voidDefaultFSMouseListener.onMouseOver(BasicPanel panel, Box box) voidFSMouseListener.onMouseOver(BasicPanel panel, Box box) Sent when the mouse moves over a Box in the render tree.voidHoverListener.onMouseOver(BasicPanel panel, Box box) voidDefaultFSMouseListener.onMouseUp(BasicPanel panel, Box box) voidFSMouseListener.onMouseUp(BasicPanel panel, Box box) Sent when the mouse button is released while hovering over a Box in the render tree.voidLinkListener.onMouseUp(BasicPanel panel, Box box) Triggers the click on a box.voidRootPanel.setRootBox(@Nullable Box rootBox)