jet.udo
Interface JRObjectRender


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.

See Also:
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

setProperty

void setProperty(jet.util.PropertySetable property)
Initializes the UDO properties by the specified property table.

Parameters:
property - The Properties UDO is stored as a table.
See Also:
PropertySetable

getPreferredSize

java.awt.Dimension getPreferredSize()
Gets the UDO render's template size.
The unit is pixel.

Returns:
the UDO template size.