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. | |
Anchor position of a map object title relative to its placement point.
Referenced from TitleStyle, MapObject.
Definition at line 16 of file TitleAnchor.java.
| com.navigine.idl.java.TitleAnchor.BOTTOM |
Bottom edge of the text.
Definition at line 28 of file TitleAnchor.java.
| com.navigine.idl.java.TitleAnchor.BOTTOM_LEFT |
Bottom-left corner of the text.
Definition at line 48 of file TitleAnchor.java.
| com.navigine.idl.java.TitleAnchor.BOTTOM_RIGHT |
Bottom-right corner of the text.
Definition at line 52 of file TitleAnchor.java.
| com.navigine.idl.java.TitleAnchor.CENTER |
Center of the text.
Definition at line 20 of file TitleAnchor.java.
| com.navigine.idl.java.TitleAnchor.LEFT |
Left edge of the text.
Definition at line 32 of file TitleAnchor.java.
| com.navigine.idl.java.TitleAnchor.RIGHT |
Right edge of the text.
Definition at line 36 of file TitleAnchor.java.
| com.navigine.idl.java.TitleAnchor.TOP |
Top edge of the text.
Definition at line 24 of file TitleAnchor.java.
| com.navigine.idl.java.TitleAnchor.TOP_LEFT |
Top-left corner of the text.
Definition at line 40 of file TitleAnchor.java.
| com.navigine.idl.java.TitleAnchor.TOP_RIGHT |
Top-right corner of the text.
Definition at line 44 of file TitleAnchor.java.