Enum Class TLspFixedOnPathLabelLocationProvider.HorizontalAlignment

java.lang.Object
java.lang.Enum<TLspFixedOnPathLabelLocationProvider.HorizontalAlignment>
com.luciad.view.lightspeed.label.algorithm.TLspFixedOnPathLabelLocationProvider.HorizontalAlignment
All Implemented Interfaces:
Serializable, Comparable<TLspFixedOnPathLabelLocationProvider.HorizontalAlignment>, Constable
Enclosing class:
TLspFixedOnPathLabelLocationProvider

public static enum TLspFixedOnPathLabelLocationProvider.HorizontalAlignment extends Enum<TLspFixedOnPathLabelLocationProvider.HorizontalAlignment>

Represents the horizontal alignment, i.e. the offset of the label parallel to the path, relative to the chosen point on the path. For example:

    RIGHT
 --------*--------

       CENTER
 --------*--------

          LEFT
 --------*--------
 
Since:
2016.0