Uses of Enum Class
com.storedobject.chart.ChartEventType
Packages that use ChartEventType
-
Uses of ChartEventType in com.storedobject.chart
Methods in com.storedobject.chart that return ChartEventTypeModifier and TypeMethodDescriptionChartEvent.getType()
Retrieves the type of the chart event.static ChartEventType
Returns the enum constant of this class with the specified name.static ChartEventType[]
ChartEventType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.storedobject.chart with parameters of type ChartEventTypeModifierConstructorDescriptionChartEvent
(SOChart soChart, ChartEventType type, long partId) Constructs a new ChartEvent with the specified type and part ID.