Uses of Class
com.google.earth.kml._2.Vec2Type
Packages that use Vec2Type
-
Uses of Vec2Type in com.google.earth.kml._2
Fields in com.google.earth.kml._2 declared as Vec2TypeModifier and TypeFieldDescriptionprotected Vec2TypeIconStyleType.hotSpotprotected Vec2TypeScreenOverlayType.overlayXYprotected Vec2TypeScreenOverlayType.rotationXYprotected Vec2TypeScreenOverlayType.screenXYprotected Vec2TypeScreenOverlayType.sizeMethods in com.google.earth.kml._2 that return Vec2TypeModifier and TypeMethodDescriptionObjectFactory.createVec2Type()Create an instance ofVec2TypeIconStyleType.getHotSpot()Gets the value of the hotSpot property.ScreenOverlayType.getOverlayXY()Gets the value of the overlayXY property.ScreenOverlayType.getRotationXY()Gets the value of the rotationXY property.ScreenOverlayType.getScreenXY()Gets the value of the screenXY property.ScreenOverlayType.getSize()Gets the value of the size property.Methods in com.google.earth.kml._2 with parameters of type Vec2TypeModifier and TypeMethodDescriptionvoidIconStyleType.setHotSpot(Vec2Type value) Sets the value of the hotSpot property.voidScreenOverlayType.setOverlayXY(Vec2Type value) Sets the value of the overlayXY property.voidScreenOverlayType.setRotationXY(Vec2Type value) Sets the value of the rotationXY property.voidScreenOverlayType.setScreenXY(Vec2Type value) Sets the value of the screenXY property.voidSets the value of the size property.