Class TLspRulerLabelStyler

All Implemented Interfaces:
ILspCustomizableStyler, ILspStyler

public class TLspRulerLabelStyler extends ALspLabelStyler implements ILspCustomizableStyler
An default label styler for the TLspRulerController. When the domain object to style is an ALspRulerMeasurement, this styler will style a segment label for each line segment and a total distance label at the end of the entire polyline.

This class uses six customizable styles to style these labels:

To adapt the styles, get them using getStyles(), and replace the style you want to change by another style. At least a TLspTextStyle and a ALspLabelTextProviderStyle must be present and active for (useful) labels to appear.

Since:
2012.0
See Also: