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.TypeLineStyle.getType()Get the line-type.final LineStyle.TypeTextBorder.getType()Get the line-type.static LineStyle.TypeReturns 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 TypeMethodDescriptionvoidDataZoom.HandleStyle.setBorderType(LineStyle.Type borderType) Set the type of the border.voidLineStyle.setType(LineStyle.Type type) Set the line-type.voidTextBorder.setType(LineStyle.Type type) Set the line-type.