Uses of Enum Class
com.luciad.view.lightspeed.painter.grid.gars.TLspGARSGridStyle.GARSLevel
Packages that use 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
Methods in com.luciad.view.lightspeed.painter.grid.gars that return TLspGARSGridStyle.GARSLevelModifier and TypeMethodDescriptionstatic TLspGARSGridStyle.GARSLevelReturns 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.Methods in com.luciad.view.lightspeed.painter.grid.gars with parameters of type TLspGARSGridStyle.GARSLevelModifier 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.