Uses of Class
com.luciad.view.lightspeed.style.TLspTextStyle
Package
Description
Provides support for the painting of grids.
Provides a generic model for styles.
Provides classes for creating complex stroked line styles.
-
Uses of TLspTextStyle in com.luciad.view.lightspeed.painter.grid
ModifierConstructorDescriptionTLspLonLatGridStyler
(TLspLineStyle aLineStyle, TLspTextStyle aTextStyle, TLspLabelBoxStyle aLabelBoxStyle, TLspLabelOpacityStyle aOpacityStyle, ILcdLonLatFormatter aFormatter) Create a styler with a default line style, text style and coordinate formatter.TLspLonLatGridStyler
(TLspTextStyle aTextStyle, TLspLabelBoxStyle aLabelBoxStyle, TLspLabelOpacityStyle aOpacityStyle, ILcdLonLatFormatter aFormatter) Create a styler with a default text style and coordinate formatter. -
Uses of TLspTextStyle in com.luciad.view.lightspeed.style
Modifier and TypeMethodDescriptionTLspTextStyle.Builder.build()
Constructs a text style with the set parameters. -
Uses of TLspTextStyle in com.luciad.view.lightspeed.style.complexstroke
Modifier and TypeMethodDescriptionALspComplexStroke.TextBuilder.textStyle
(TLspTextStyle aTextStyle) Sets the text style to use.