Uses of Enum
com.flowingcode.vaadin.addons.googlemaps.maptypestyle.ElementType
Packages that use ElementType
-
Uses of ElementType in com.flowingcode.vaadin.addons.googlemaps.maptypestyle
Methods in com.flowingcode.vaadin.addons.googlemaps.maptypestyle that return ElementTypeModifier and TypeMethodDescriptionstatic ElementTypeReturns the enum constant of this type with the specified name.static ElementType[]ElementType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.flowingcode.vaadin.addons.googlemaps.maptypestyle with parameters of type ElementTypeModifierConstructorDescriptionMapStyle(FeatureType featureType, ElementType elementType, StyleRules styleRules) Creates a newMapStylewith the specified feature type, element type, and style rules.