My favorites | English | Sign in

Google Earth API

KmlColorStyle Interface Reference

Inheritance diagram for KmlColorStyle:

KmlObject GEEventEmitter KmlIconStyle KmlLabelStyle KmlLineStyle KmlPolyStyle

List of all members.


Public Member Functions

KmlColor getColor ()
KmlColorModeEnum getColorMode ()
void setColorMode (KmlColorModeEnum colorMode)

Detailed Description

The KmlColorStyle object is an abstract object. It specifies the color and color mode of extended style types.

Member Function Documentation

KmlColor KmlColorStyle.getColor (  ) 

Color and opacity (alpha) values.

KmlColorModeEnum KmlColorStyle.getColorMode (  ) 

Specifies which color mode effect to apply to the base color.

See also:
GEPlugin.COLOR_NORMAL

GEPlugin.COLOR_INHERIT

GEPlugin.COLOR_RANDOM

void KmlColorStyle.setColorMode ( KmlColorModeEnum  colorMode  ) 

Specifies which color mode effect to apply to the base color.

See also:
GEPlugin.COLOR_NORMAL

GEPlugin.COLOR_INHERIT

GEPlugin.COLOR_RANDOM