Uses of Class
org.boehn.kmlframework.kml.UnitEnum

Packages that use UnitEnum
org.boehn.kmlframework.kml   
 

Uses of UnitEnum in org.boehn.kmlframework.kml
 

Methods in org.boehn.kmlframework.kml that return UnitEnum
 UnitEnum IconStyle.getHotSpotXunits()
           
 UnitEnum IconStyle.getHotSpotYunits()
           
 UnitEnum ScreenOverlay.getOverlayXunits()
           
 UnitEnum ScreenOverlay.getOverlayYunits()
           
 UnitEnum ScreenOverlay.getRotationXunits()
           
 UnitEnum ScreenOverlay.getRotationYunits()
           
 UnitEnum ScreenOverlay.getScreenXunits()
           
 UnitEnum ScreenOverlay.getScreenYunits()
           
 UnitEnum ScreenOverlay.getSizeXunits()
           
 UnitEnum ScreenOverlay.getSizeYunits()
           
static UnitEnum UnitEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static UnitEnum[] UnitEnum.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.boehn.kmlframework.kml with parameters of type UnitEnum
 void IconStyle.setHotSpotXunits(UnitEnum hotSpotXunits)
           
 void IconStyle.setHotSpotYunits(UnitEnum hotSpotYunits)
           
 void ScreenOverlay.setOverlayXunits(UnitEnum overlayXunits)
           
 void ScreenOverlay.setOverlayYunits(UnitEnum overlayYunits)
           
 void ScreenOverlay.setRotationXunits(UnitEnum rotationXunits)
           
 void ScreenOverlay.setRotationYunits(UnitEnum rotationYunits)
           
 void ScreenOverlay.setScreenXunits(UnitEnum screenXunits)
           
 void ScreenOverlay.setScreenYunits(UnitEnum screenYunits)
           
 void ScreenOverlay.setSizeXunits(UnitEnum sizeXunits)
           
 void ScreenOverlay.setSizeYunits(UnitEnum sizeYunits)
           
 

Constructors in org.boehn.kmlframework.kml with parameters of type UnitEnum
IconStyle(java.lang.String color, ColorModeEnum colorMode, java.lang.Double scale, java.lang.Double heading, java.lang.String iconHref, java.lang.Double hotSpotX, java.lang.Double hotSpotY, UnitEnum hotSpotXunits, UnitEnum hotSpotYunits)
           
ScreenOverlay(java.lang.String name, java.lang.Boolean visibility, java.lang.Boolean open, AtomAuthor atomAuthor, AtomLink atomLink, java.lang.String address, java.lang.String xalAddressDetails, java.lang.String phoneNumber, java.lang.String snippet, java.lang.Integer snippetMaxLines, java.lang.String description, AbstractView abstractView, TimePrimitive timePrimitive, java.lang.String styleUrl, java.util.List<StyleSelector> styleSelectors, Region region, ExtendedData extendedData, java.lang.String color, java.lang.Integer drawOrder, Icon icon, java.lang.Double overlayX, java.lang.Double overlayY, UnitEnum overlayXunits, UnitEnum overlayYunits, java.lang.Double screenX, java.lang.Double screenY, UnitEnum screenXunits, UnitEnum screenYunits, java.lang.Double rotationX, java.lang.Double rotationY, UnitEnum rotationXunits, UnitEnum rotationYunits, java.lang.Double sizeX, java.lang.Double sizeY, UnitEnum sizeXunits, UnitEnum sizeYunits, java.lang.Double rotation)