Uses of Class
com.luciad.view.map.TLcdXYGridStyle
Packages that use TLcdXYGridStyle
-
Uses of TLcdXYGridStyle in com.luciad.view.map
Methods in com.luciad.view.map that return TLcdXYGridStyleModifier and TypeMethodDescriptionTLcdXYGridStyle.Builder.build()Creates a newTLcdXYGridStylefrom this builder.TLcdXYGridLayer.getXYGridStyle()Returns the xy grid style to use when painting this layer.Methods in com.luciad.view.map with parameters of type TLcdXYGridStyleModifier and TypeMethodDescriptionTLcdXYGridStyle.Builder.all(TLcdXYGridStyle aXYStyle) Sets all parameters on the builder based on the given XY style.voidTLcdXYGridLayer.setXYGridStyle(TLcdXYGridStyle aStyle) Sets the xy grid style to use when painting this layer.TLcdXYGridOverlayLabelBuilder.style(TLcdXYGridStyle aXYGridStyle) The style with which the overlay label is being displayed.