public abstract class JRDelegationVisitor extends Object implements JRVisitor
Constructor and Description |
---|
JRDelegationVisitor(JRVisitor visitor)
Creates a delegation visitor.
|
Modifier and Type | Method and Description |
---|---|
JRVisitor |
getVisitor()
Returns the visitor to which calls are delegated to.
|
void |
visitBreak(JRBreak breakElement) |
void |
visitChart(JRChart chart) |
void |
visitComponentElement(JRComponentElement componentElement)
Visits a component wrapper element.
|
void |
visitCrosstab(JRCrosstab crosstab) |
void |
visitElementGroup(JRElementGroup elementGroup) |
void |
visitEllipse(JREllipse ellipse) |
void |
visitFrame(JRFrame frame) |
void |
visitGenericElement(JRGenericElement element)
Visits a generic report element.
|
void |
visitImage(JRImage image) |
void |
visitLine(JRLine line) |
void |
visitRectangle(JRRectangle rectangle) |
void |
visitStaticText(JRStaticText staticText) |
void |
visitSubreport(JRSubreport subreport) |
void |
visitTextField(JRTextField textField) |
public JRDelegationVisitor(JRVisitor visitor)
visitor
- the visitor to which calls would be delegated topublic JRVisitor getVisitor()
public void visitBreak(JRBreak breakElement)
visitBreak
in interface JRVisitor
public void visitChart(JRChart chart)
visitChart
in interface JRVisitor
public void visitCrosstab(JRCrosstab crosstab)
visitCrosstab
in interface JRVisitor
public void visitElementGroup(JRElementGroup elementGroup)
visitElementGroup
in interface JRVisitor
public void visitEllipse(JREllipse ellipse)
visitEllipse
in interface JRVisitor
public void visitFrame(JRFrame frame)
visitFrame
in interface JRVisitor
public void visitImage(JRImage image)
visitImage
in interface JRVisitor
public void visitRectangle(JRRectangle rectangle)
visitRectangle
in interface JRVisitor
public void visitStaticText(JRStaticText staticText)
visitStaticText
in interface JRVisitor
public void visitSubreport(JRSubreport subreport)
visitSubreport
in interface JRVisitor
public void visitTextField(JRTextField textField)
visitTextField
in interface JRVisitor
public void visitComponentElement(JRComponentElement componentElement)
JRVisitor
visitComponentElement
in interface JRVisitor
componentElement
- the element to visitpublic void visitGenericElement(JRGenericElement element)
JRVisitor
visitGenericElement
in interface JRVisitor
element
- the element to visitCopyright © 2021 TIBCO Software Inc.. All rights reserved.