|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JRRectangle | |
|---|---|
| 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.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). |
| net.sf.jasperreports.engine.util | Utility classes. |
| net.sf.jasperreports.engine.xml | Contains classes for loading report templates from XML files. |
| Uses of JRRectangle in net.sf.jasperreports.engine |
|---|
| Methods in net.sf.jasperreports.engine with parameters of type JRRectangle | |
|---|---|
void |
JRExpressionCollector.collect(JRRectangle rectangle)
|
void |
JRVisitor.visitRectangle(JRRectangle rectangle)
|
| Uses of JRRectangle in net.sf.jasperreports.engine.base |
|---|
| Classes in net.sf.jasperreports.engine.base that implement JRRectangle | |
|---|---|
class |
JRBaseRectangle
The actual implementation of a graphic element representing a rectangle. |
| Methods in net.sf.jasperreports.engine.base with parameters of type JRRectangle | |
|---|---|
void |
JRBaseObjectFactory.visitRectangle(JRRectangle rectangle)
|
| Constructors in net.sf.jasperreports.engine.base with parameters of type JRRectangle | |
|---|---|
JRBaseRectangle(JRRectangle rectangle,
JRBaseObjectFactory factory)
Initializes properties that are specific to rectangles. |
|
| Uses of JRRectangle in net.sf.jasperreports.engine.convert |
|---|
| Methods in net.sf.jasperreports.engine.convert with parameters of type JRRectangle | |
|---|---|
void |
ConvertVisitor.visitRectangle(JRRectangle rectangle)
|
| Uses of JRRectangle in net.sf.jasperreports.engine.design |
|---|
| Classes in net.sf.jasperreports.engine.design that implement JRRectangle | |
|---|---|
class |
JRDesignRectangle
The actual implementation of a graphic element representing a rectangle, used at design time. |
| Uses of JRRectangle in net.sf.jasperreports.engine.fill |
|---|
| Classes in net.sf.jasperreports.engine.fill that implement JRRectangle | |
|---|---|
class |
JRFillRectangle
|
| Methods in net.sf.jasperreports.engine.fill with parameters of type JRRectangle | |
|---|---|
protected void |
JRTemplateRectangle.setRectangle(JRRectangle rectangle)
|
void |
JRFillObjectFactory.visitRectangle(JRRectangle rectangle)
|
| Constructors in net.sf.jasperreports.engine.fill with parameters of type JRRectangle | |
|---|---|
JRFillRectangle(JRBaseFiller filler,
JRRectangle rectangle,
JRFillObjectFactory factory)
|
|
JRTemplateRectangle(JROrigin origin,
JRDefaultStyleProvider defaultStyleProvider,
JRRectangle rectangle)
|
|
| Uses of JRRectangle in net.sf.jasperreports.engine.util |
|---|
| Methods in net.sf.jasperreports.engine.util with parameters of type JRRectangle | |
|---|---|
void |
JRDelegationVisitor.visitRectangle(JRRectangle rectangle)
|
void |
UniformElementVisitor.visitRectangle(JRRectangle rectangle)
|
void |
JRVisitorSupport.visitRectangle(JRRectangle rectangle)
|
void |
JRApiWriter.writeRectangle(JRRectangle rectangle,
java.lang.String rectangleName)
|
| Uses of JRRectangle in net.sf.jasperreports.engine.xml |
|---|
| Methods in net.sf.jasperreports.engine.xml with parameters of type JRRectangle | |
|---|---|
void |
XmlWriterVisitor.visitRectangle(JRRectangle rectangle)
|
void |
JRXmlWriter.writeRectangle(JRRectangle rectangle)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||