Package quadbase.reportdesigner.designer
Class ImagesPath
java.lang.Object
quadbase.reportdesigner.designer.ImagesPath
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static ImagesPathcreateImagesPath(String[] imagesPath) return path of background images directoryreturn path of chart images directoryreturn path of report images directoryvoidcustomize the path of background images directoryvoidsetChartImagesPath(String str) customize the path of chart images directoryvoidcustomize the path of report images directory
-
Constructor Details
-
ImagesPath
public ImagesPath()
-
-
Method Details
-
setReportImagesPath
customize the path of report images directory -
setChartImagesPath
customize the path of chart images directory -
setBackgroundImagesPath
customize the path of background images directory -
getReportImagesPath
return path of report images directory -
getChartImagesPath
return path of chart images directory -
getBackgroundImagesPath
return path of background images directory -
createImagesPath
-