Uses of Enum Class
com.luciad.view.lightspeed.painter.grid.gars.TLspGARSGridStyle.Axis
Packages that use TLspGARSGridStyle.Axis
Package
Description
Provides Lightspeed visualization support for the Global Area Reference System (GARS).
-
Uses of TLspGARSGridStyle.Axis in com.luciad.view.lightspeed.painter.grid.gars
Methods in com.luciad.view.lightspeed.painter.grid.gars that return TLspGARSGridStyle.AxisModifier and TypeMethodDescriptionstatic TLspGARSGridStyle.Axis
Returns the enum constant of this class with the specified name.static TLspGARSGridStyle.Axis[]
TLspGARSGridStyle.Axis.values()
Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in com.luciad.view.lightspeed.painter.grid.gars with type arguments of type TLspGARSGridStyle.AxisModifier and TypeMethodDescriptionTLspGARSGridStyle.Builder.axes
(EnumSet<TLspGARSGridStyle.Axis> aAxes) This method specifies to which axes the subsequent calls, related to styling, are applied.