Uses of Enum Class
com.vaadin.componentfactory.maps.model.DashStyle
Packages that use DashStyle
-
Uses of DashStyle in com.vaadin.componentfactory.maps.model
Methods in com.vaadin.componentfactory.maps.model that return DashStyleModifier and TypeMethodDescriptionCrosshair.getDashStyle()Getter for the fielddashStyle.PlotOptionsMap.getDashStyle()Getter for the fielddashStyle.PlotOptionsMapline.getDashStyle()Getter for the fielddashStyle.PlotOptionsMappoint.getDashStyle()Getter for the fielddashStyle.PlotOptionsSeries.getDashStyle()Getter for the fielddashStyle.abstract DashStyleAxis.getGridLineDashStyle()getGridLineDashStyle.ColorAxis.getGridLineDashStyle()Getter for the fieldgridLineDashStyle.XAxis.getGridLineDashStyle()Getter for the fieldgridLineDashStyle.YAxis.getGridLineDashStyle()Getter for the fieldgridLineDashStyle.abstract DashStyleAxis.getMinorGridLineDashStyle()getMinorGridLineDashStyle.ColorAxis.getMinorGridLineDashStyle()Getter for the fieldminorGridLineDashStyle.XAxis.getMinorGridLineDashStyle()Getter for the fieldminorGridLineDashStyle.YAxis.getMinorGridLineDashStyle()Getter for the fieldminorGridLineDashStyle.static DashStyleReturns the enum constant of this class with the specified name.static DashStyle[]DashStyle.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.componentfactory.maps.model with parameters of type DashStyleModifier and TypeMethodDescriptionvoidCrosshair.setDashStyle(DashStyle dashStyle) The dash style for the crosshair.voidPlotOptionsMap.setDashStyle(DashStyle dashStyle) A name for the dash style to use for the map area outline or the map line.voidPlotOptionsMapline.setDashStyle(DashStyle dashStyle) A name for the dash style to use for the map area outline or the map line.voidPlotOptionsMappoint.setDashStyle(DashStyle dashStyle) A name for the dash style to use for the map area outline or the map line.voidPlotOptionsSeries.setDashStyle(DashStyle dashStyle) A name for the dash style to use for the map area outline or the map line.abstract voidAxis.setGridLineDashStyle(DashStyle gridLineDashStyle) The dash or dot style of the grid lines.voidColorAxis.setGridLineDashStyle(DashStyle gridLineDashStyle) The dash or dot style of the grid lines.voidXAxis.setGridLineDashStyle(DashStyle gridLineDashStyle) The dash or dot style of the grid lines.voidYAxis.setGridLineDashStyle(DashStyle gridLineDashStyle) The dash or dot style of the grid lines.abstract voidAxis.setMinorGridLineDashStyle(DashStyle minorGridLineDashStyle) The dash or dot style of the minor grid lines.voidColorAxis.setMinorGridLineDashStyle(DashStyle minorGridLineDashStyle) The dash or dot style of the minor grid lines.voidXAxis.setMinorGridLineDashStyle(DashStyle minorGridLineDashStyle) The dash or dot style of the minor grid lines.voidYAxis.setMinorGridLineDashStyle(DashStyle minorGridLineDashStyle) The dash or dot style of the minor grid lines.