Uses of Class
net.sf.jasperreports.engine.fill.JRTemplateGraphicElement
-
Packages that use JRTemplateGraphicElement Package Description net.sf.jasperreports.charts.fill Contains fill time implementations for chart related interfaces.net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports). -
-
Uses of JRTemplateGraphicElement in net.sf.jasperreports.charts.fill
Subclasses of JRTemplateGraphicElement in net.sf.jasperreports.charts.fill Modifier and Type Class Description class
ChartTemplateImage
-
Uses of JRTemplateGraphicElement in net.sf.jasperreports.engine.fill
Subclasses of JRTemplateGraphicElement in net.sf.jasperreports.engine.fill Modifier and Type Class Description class
JRTemplateEllipse
Ellipse information shared by multiple print ellipse objects.class
JRTemplateImage
Image information shared by multiple print image objects.class
JRTemplateLine
Line element information shared by multiple print line objects.class
JRTemplateRectangle
Rectangle information shared by multiple print rectangle objects.Methods in net.sf.jasperreports.engine.fill with parameters of type JRTemplateGraphicElement Modifier and Type Method Description protected boolean
JRTemplateGraphicElement. graphicIdentical(JRTemplateGraphicElement template)
Constructors in net.sf.jasperreports.engine.fill with parameters of type JRTemplateGraphicElement Constructor Description JRTemplatePrintGraphicElement(JRTemplateGraphicElement graphicElement, PrintElementOriginator originator)
-