Uses of Enum Class
com.luciad.view.lightspeed.painter.grid.cgrs.TLspCGRSGridStyle.CGRSLevel
Packages that use TLspCGRSGridStyle.CGRSLevel
Package
Description
Provides Lightspeed visualization support for the Common Grid Reference System (CGRS).
-
Uses of TLspCGRSGridStyle.CGRSLevel in com.luciad.view.lightspeed.painter.grid.cgrs
Methods in com.luciad.view.lightspeed.painter.grid.cgrs that return TLspCGRSGridStyle.CGRSLevelModifier and TypeMethodDescriptionstatic TLspCGRSGridStyle.CGRSLevelReturns the enum constant of this class with the specified name.static TLspCGRSGridStyle.CGRSLevel[]TLspCGRSGridStyle.CGRSLevel.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.cgrs with parameters of type TLspCGRSGridStyle.CGRSLevelModifier and TypeMethodDescriptionTLspCGRSGridStyle.Builder.body(TLspCGRSGridStyle.CGRSLevel aCGRSLevel) After calling this method, all subsequentinterval(),styles(),customizableStyles(), … calls will apply to all grid lines of the given level, such as all 30 minute square lines.TLspCGRSGridStyle.Builder.label(TLspCGRSGridStyle.CGRSLevel aCGRSLevel) After calling this method, all subsequentinterval(),styles(),customizableStyles(), … calls will apply to all grid labels of the given level, such as all 30 minute square labels.