Uses of Class
org.ow2.clif.analyze.lib.report.Report.imageFormats
-
Packages that use Report.imageFormats Package Description org.ow2.clif.analyze.lib.report -
-
Uses of Report.imageFormats in org.ow2.clif.analyze.lib.report
Fields in org.ow2.clif.analyze.lib.report declared as Report.imageFormats Modifier and Type Field Description protected Report.imageFormatsReport. imageFormatMethods in org.ow2.clif.analyze.lib.report that return Report.imageFormats Modifier and Type Method Description Report.imageFormatsReport. getImageFormat()static Report.imageFormatsReport.imageFormats. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Report.imageFormats[]Report.imageFormats. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ow2.clif.analyze.lib.report with parameters of type Report.imageFormats Modifier and Type Method Description java.lang.StringChart. exportToHtml(int tabsMem, java.io.File directory, java.lang.String sectionName, Report.imageFormats imageFormat)java.lang.StringSection. exportToHtml(int tabsMem, java.io.File resourceFolder, Report.imageFormats imageFormat)java.lang.StringChart. exportToTxt(int nbTabs, java.io.File directory, java.lang.String sectionName, Report.imageFormats imageFormat)java.lang.StringBufferSection. exportToTxt(int nbTabs, java.io.File mainFile, Report.imageFormats imageFormat)voidChart. exportToXML(int tabsMem, java.io.File directory, java.lang.String sectionName, Report.imageFormats imageFormat)org.jdom.ContentSection. saveReportToXML(int i, java.io.File mainFile, Report.imageFormats imageFormat)org.jdom.ContentSection. saveReportToXML(int i, Report.imageFormats imageFormat)org.jdom.ElementDatasource. saveToXML(int i, Report.imageFormats imageFormat)voidReport. setImageFormat(Report.imageFormats imageFormat)
-