public class JRElementsVisitor extends JRDelegationVisitor
| Constructor and Description |
|---|
JRElementsVisitor(JRVisitor visitor)
Creates a report visitor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
visitBand(JRBand band) |
void |
visitCrosstab(JRCrosstab crosstab)
Visits the crosstab and the elements in all its cells.
|
protected void |
visitCrosstabCell(JRCellContents cell) |
void |
visitElementGroup(JRElementGroup elementGroup)
Visits the element group and all its children.
|
protected void |
visitElements(List<JRChild> elements) |
void |
visitFrame(JRFrame frame)
Visits the frame and all its children.
|
void |
visitReport(JRReport report)
Visits all the elements of a report.
|
static void |
visitReport(JRReport report,
JRVisitor visitor)
Visits all the elements of a report.
|
protected void |
visitSection(JRSection section) |
getVisitor, visitBreak, visitChart, visitComponentElement, visitEllipse, visitGenericElement, visitImage, visitLine, visitRectangle, visitStaticText, visitSubreport, visitTextFieldpublic JRElementsVisitor(JRVisitor visitor)
visitor - the elements visitorpublic static void visitReport(JRReport report, JRVisitor visitor)
report - the reportvisitor - the element visitorpublic void visitReport(JRReport report)
report - the reportprotected void visitSection(JRSection section)
protected void visitBand(JRBand band)
public void visitElementGroup(JRElementGroup elementGroup)
visitElementGroup in interface JRVisitorvisitElementGroup in class JRDelegationVisitorpublic void visitFrame(JRFrame frame)
visitFrame in interface JRVisitorvisitFrame in class JRDelegationVisitorpublic void visitCrosstab(JRCrosstab crosstab)
visitCrosstab in interface JRVisitorvisitCrosstab in class JRDelegationVisitorprotected void visitCrosstabCell(JRCellContents cell)
Copyright © 2012. All Rights Reserved.