public abstract class JRVisitorSupport extends java.lang.Object implements JRVisitor
JRVisitor
that has empty visit methods for
all visitable types.
This class can be used as base class by visitors that do not want to implement
all methods.Constructor and Description |
---|
JRVisitorSupport() |
Modifier and Type | Method and Description |
---|---|
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 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 visit© 2001-2014 TIBCO Software Inc. www.jaspersoft.com