|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JRStaticText | |
net.sf.jasperreports.engine | Provides access to the library's main functionality through fa?ade 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.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). |
net.sf.jasperreports.engine.xml | Contains classes for loading report templates from XML files. |
Uses of JRStaticText in net.sf.jasperreports.engine |
Methods in net.sf.jasperreports.engine that return JRStaticText | |
abstract JRStaticText |
JRAbstractObjectFactory.getStaticText(JRStaticText staticText)
|
Methods in net.sf.jasperreports.engine with parameters of type JRStaticText | |
void |
JRExpressionCollector.collect(JRStaticText staticText)
|
abstract JRStaticText |
JRAbstractObjectFactory.getStaticText(JRStaticText staticText)
|
Uses of JRStaticText in net.sf.jasperreports.engine.base |
Classes in net.sf.jasperreports.engine.base that implement JRStaticText | |
class |
JRBaseStaticText
This class is used for representing a static text element. |
Methods in net.sf.jasperreports.engine.base that return JRStaticText | |
JRStaticText |
JRBaseObjectFactory.getStaticText(JRStaticText staticText)
|
Methods in net.sf.jasperreports.engine.base with parameters of type JRStaticText | |
JRStaticText |
JRBaseObjectFactory.getStaticText(JRStaticText staticText)
|
Constructors in net.sf.jasperreports.engine.base with parameters of type JRStaticText | |
JRBaseStaticText(JRStaticText staticText,
JRBaseObjectFactory factory)
Initializes the element properties. |
Uses of JRStaticText in net.sf.jasperreports.engine.design |
Classes in net.sf.jasperreports.engine.design that implement JRStaticText | |
class |
JRDesignStaticText
This class is used for representing a design static text element. |
Uses of JRStaticText in net.sf.jasperreports.engine.fill |
Classes in net.sf.jasperreports.engine.fill that implement JRStaticText | |
class |
JRFillStaticText
|
Methods in net.sf.jasperreports.engine.fill that return JRStaticText | |
JRStaticText |
JRFillObjectFactory.getStaticText(JRStaticText staticText)
|
Methods in net.sf.jasperreports.engine.fill with parameters of type JRStaticText | |
protected void |
JRTemplateText.setStaticText(JRStaticText staticText)
|
JRStaticText |
JRFillObjectFactory.getStaticText(JRStaticText staticText)
|
Constructors in net.sf.jasperreports.engine.fill with parameters of type JRStaticText | |
JRTemplateText(JRStaticText staticText,
JRFont font)
|
|
JRFillStaticText(JRBaseFiller filler,
JRStaticText staticText,
JRFillObjectFactory factory)
|
Uses of JRStaticText in net.sf.jasperreports.engine.xml |
Methods in net.sf.jasperreports.engine.xml with parameters of type JRStaticText | |
void |
JRXmlWriter.writeStaticText(JRStaticText staticText)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |