CartoType Android API 8.8-7-gb35e4dc71
for Java development on Android
Public Attributes | List of all members
com.cartotype.BlendStyle Class Reference

Public Attributes

String styles
 
int mainColor = Framework.TRANSPARENT_BLACK
 
int borderColor = Framework.TRANSPARENT_BLACK
 
int textColor = Framework.TRANSPARENT_BLACK
 
int textGlowColor = Framework.TRANSPARENT_BLACK
 
int iconColor = Framework.TRANSPARENT_BLACK
 

Detailed Description

A rule to modify a certain style or styles. The colors are blended with colors in a style, using their alpha values as the blend fraction. You can use Framework.Color() or any of the Framework color constants when setting colors.

Member Data Documentation

◆ borderColor

int com.cartotype.BlendStyle.borderColor = Framework.TRANSPARENT_BLACK

If not null, the color to be blended with border colors.

◆ iconColor

int com.cartotype.BlendStyle.iconColor = Framework.TRANSPARENT_BLACK

If not null, the forced color for icons.

◆ mainColor

int com.cartotype.BlendStyle.mainColor = Framework.TRANSPARENT_BLACK

The color to be blended with the colors in the style.

◆ styles

String com.cartotype.BlendStyle.styles

A space or comma separated list of wild-card style names. The special name '[legend]' is used for the legend, scale, copyright notice and turn instructions.

◆ textColor

int com.cartotype.BlendStyle.textColor = Framework.TRANSPARENT_BLACK

If not null, the color to be blended with text colors.

◆ textGlowColor

int com.cartotype.BlendStyle.textGlowColor = Framework.TRANSPARENT_BLACK

If not null, the color to be blended with text glow colors.


The documentation for this class was generated from the following file: