Uses of Class
net.sf.jasperreports.engine.fill.JRTemplateGraphicElement
-
Packages that use JRTemplateGraphicElement Package Description 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.engine.fill
Subclasses of JRTemplateGraphicElement in net.sf.jasperreports.engine.fill Modifier and Type Class Description classJRTemplateEllipseEllipse information shared by multiple print ellipse objects.classJRTemplateImageImage information shared by multiple print image objects.classJRTemplateLineLine element information shared by multiple print line objects.classJRTemplateRectangleRectangle 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 booleanJRTemplateGraphicElement. graphicIdentical(JRTemplateGraphicElement template)Constructors in net.sf.jasperreports.engine.fill with parameters of type JRTemplateGraphicElement Constructor Description JRTemplatePrintGraphicElement(JRTemplateGraphicElement graphicElement, PrintElementOriginator originator)
-