|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JRTemplateElement | |
---|---|
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 | |
---|---|
protected static class |
JRVirtualPrintPage.JRIdHolderTemplateElement
|
Uses of JRTemplateElement in net.sf.jasperreports.engine.fill |
---|
Subclasses of JRTemplateElement in net.sf.jasperreports.engine.fill | |
---|---|
class |
JRTemplateEllipse
Ellipse information shared by multiple print ellipse objects. |
class |
JRTemplateFrame
Frame information shared by multiple print frame objects. |
class |
JRTemplateGenericElement
Generic print element information shared by multiple elements. |
class |
JRTemplateGraphicElement
Base class consisting of graphic print element information shared by multiple print element instances. |
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. |
class |
JRTemplateText
Text element information shared by multiple print text objects. |
Fields in net.sf.jasperreports.engine.fill declared as JRTemplateElement | |
---|---|
protected JRTemplateElement |
JRTemplatePrintElement.template
|
Methods in net.sf.jasperreports.engine.fill with parameters of type JRTemplateElement | |
---|---|
void |
JRVirtualizationContext.cacheTemplate(JRTemplateElement template)
Caches an element template. |
protected void |
JRFillElement.registerTemplate(JRStyle style,
JRTemplateElement template)
|
void |
JRTemplatePrintElement.setTemplate(JRTemplateElement template)
|
protected void |
JRFillElement.transferProperties(JRTemplateElement template)
|
protected void |
JRTemplatePrintElement.updateElementTemplate(JRTemplateElement elementTemplate)
Updates the template used by this element. |
Constructors in net.sf.jasperreports.engine.fill with parameters of type JRTemplateElement | |
---|---|
JRTemplatePrintElement(JRTemplateElement element)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |