Uses of Class
org.ow2.clif.analyze.lib.report.Section.ChartRepresentation
-
Packages that use Section.ChartRepresentation Package Description org.ow2.clif.analyze.lib.report -
-
Uses of Section.ChartRepresentation in org.ow2.clif.analyze.lib.report
Methods in org.ow2.clif.analyze.lib.report that return Section.ChartRepresentation Modifier and Type Method Description Section.ChartRepresentationSection. getChartRepresentation()Section.ChartRepresentationChart. getRepresentation()static Section.ChartRepresentationSection.ChartRepresentation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Section.ChartRepresentation[]Section.ChartRepresentation. 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 Section.ChartRepresentation Modifier and Type Method Description voidSection. setChartRepresentation(Section.ChartRepresentation representation)voidChart. setRepresentation(Section.ChartRepresentation representation)Constructors in org.ow2.clif.analyze.lib.report with parameters of type Section.ChartRepresentation Constructor Description Chart(java.lang.String title, Section.ChartRepresentation representation)Chart(Section section, java.lang.String title, Section.ChartRepresentation representation)Chart(Section section, java.lang.String title, Section.ChartRepresentation representation, long startTime, long endTime, int numberOfSlices, int quantilesNumber)Chart(Section section, java.lang.String title, Section.ChartRepresentation representation, long startTime, long endTime, int numberOfSlices, int quantilesNumber, org.jfree.chart.JFreeChart jfChart)
-