Uses of Enum Class
com.storedobject.chart.PointSymbolType
Packages that use PointSymbolType
-
Uses of PointSymbolType in com.storedobject.chart
Methods in com.storedobject.chart that return PointSymbolTypeModifier and TypeMethodDescriptionfinal PointSymbolTypePointSymbol.getType()Retrieves the current type of the point symbol.static PointSymbolTypeReturns the enum constant of this class with the specified name.static PointSymbolType[]PointSymbolType.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 PointSymbolTypeModifier and TypeMethodDescriptionvoidPointSymbol.setType(PointSymbolType pointSymbolType) Sets the type of the point symbol.Constructors in com.storedobject.chart with parameters of type PointSymbolTypeModifierConstructorDescriptionPointSymbol(PointSymbolType type) Constructs a PointSymbol with the specifiedPointSymbolType.