Uses of Enum Class
com.storedobject.chart.LineStyle.Type
Packages that use LineStyle.Type
-
Uses of LineStyle.Type in com.storedobject.chart
Methods in com.storedobject.chart that return LineStyle.TypeModifier and TypeMethodDescriptionDataZoom.HandleStyle.getBorderType()
Get the type of the border.final LineStyle.Type
LineStyle.getType()
Get the line-type.final LineStyle.Type
TextBorder.getType()
Get the line-type.static LineStyle.Type
Returns the enum constant of this class with the specified name.static LineStyle.Type[]
LineStyle.Type.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 LineStyle.TypeModifier and TypeMethodDescriptionvoid
DataZoom.HandleStyle.setBorderType
(LineStyle.Type borderType) Set the type of the border.void
LineStyle.setType
(LineStyle.Type type) Set the line-type.void
TextBorder.setType
(LineStyle.Type type) Set the line-type.