Uses of Interface
net.sf.jasperreports.engine.JRTextElement
-
Packages that use JRTextElement Package Description net.sf.jasperreports.components.iconlabel Contains classes for the built-in Icon Label component.net.sf.jasperreports.engine 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.net.sf.jasperreports.engine.base Contains base implementations for the library's main interfaces.net.sf.jasperreports.engine.convert net.sf.jasperreports.engine.design Contains design time implementations for the library's main interfaces as well as report compiling tools.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 JRTextElement in net.sf.jasperreports.components.iconlabel
Methods in net.sf.jasperreports.components.iconlabel with parameters of type JRTextElement Modifier and Type Method Description JRDesignComponentElement
IconLabelComponentUtil. createIconLabelComponentElement(JRTextElement textElement)
JRDesignComponentElement
IconLabelComponentUtil. createIconLabelComponentElement(JRTextElement parentElement, JRTextElement textElement)
-
Uses of JRTextElement in net.sf.jasperreports.engine
Subinterfaces of JRTextElement in net.sf.jasperreports.engine Modifier and Type Interface Description interface
JRStaticText
An abstract representation of a report static text.interface
JRTextField
An abstract representation of a report text. -
Uses of JRTextElement in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRTextElement Modifier and Type Class Description class
JRBaseStaticText
This class is used for representing a static text element.class
JRBaseTextElement
This class provides functionality common to text elements.class
JRBaseTextField
This class is used for representing a text field.Constructors in net.sf.jasperreports.engine.base with parameters of type JRTextElement Constructor Description JRBaseTextElement(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 JRTextElement Modifier and Type Method Description protected void
TextElementConverter. 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 JRTextElement Modifier and Type Class Description class
JRDesignStaticText
This class is used for representing a design static text element.class
JRDesignTextElement
This class provides functionality common to design text elements.class
JRDesignTextField
-
Uses of JRTextElement in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRTextElement Modifier and Type Class Description class
JRFillStaticText
class
JRFillTextElement
class
JRFillTextField
Methods in net.sf.jasperreports.engine.fill with parameters of type JRTextElement Modifier and Type Method Description protected void
JRTemplateText. setTextElement(JRTextElement textElement)
Constructors in net.sf.jasperreports.engine.fill with parameters of type JRTextElement Constructor Description JRFillTextElement(JRBaseFiller filler, JRTextElement textElement, JRFillObjectFactory factory)
-