Loading...
Searching...
No Matches
com.navigine.idl.java.TitleAnchor Enum Reference

Anchor position of a map object title relative to its placement point. More...

Public Attributes

 CENTER
 Center of the text.
 
 TOP
 Top edge of the text.
 
 BOTTOM
 Bottom edge of the text.
 
 LEFT
 Left edge of the text.
 
 RIGHT
 Right edge of the text.
 
 TOP_LEFT
 Top-left corner of the text.
 
 TOP_RIGHT
 Top-right corner of the text.
 
 BOTTOM_LEFT
 Bottom-left corner of the text.
 
 BOTTOM_RIGHT
 Bottom-right corner of the text.
 

Detailed Description

Anchor position of a map object title relative to its placement point.

Referenced from TitleStyle, MapObject.

Definition at line 16 of file TitleAnchor.java.

Member Data Documentation

◆ BOTTOM

com.navigine.idl.java.TitleAnchor.BOTTOM

Bottom edge of the text.

Definition at line 28 of file TitleAnchor.java.

◆ BOTTOM_LEFT

com.navigine.idl.java.TitleAnchor.BOTTOM_LEFT

Bottom-left corner of the text.

Definition at line 48 of file TitleAnchor.java.

◆ BOTTOM_RIGHT

com.navigine.idl.java.TitleAnchor.BOTTOM_RIGHT

Bottom-right corner of the text.

Definition at line 52 of file TitleAnchor.java.

◆ CENTER

com.navigine.idl.java.TitleAnchor.CENTER

Center of the text.

Definition at line 20 of file TitleAnchor.java.

◆ LEFT

com.navigine.idl.java.TitleAnchor.LEFT

Left edge of the text.

Definition at line 32 of file TitleAnchor.java.

◆ RIGHT

com.navigine.idl.java.TitleAnchor.RIGHT

Right edge of the text.

Definition at line 36 of file TitleAnchor.java.

◆ TOP

com.navigine.idl.java.TitleAnchor.TOP

Top edge of the text.

Definition at line 24 of file TitleAnchor.java.

◆ TOP_LEFT

com.navigine.idl.java.TitleAnchor.TOP_LEFT

Top-left corner of the text.

Definition at line 40 of file TitleAnchor.java.

◆ TOP_RIGHT

com.navigine.idl.java.TitleAnchor.TOP_RIGHT

Top-right corner of the text.

Definition at line 44 of file TitleAnchor.java.


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