CartoType Android API 7.8.2, 2022-03-25
for Java development on Android
Public Attributes | List of all members
com.cartotype.BlendStyle Class Reference

Public Attributes

String iStyles
 
int iMainColor = Framework.TRANSPARENT_BLACK
 
int iBorderColor = Framework.TRANSPARENT_BLACK
 
int iTextColor = Framework.TRANSPARENT_BLACK
 
int iTextGlowColor = Framework.TRANSPARENT_BLACK
 
int iIconColor = 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

◆ iBorderColor

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

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

◆ iIconColor

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

If not null, the forced color for icons.

◆ iMainColor

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

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

◆ iStyles

String com.cartotype.BlendStyle.iStyles

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.

◆ iTextColor

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

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

◆ iTextGlowColor

int com.cartotype.BlendStyle.iTextGlowColor = 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: