Uses of Class
org.jfree.chart.event.ChartChangeEventType
-
Packages that use ChartChangeEventType 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 ChartChangeEventType in org.jfree.chart.event
Methods in org.jfree.chart.event that return ChartChangeEventType Modifier and Type Method Description ChartChangeEventTypeChartChangeEvent. getType()Returns the event type.static ChartChangeEventTypeChartChangeEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static ChartChangeEventType[]ChartChangeEventType. 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 ChartChangeEventType Modifier and Type Method Description voidChartChangeEvent. setType(ChartChangeEventType type)Sets the event type.Constructors in org.jfree.chart.event with parameters of type ChartChangeEventType Constructor Description ChartChangeEvent(Object source, JFreeChart chart, ChartChangeEventType type)Creates a new chart change event.
-