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 TypeMethodDescriptionstatic PointSymbolType
Returns 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 TypeMethodDescriptionNode.Type.setSymbolType
(PointSymbolType type) void
Node.Symbol.setType
(PointSymbolType pointSymbolType) void
PointSymbol.setType
(PointSymbolType pointSymbolType)