Uses of Class
org.jfree.chart.event.ChartProgressEventType
-
Packages that use ChartProgressEventType Package Description org.jfree.chart.event Event classes and listener interfaces, used to provide a change notification mechanism so that charts are automatically redrawn whenever changes are made to any chart component. -
-
Uses of ChartProgressEventType in org.jfree.chart.event
Methods in org.jfree.chart.event that return ChartProgressEventType Modifier and Type Method Description ChartProgressEventTypeChartProgressEvent. getType()Returns the event type.static ChartProgressEventTypeChartProgressEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static ChartProgressEventType[]ChartProgressEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jfree.chart.event with parameters of type ChartProgressEventType Modifier and Type Method Description voidChartProgressEvent. setType(ChartProgressEventType type)Sets the event type.Constructors in org.jfree.chart.event with parameters of type ChartProgressEventType Constructor Description ChartProgressEvent(Object source, JFreeChart chart, ChartProgressEventType type, int percent)Creates a new chart change event.
-