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

Public Attributes

 Center
 
 Standard
 
 Reverse
 
 Left
 
 Right
 

Detailed Description

Alignments used for legend items and multi-line text.

Member Data Documentation

◆ Center

com.cartotype.Align.Center

Center the text.

◆ Left

com.cartotype.Align.Left

Align to the left and leave space on the right.

◆ Reverse

com.cartotype.Align.Reverse

Align to the right for left-to-right text, to the left for right-to-left text.

◆ Right

com.cartotype.Align.Right

Align to the right and leave space on the left.

◆ Standard

com.cartotype.Align.Standard

Align to the left for left-to-right text, to the right for right-to-left text.


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