jet.udo
Interface JRObjectRender


public interface JRObjectRender

This interface provides the method which is used to paint the UDO to the report, the report the can be showed on the screen or printed on a priter. The input parameter for this method is the UDO's JRObjectResult. The object which implements this interface must be the sub-class of java awt or lightweight component.

See Also:
JRObjectResult

Method Summary
 java.awt.Dimension getPreferredSize()
           
 void setProperty(PropertySetable result)
          Initializing the UDO render by a specified JRObjectResult.
 

Method Detail

setProperty

void setProperty(PropertySetable result)
Initializing the UDO render by a specified JRObjectResult.

Parameters:
result - the JRObjectResult object.
See Also:
JRObjectResult

getPreferredSize

java.awt.Dimension getPreferredSize()