net.sf.jasperreports.engine.export.draw
Modifier and Type | Field and Description |
---|---|
protected ConvertVisitor |
convertVisitor |
protected EllipseDrawer |
ellipseDrawer |
protected FrameDrawer |
frameDrawer |
protected java.awt.Graphics2D |
grx |
protected ImageDrawer |
imageDrawer |
protected LineDrawer |
lineDrawer |
protected RectangleDrawer |
rectangleDrawer |
protected TextDrawer |
textDrawer |
protected TextRenderer |
textRenderer |
Constructor and Description |
---|
DrawVisitor(JRReport report,
java.awt.Graphics2D grx) |
DrawVisitor(ReportConverter reportConverter,
java.awt.Graphics2D grx) |
Modifier and Type | Method and Description |
---|---|
void |
setGraphics2D(java.awt.Graphics2D grx) |
void |
setTextRenderer(JRReport report) |
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) |
protected TextRenderer textRenderer
protected ConvertVisitor convertVisitor
protected java.awt.Graphics2D grx
protected LineDrawer lineDrawer
protected RectangleDrawer rectangleDrawer
protected EllipseDrawer ellipseDrawer
protected ImageDrawer imageDrawer
protected TextDrawer textDrawer
protected FrameDrawer frameDrawer
public DrawVisitor(JRReport report, java.awt.Graphics2D grx)
public DrawVisitor(ReportConverter reportConverter, java.awt.Graphics2D grx)
public void setGraphics2D(java.awt.Graphics2D grx)
public void setTextRenderer(JRReport report)
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-2010 Jaspersoft Corporation www.jaspersoft.com