Uses of Enum Class
com.luciad.view.lightspeed.painter.grid.TLspLonLatGridStyler.LabelPosition
Packages that use TLspLonLatGridStyler.LabelPosition
Package
Description
Provides support for the painting of grids.
-
Uses of TLspLonLatGridStyler.LabelPosition in com.luciad.view.lightspeed.painter.grid
Methods in com.luciad.view.lightspeed.painter.grid that return TLspLonLatGridStyler.LabelPositionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static TLspLonLatGridStyler.LabelPosition[]
TLspLonLatGridStyler.LabelPosition.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.view.lightspeed.painter.grid with parameters of type TLspLonLatGridStyler.LabelPositionModifier and TypeMethodDescriptionvoid
TLspLonLatGridStyler.setLabelPosition
(TLspLonLatGridStyler.LabelPosition aLabelPosition) Sets the position of the labels with respect to the view.