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

Packages that use ColorModeEnum
org.boehn.kmlframework.kml   
 

Uses of ColorModeEnum in org.boehn.kmlframework.kml
 

Methods in org.boehn.kmlframework.kml that return ColorModeEnum
 ColorModeEnum ColorStyle.getColorMode()
           
static ColorModeEnum ColorModeEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ColorModeEnum[] ColorModeEnum.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 ColorModeEnum
 void ColorStyle.setColorMode(ColorModeEnum colorMode)
           
 

Constructors in org.boehn.kmlframework.kml with parameters of type ColorModeEnum
ColorStyle(java.lang.String color, ColorModeEnum colorMode)
           
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)
           
LabelStyle(java.lang.String color, ColorModeEnum colorMode, java.lang.Double scale)
           
LineStyle(java.lang.String color, ColorModeEnum colorMode, java.lang.Double width)
           
PolyStyle(java.lang.String color, ColorModeEnum colorMode, java.lang.Boolean fill, java.lang.Boolean outline)