Uses of Enum Class
com.luciad.view.lightspeed.painter.grid.gars.TLspGARSGridStyle.GARSLevel
Package
Description
Provides Lightspeed visualization support for the Global Area Reference System (GARS).
-
Uses of TLspGARSGridStyle.GARSLevel in com.luciad.view.lightspeed.painter.grid.gars
Modifier and TypeMethodDescriptionstatic TLspGARSGridStyle.GARSLevel
Returns the enum constant of this class with the specified name.static TLspGARSGridStyle.GARSLevel[]
TLspGARSGridStyle.GARSLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionTLspGARSGridStyle.Builder.body
(TLspGARSGridStyle.GARSLevel aGARSLevel) After calling this method, all subsequentinterval()
,styles()
,customizableStyles()
, … calls will apply to all grid lines of the given level.TLspGARSGridStyle.Builder.label
(TLspGARSGridStyle.GARSLevel aGARSLevel) After calling this method, all subsequentinterval()
,styles()
,customizableStyles()
, … calls will apply to all grid labels of the given level.