Class ImagesPath

java.lang.Object
quadbase.reportdesigner.designer.ImagesPath

public class ImagesPath extends Object
  • Constructor Details

    • ImagesPath

      public ImagesPath()
  • Method Details

    • setReportImagesPath

      public void setReportImagesPath(String str)
      customize the path of report images directory
    • setChartImagesPath

      public void setChartImagesPath(String str)
      customize the path of chart images directory
    • setBackgroundImagesPath

      public void setBackgroundImagesPath(String str)
      customize the path of background images directory
    • getReportImagesPath

      public String getReportImagesPath()
      return path of report images directory
    • getChartImagesPath

      public String getChartImagesPath()
      return path of chart images directory
    • getBackgroundImagesPath

      public String getBackgroundImagesPath()
      return path of background images directory
    • createImagesPath

      protected static ImagesPath createImagesPath(String[] imagesPath)