Uses of Interface
com.luciad.view.lightspeed.style.styler.ILspCustomizableStyler
Packages that use ILspCustomizableStyler
Package
Description
This package provides support for measuring distances in a view.
Provides support for the painting of grids.
This package defines all interfaces and abstract base classes related to
ILspStyler.-
Uses of ILspCustomizableStyler in com.luciad.view.lightspeed.controller.ruler
Classes in com.luciad.view.lightspeed.controller.ruler that implement ILspCustomizableStylerModifier and TypeClassDescriptionclassAn default label styler for theTLspRulerController.Methods in com.luciad.view.lightspeed.controller.ruler that return ILspCustomizableStylerModifier and TypeMethodDescriptionTLspRulerController.getCircleStyler()Returns the customizable styler currently used to determine the style of equal distance circles.Methods in com.luciad.view.lightspeed.controller.ruler with parameters of type ILspCustomizableStylerModifier and TypeMethodDescriptionvoidTLspRulerController.setCircleStyler(ILspCustomizableStyler aCircleStyler) Sets the customizable styler currently used to paint equal distance circles. -
Uses of ILspCustomizableStyler in com.luciad.view.lightspeed.painter.grid
Classes in com.luciad.view.lightspeed.painter.grid that implement ILspCustomizableStylerModifier and TypeClassDescriptionclassConvenience styler that can be used to style lon-lat grids. -
Uses of ILspCustomizableStyler in com.luciad.view.lightspeed.style.styler
Classes in com.luciad.view.lightspeed.style.styler that implement ILspCustomizableStylerModifier and TypeClassDescriptionclassAbstract base class for implementations ofILspCustomizableStyler.classDefault implementation ofILspCustomizableStyler.final classA label styler that applies the same styling and label location information to all objects.