|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.v3x.apps.Redliner.SnapshotReportFormat
public class SnapshotReportFormat
An extended formatter for reports that allows for snapshots of a specified size.
| Constructor Summary | |
|---|---|
SnapshotReportFormat()
Create a new SnapshotReportFormat. |
|
| Method Summary | |
|---|---|
java.io.File |
generateReport(MapApp app,
java.io.File directory,
java.lang.Object source)
|
java.lang.String |
getFileName()
Output file where report is written. |
java.lang.String |
getImageType()
|
boolean |
getMonochromeBackground()
|
java.lang.String |
getName()
Name of report format. |
boolean |
getNoInvertBackgroundColor()
|
java.lang.String |
getReportPath()
engine used to generate file. |
java.lang.String |
getScriptPath()
|
int |
getSnapshotHeight()
Height of snapshot in pixels. |
int |
getSnapshotWidth()
Width of snapshot in pixels. |
java.lang.String |
getStylesheetPath()
|
java.lang.String |
getViewableFileName()
File to launch web browser for. |
void |
setFileName(java.lang.String newFileName)
Output file where report is written. |
void |
setImageType(java.lang.String newType)
|
void |
setMonochromeBackground(boolean newMonochromeBackground)
|
void |
setName(java.lang.String newName)
Name of report format. |
void |
setNoInvertBackgroundColor(boolean tizit)
|
void |
setReportPath(java.lang.String newReportPath)
engine used to generate file. |
void |
setScriptPath(java.lang.String scriptPath)
|
void |
setSnapshotHeight(int newSnapshotHeight)
Height of snapshot in pixels. |
void |
setSnapshotWidth(int newSnapshotWidth)
Width of snapshot in pixels. |
void |
setStylesheetPath(java.lang.String newPath)
|
void |
setViewableFileName(java.lang.String newFileName)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SnapshotReportFormat()
| Method Detail |
|---|
public java.io.File generateReport(MapApp app,
java.io.File directory,
java.lang.Object source)
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getReportPath()
public void setReportPath(java.lang.String newReportPath)
public java.lang.String getFileName()
public void setFileName(java.lang.String newFileName)
public java.lang.String getViewableFileName()
public void setViewableFileName(java.lang.String newFileName)
public java.lang.String getName()
public void setName(java.lang.String newName)
public int getSnapshotHeight()
public void setSnapshotHeight(int newSnapshotHeight)
public int getSnapshotWidth()
public void setSnapshotWidth(int newSnapshotWidth)
public boolean getMonochromeBackground()
public void setMonochromeBackground(boolean newMonochromeBackground)
public boolean getNoInvertBackgroundColor()
public void setNoInvertBackgroundColor(boolean tizit)
public java.lang.String getImageType()
public void setImageType(java.lang.String newType)
public java.lang.String getStylesheetPath()
public void setStylesheetPath(java.lang.String newPath)
public void setScriptPath(java.lang.String scriptPath)
public java.lang.String getScriptPath()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||