Package com.luciad.view.lightspeed.painter.label.style
package com.luciad.view.lightspeed.painter.label.style
Contains style related classes that are used by the label painter. ITs main classes are:
ALspLabelTextProviderStyle
: a class that can be used to specify which text to use for a label.TLspDataObjectLabelTextProviderStyle
is an implementation that retrieves the label content through theILcdDataObject
interface.ALspSwingLabelStyler
is anALspLabelStyler
implementation that can be used to paint Swing components as labels.
- Since:
- 2012.0
-
ClassDescriptionThis style provides a method to retrieve the text to use for a label.Builder for text provider styles.Styler that can use Swing components as label content.Implementation of
ALspLabelTextProviderStyle
that retrieves the label content through theILcdDataObject
interface.TLspDataObjectLabelTextProviderStyle.Builder<B extends TLspDataObjectLabelTextProviderStyle.Builder<B>>Builder for data object text provider using expressions.