Uses of Enum Class
com.luciad.view.lightspeed.painter.grid.TLspLonLatGridStyler.Position
Packages that use TLspLonLatGridStyler.Position
Package
Description
Provides support for the painting of grids.
-
Uses of TLspLonLatGridStyler.Position in com.luciad.view.lightspeed.painter.grid
Methods in com.luciad.view.lightspeed.painter.grid that return TLspLonLatGridStyler.PositionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static TLspLonLatGridStyler.Position[]
TLspLonLatGridStyler.Position.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.PositionModifier and TypeMethodDescriptionvoid
TLspLonLatGridStyler.setLabelLinePosition
(TLspLonLatGridStyler.Position aPosition) Sets the position of the labels with respect to the grid line.void
TLspLonLatGridStyler.setPosition
(TLspLonLatGridStyler.Position aPosition, int aGridOffset) Deprecated.
TLspLonLatGridStyler.setLabelLinePosition(Position)
,setLabelLineOffset
orsetLabelEdgeOffsets
.