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.Box
Box.getFirstChildBox()
Returns the first child box of this box.org.faceless.publisher.output.Box
Box.getParentBox()
Returns the parent box.Methods in org.faceless.publisher.output with parameters of type org.faceless.publisher.output.Box in inModifier and TypeMethodDescriptionvoid
DiscardReportOutput.draw
(org.faceless.publisher.output.Box box, List<org.faceless.publisher.type.Background> backgrounds, int flags) void
ReportOutputFilter.draw
(org.faceless.publisher.output.Box box, List<org.faceless.publisher.type.Background> backgrounds, int flags) Draw a Box to the page.void
DiscardReportOutput.pushClipContext
(org.faceless.publisher.output.Box box) void
ReportOutputFilter.pushClipContext
(org.faceless.publisher.output.Box box) Push a pseudo-context, i.e. box with overflow:hiddenvoid
DiscardReportOutput.pushContext
(org.faceless.publisher.output.Box box, org.faceless.publisher.output.IsolatedContext isolated) void
ReportOutputFilter.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.Box
Background.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.AbstractNode
PageMaster.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.void
Background.setOwner
(org.faceless.publisher.output.Box owner) Set the "owner" box this background belongs to.