Uses of Enum Class
com.google.earth.kml._2.ColorModeEnum
Packages that use ColorModeEnum
-
Uses of ColorModeEnum in com.google.earth.kml._2
Fields in com.google.earth.kml._2 declared as ColorModeEnumMethods in com.google.earth.kml._2 that return ColorModeEnumModifier and TypeMethodDescriptionstatic ColorModeEnumGets the enum associated to the value passed as parameter.ColorStyleType.getColorMode()Gets the value of the colorMode property.static ColorModeEnumReturns the enum constant of this class with the specified name.static ColorModeEnum[]ColorModeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.earth.kml._2 with parameters of type ColorModeEnumModifier and TypeMethodDescriptionvoidColorStyleType.setColorMode(ColorModeEnum value) Sets the value of the colorMode property.