|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JRObjectRender
This interface provides the method which is used to paint the UDO to a report.
The report can be shown on the screen or published to a printer.
The input parameter for this method is the UDO's JRObjectResult.
The object which implements this interface must be a class that
extends java.awt.Component
.
JRObjectResult
Method Summary | |
---|---|
java.awt.Dimension |
getPreferredSize()
Gets the UDO render's template size. The unit is pixel. |
void |
setProperty(jet.util.PropertySetable property)
Initializes the UDO properties by the specified property table. |
Method Detail |
---|
void setProperty(jet.util.PropertySetable property)
property
- The Properties UDO is stored as a table.PropertySetable
java.awt.Dimension getPreferredSize()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |