|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--org.jfree.report.filter.templates.AbstractTemplate
|
+--org.jfree.report.filter.templates.DrawableFieldTemplate
An drawable field template. The drawable content will be read from the datarow.
| Constructor Summary | |
DrawableFieldTemplate()
Creates a new image field template. |
|
| Method Summary | |
java.lang.Object |
clone()
Clones the template. |
protected DataRowDataSource |
getDataRowDataSource()
Returns the datarow data source used in this template. |
java.lang.String |
getField()
Returns the field name. |
java.lang.Object |
getValue()
Returns the current value for the data source. |
void |
registerReportDefinition(ReportDefinition reportDefinition)
Connects the connectable to the given report definition. |
void |
setField(java.lang.String field)
Sets the field name. |
void |
unregisterReportDefinition(ReportDefinition reportDefinition)
Disconnects this ReportConnectable from the report definition. |
| Methods inherited from class org.jfree.report.filter.templates.AbstractTemplate |
getInstance,
getName,
setName |
| Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public DrawableFieldTemplate()
| Method Detail |
public java.lang.String getField()
public void setField(java.lang.String field)
field - the field name.public java.lang.Object getValue()
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
public void registerReportDefinition(ReportDefinition reportDefinition)
reportDefinition - the reportDefinition for this report connectable.public void unregisterReportDefinition(ReportDefinition reportDefinition)
reportDefinition - the ReportDefinition.protected DataRowDataSource getDataRowDataSource()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||