Uses of Class
com.luciad.view.lightspeed.style.TLspTextStyle
Packages that use 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
Constructors in com.luciad.view.lightspeed.painter.grid with parameters of type TLspTextStyleModifierConstructorDescriptionTLspLonLatGridStyler
(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
Methods in com.luciad.view.lightspeed.style that return TLspTextStyleModifier and TypeMethodDescriptionTLspTextStyle.Builder.build()
Constructs a text style with the set parameters. -
Uses of TLspTextStyle in com.luciad.view.lightspeed.style.complexstroke
Methods in com.luciad.view.lightspeed.style.complexstroke with parameters of type TLspTextStyleModifier and TypeMethodDescriptionALspComplexStroke.TextBuilder.textStyle
(TLspTextStyle aTextStyle) Sets the text style to use.