Uses of Interface
net.sf.jasperreports.engine.JRTextElement
Packages that use JRTextElement
Package
Description
Contains classes for the built-in Icon Label component.
Provides access to the library's main functionality through facade classes for compiling, filling
and exporting reports and also publishes the library's main interfaces and classes.
Contains base implementations for the library's main interfaces.
Contains design time implementations for the library's main interfaces as well as report compiling tools.
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 JRTextElement in net.sf.jasperreports.components.iconlabel
Methods in net.sf.jasperreports.components.iconlabel with parameters of type JRTextElementModifier and TypeMethodDescriptionIconLabelComponentUtil.createIconLabelComponentElement(JRTextElement textElement) IconLabelComponentUtil.createIconLabelComponentElement(JRTextElement parentElement, JRTextElement textElement) -
Uses of JRTextElement in net.sf.jasperreports.engine
Subinterfaces of JRTextElement in net.sf.jasperreports.engineModifier and TypeInterfaceDescriptioninterfaceAn abstract representation of a report static text.interfaceAn abstract representation of a report text. -
Uses of JRTextElement in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRTextElementModifier and TypeClassDescriptionclassThis class is used for representing a static text element.classThis class provides functionality common to text elements.classThis class is used for representing a text field.Constructors in net.sf.jasperreports.engine.base with parameters of type JRTextElementModifierConstructorDescriptionprotectedJRBaseTextElement(JRTextElement textElement, JRBaseObjectFactory factory) Initializes properties that are specific to text elements. -
Uses of JRTextElement in net.sf.jasperreports.engine.convert
Methods in net.sf.jasperreports.engine.convert with parameters of type JRTextElementModifier and TypeMethodDescriptionprotected voidTextElementConverter.copyTextElement(ReportConverter reportConverter, JRTextElement textElement, JRBasePrintText printText) -
Uses of JRTextElement in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JRTextElementModifier and TypeClassDescriptionclassThis class is used for representing a design static text element.classThis class provides functionality common to design text elements.class -
Uses of JRTextElement in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRTextElementModifier and TypeClassDescriptionclassclassclassMethods in net.sf.jasperreports.engine.fill with parameters of type JRTextElementModifier and TypeMethodDescriptionprotected voidJRTemplateText.setTextElement(JRTextElement textElement) Constructors in net.sf.jasperreports.engine.fill with parameters of type JRTextElementModifierConstructorDescriptionprotectedJRFillTextElement(JRBaseFiller filler, JRTextElement textElement, JRFillObjectFactory factory)