Uses of Interface
org.faceless.publisher.output.Box
Packages that use org.faceless.publisher.output.Box
Package
Description
Provides the base classes for output from BFO Publisher, extended by type-specific subpackages
Contains utility classes and interfaces which are used across BFO Publisher
-
Uses of org.faceless.publisher.output.Box in org.faceless.publisher.output
Methods in org.faceless.publisher.output that return org.faceless.publisher.output.Box in inModifier and TypeMethodDescriptionorg.faceless.publisher.output.BoxBox.getFirstChildBox()Returns the first child box of this box.org.faceless.publisher.output.BoxBox.getParentBox()Returns the parent box.Methods in org.faceless.publisher.output with parameters of type org.faceless.publisher.output.Box in inModifier and TypeMethodDescriptionvoidDiscardReportOutput.draw(org.faceless.publisher.output.Box box, List<org.faceless.publisher.type.Background> backgrounds, int flags) voidReportOutputFilter.draw(org.faceless.publisher.output.Box box, List<org.faceless.publisher.type.Background> backgrounds, int flags) Draw a Box to the page.voidDiscardReportOutput.pushClipContext(org.faceless.publisher.output.Box box) voidReportOutputFilter.pushClipContext(org.faceless.publisher.output.Box box) Push a pseudo-context, i.e. box with overflow:hiddenvoidDiscardReportOutput.pushContext(org.faceless.publisher.output.Box box, org.faceless.publisher.output.IsolatedContext isolated) voidReportOutputFilter.pushContext(org.faceless.publisher.output.Box box, org.faceless.publisher.output.IsolatedContext isolated) -
Uses of org.faceless.publisher.output.Box in org.faceless.publisher.type
Methods in org.faceless.publisher.type that return org.faceless.publisher.output.Box in inModifier and TypeMethodDescriptionorg.faceless.publisher.output.BoxBackground.getOwner()Return the owner as set byBackground.setOwner(org.faceless.publisher.output.Box)Methods in org.faceless.publisher.type with parameters of type org.faceless.publisher.output.Box in inModifier and TypeMethodDescriptionorg.faceless.publisher.type.AbstractNodePageMaster.generateBoxes(org.faceless.publisher.type.NodeEventListener generator, org.faceless.publisher.output.Box root) Generate the boxes for the various page margin content boxes to the specified BoxGenerator.voidBackground.setOwner(org.faceless.publisher.output.Box owner) Set the "owner" box this background belongs to.