public class ImagesPath
extends java.lang.Object
| Constructor | Description |
|---|---|
ImagesPath() |
| Modifier and Type | Method | Description |
|---|---|---|
protected static ImagesPath |
createImagesPath(java.lang.String[] imagesPath) |
|
java.lang.String |
getBackgroundImagesPath() |
return path of background images directory
|
java.lang.String |
getChartImagesPath() |
return path of chart images directory
|
java.lang.String |
getReportImagesPath() |
return path of report images directory
|
void |
setBackgroundImagesPath(java.lang.String str) |
customize the path of background images directory
|
void |
setChartImagesPath(java.lang.String str) |
customize the path of chart images directory
|
void |
setReportImagesPath(java.lang.String str) |
customize the path of report images directory
|
public void setReportImagesPath(java.lang.String str)
public void setChartImagesPath(java.lang.String str)
public void setBackgroundImagesPath(java.lang.String str)
public java.lang.String getReportImagesPath()
public java.lang.String getChartImagesPath()
public java.lang.String getBackgroundImagesPath()
protected static ImagesPath createImagesPath(java.lang.String[] imagesPath)