Uses of Enum Class
com.storedobject.chart.Axis.PointerType
Packages that use Axis.PointerType
-
Uses of Axis.PointerType in com.storedobject.chart
Methods in com.storedobject.chart that return Axis.PointerTypeModifier and TypeMethodDescriptionAxis.Pointer.getType()
Get the type of the pointer.static Axis.PointerType
Returns the enum constant of this class with the specified name.static Axis.PointerType[]
Axis.PointerType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.storedobject.chart with parameters of type Axis.PointerTypeModifier and TypeMethodDescriptionvoid
Axis.Pointer.setType
(Axis.PointerType type) Set the type of the pointer.