Uses of Class
com.luciad.view.lightspeed.painter.grid.TLspXYGridStyle
Packages that use TLspXYGridStyle
Package
Description
Provides support for the painting of grids.
-
Uses of TLspXYGridStyle in com.luciad.view.lightspeed.painter.grid
Methods in com.luciad.view.lightspeed.painter.grid that return TLspXYGridStyleModifier and TypeMethodDescriptionTLspXYGridStyle.Builder.build()Creates a newTLspXYGridStylefrom this builder.Methods in com.luciad.view.lightspeed.painter.grid with parameters of type TLspXYGridStyleModifier and TypeMethodDescriptionTLspXYGridStyle.Builder.all(TLspXYGridStyle aStyle) Sets all parameters on the builder based on the given grid style.TLspXYGridLayerBuilder.style(TLspXYGridStyle aXYGridStyle) Sets the style to be used by this layer.TLspXYGridOverlayLabelBuilder.style(TLspXYGridStyle aXYGridStyle) The style with which the overlay label is being displayed.