Uses of Class
net.sf.jasperreports.engine.fill.JRTemplateElement
-
Packages that use JRTemplateElement Package Description net.sf.jasperreports.engine.base Contains base implementations for the library's main 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 JRTemplateElement in net.sf.jasperreports.engine.base
Subclasses of JRTemplateElement in net.sf.jasperreports.engine.base Modifier and Type Class Description static classJRVirtualPrintPage.JRIdHolderTemplateElement -
Uses of JRTemplateElement in net.sf.jasperreports.engine.fill
Subclasses of JRTemplateElement in net.sf.jasperreports.engine.fill Modifier and Type Class Description classJRTemplateEllipseEllipse information shared by multiple print ellipse objects.classJRTemplateFrameFrame information shared by multiple print frame objects.classJRTemplateGenericElementGeneric print element information shared by multiple elements.classJRTemplateGraphicElementBase class consisting of graphic print element information shared by multiple print element instances.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.classJRTemplateTextText element information shared by multiple print text objects.Fields in net.sf.jasperreports.engine.fill declared as JRTemplateElement Modifier and Type Field Description protected JRTemplateElementJRTemplatePrintElement. templateFields in net.sf.jasperreports.engine.fill with type parameters of type JRTemplateElement Modifier and Type Field Description protected java.util.Map<JRStyle,JRTemplateElement>JRFillElement. templatesprotected java.util.Map<Pair<JRStyle,TextFormat>,JRTemplateElement>JRFillTextField. textTemplatesMethods in net.sf.jasperreports.engine.fill that return types with arguments of type JRTemplateElement Modifier and Type Method Description java.util.Map<java.lang.String,JRTemplateElement>JRVirtualizationContext. getCachedTemplates()Methods in net.sf.jasperreports.engine.fill with parameters of type JRTemplateElement Modifier and Type Method Description voidJRVirtualizationContext. cacheTemplate(JRTemplateElement template)Caches an element template.protected voidJRFillElement. registerTemplate(JRStyle style, JRTemplateElement template)protected voidJRFillTextField. registerTemplate(JRStyle style, JRTemplateElement template)voidJRTemplatePrintElement. setTemplate(JRTemplateElement template)protected booleanJRTemplateElement. templateIdentical(JRTemplateElement template)protected voidJRFillElement. transferProperties(JRTemplateElement template)protected voidJRTemplatePrintElement. updateElementTemplate(JRTemplateElement elementTemplate)Updates the template used by this element.Constructors in net.sf.jasperreports.engine.fill with parameters of type JRTemplateElement Constructor Description JRTemplatePrintElement(JRTemplateElement element, PrintElementOriginator originator)
-