Uses of Enum Class
com.luciad.view.lightspeed.painter.grid.TLspXYGridStyle.LinePosition
Packages that use TLspXYGridStyle.LinePosition
Package
Description
Provides support for the painting of grids.
-
Uses of TLspXYGridStyle.LinePosition in com.luciad.view.lightspeed.painter.grid
Methods in com.luciad.view.lightspeed.painter.grid that return TLspXYGridStyle.LinePositionModifier and TypeMethodDescriptionstatic TLspXYGridStyle.LinePosition
Returns the enum constant of this class with the specified name.static TLspXYGridStyle.LinePosition[]
TLspXYGridStyle.LinePosition.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 TLspXYGridStyle.LinePositionModifier and TypeMethodDescriptionTLspXYGridStyle.Builder.labelLinePosition
(TLspXYGridStyle.LinePosition aLinePosition) This method specifies the position of the line labels of the current spacing/interval combination with respect to the line.