|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jcon.text.ReportTransform
public class ReportTransform
Transforms an object into a report on that object.
| Constructor Summary | |
|---|---|
ReportTransform()
|
|
| Method Summary | |
|---|---|
TextReportEngine |
getReport()
|
void |
setReport(TextReportEngine newReport)
|
java.lang.Object |
transform(java.lang.Object victim)
Our one method; this transforms one object into another. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReportTransform()
| Method Detail |
|---|
public java.lang.Object transform(java.lang.Object victim)
ObjectTransform
transform in interface ObjectTransformpublic TextReportEngine getReport()
public void setReport(TextReportEngine newReport)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||