Uses of Interface
com.helger.pdflayout.base.IPLVisitor
Packages that use IPLVisitor
Package
Description
-
Uses of IPLVisitor in com.helger.pdflayout
Methods in com.helger.pdflayout with parameters of type IPLVisitorModifier and TypeMethodDescriptioncom.helger.commons.state.EChangePageLayoutPDF.visit(IPLVisitor aVisitor) -
Uses of IPLVisitor in com.helger.pdflayout.base
Methods in com.helger.pdflayout.base that return IPLVisitorModifier and TypeMethodDescriptionstatic IPLVisitorIPLVisitor.createElementVisitor(com.helger.commons.functional.IThrowingFunction<? super IPLRenderableObject<?>, com.helger.commons.state.EChange, IOException> aElementConsumer) Special visitor method that visits only elements of this objects and ignores the others objects.Methods in com.helger.pdflayout.base with parameters of type IPLVisitorModifier and TypeMethodDescriptioncom.helger.commons.state.EChangeAbstractPLRenderableObject.visit(IPLVisitor aVisitor) com.helger.commons.state.EChangeIPLVisitable.visit(IPLVisitor aVisitor) Visit this object and all descendantscom.helger.commons.state.EChangePLPageSet.visit(IPLVisitor aVisitor) -
Uses of IPLVisitor in com.helger.pdflayout.element.box
Methods in com.helger.pdflayout.element.box with parameters of type IPLVisitorModifier and TypeMethodDescriptioncom.helger.commons.state.EChangeAbstractPLBox.visit(IPLVisitor aVisitor) com.helger.commons.state.EChangeAbstractPLInlineBox.visit(IPLVisitor aVisitor) -
Uses of IPLVisitor in com.helger.pdflayout.element.hbox
Methods in com.helger.pdflayout.element.hbox with parameters of type IPLVisitorModifier and TypeMethodDescriptioncom.helger.commons.state.EChangeAbstractPLHBox.visit(IPLVisitor aVisitor) -
Uses of IPLVisitor in com.helger.pdflayout.element.table
Methods in com.helger.pdflayout.element.table with parameters of type IPLVisitorModifier and TypeMethodDescriptioncom.helger.commons.state.EChangePLTable.visit(IPLVisitor aVisitor) -
Uses of IPLVisitor in com.helger.pdflayout.element.vbox
Methods in com.helger.pdflayout.element.vbox with parameters of type IPLVisitorModifier and TypeMethodDescriptioncom.helger.commons.state.EChangeAbstractPLVBox.visit(IPLVisitor aVisitor)