|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--org.jfree.report.function.AbstractExpression
|
+--org.jfree.report.function.AbstractFunction
|
+--org.jfree.report.function.PaintDynamicComponentFunction
Paints a AWT or Swing Component. The component must be contained in the dataRow.
| Constructor Summary | |
PaintDynamicComponentFunction()
Deprecated. DefaultConstructor. |
|
| Method Summary | |
java.lang.String |
getField()
Deprecated. Returns the field used by the function. |
Expression |
getInstance()
Deprecated. Return a completly separated copy of this function. |
float |
getScale()
Deprecated. Gets the scale factor for the created image. |
java.lang.Object |
getValue()
Deprecated. Return the current expression value. |
void |
groupFinished(ReportEvent event)
Deprecated. Receives notification that a group has finished. |
void |
groupStarted(ReportEvent event)
Deprecated. Receives notification that a group has started. |
void |
itemsAdvanced(ReportEvent event)
Deprecated. Receives notification that a row of data is being processed. |
void |
pageCanceled(ReportEvent event)
Deprecated. Receives notification that a page was canceled by the ReportProcessor. |
void |
pageFinished(ReportEvent event)
Deprecated. Receives notification that a page has ended. |
void |
pageRolledBack(ReportEvent event)
Deprecated. This event is fired, whenever an automatic pagebreak has been detected and the report state had been reverted to the previous state. |
void |
pageStarted(ReportEvent event)
Deprecated. Receives notification that a page has started. |
void |
reportFinished(ReportEvent event)
Deprecated. Receives notification that the report has finished. |
void |
reportInitialized(ReportEvent event)
Deprecated. Receives notification that report generation initializes the current run. |
void |
reportStarted(ReportEvent event)
Deprecated. Receives notification that the report has started. |
void |
setField(java.lang.String field)
Deprecated. Sets the field name for the function. |
void |
setScale(float scale)
Deprecated. Define a scale factor for the created image. |
| Methods inherited from class org.jfree.report.function.AbstractFunction |
clone,
itemsFinished,
itemsStarted,
reportDone |
| Methods inherited from class org.jfree.report.function.AbstractExpression |
getDataRow,
getDependencyLevel,
getName,
getReportConfiguration,
getResourceBundleFactory,
getRuntime,
isActive,
setActive,
setDependencyLevel,
setName,
setRuntime |
| Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public PaintDynamicComponentFunction()
| Method Detail |
public java.lang.String getField()
The field name corresponds to a column name in the report's TableModel.
public void setField(java.lang.String field)
The field name corresponds to a column name in the report's TableModel.
field - the field name (null not permitted).public void reportStarted(ReportEvent event)
event - the event.public void reportInitialized(ReportEvent event)
The event carries a ReportState.Started state. Use this to initialize the report.
event - The event.public void reportFinished(ReportEvent event)
event - the event.public void pageStarted(ReportEvent event)
event - the event.public void pageFinished(ReportEvent event)
event - the event.public void pageCanceled(ReportEvent event)
event - The event.public void pageRolledBack(ReportEvent event)
event - public void groupStarted(ReportEvent event)
event - the event.public void groupFinished(ReportEvent event)
event - the event.public void itemsAdvanced(ReportEvent event)
event - the event.public java.lang.Object getValue()
The value depends (obviously) on the expression implementation.
public void setScale(float scale)
scale - the scale factor.public float getScale()
public Expression getInstance()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||