Uses of Enum Class
com.google.earth.kml._2.ViewRefreshModeEnum
Packages that use ViewRefreshModeEnum
-
Uses of ViewRefreshModeEnum in com.google.earth.kml._2
Fields in com.google.earth.kml._2 declared as ViewRefreshModeEnumMethods in com.google.earth.kml._2 that return ViewRefreshModeEnumModifier and TypeMethodDescriptionstatic ViewRefreshModeEnumGets the enum associated to the value passed as parameter.LinkType.getViewRefreshMode()Gets the value of the viewRefreshMode property.static ViewRefreshModeEnumReturns the enum constant of this class with the specified name.static ViewRefreshModeEnum[]ViewRefreshModeEnum.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 ViewRefreshModeEnumModifier and TypeMethodDescriptionvoidLinkType.setViewRefreshMode(ViewRefreshModeEnum value) Sets the value of the viewRefreshMode property.