Uses of Enum Class
com.luciad.view.lightspeed.painter.grid.cgrs.TLspCGRSGridStyle.Axis
Packages that use TLspCGRSGridStyle.Axis
Package
Description
Provides Lightspeed visualization support for the Common Grid Reference System (CGRS).
-
Uses of TLspCGRSGridStyle.Axis in com.luciad.view.lightspeed.painter.grid.cgrs
Methods in com.luciad.view.lightspeed.painter.grid.cgrs that return TLspCGRSGridStyle.AxisModifier and TypeMethodDescriptionstatic TLspCGRSGridStyle.AxisReturns the enum constant of this class with the specified name.static TLspCGRSGridStyle.Axis[]TLspCGRSGridStyle.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.cgrs with type arguments of type TLspCGRSGridStyle.AxisModifier and TypeMethodDescriptionTLspCGRSGridStyle.Builder.axes(EnumSet<TLspCGRSGridStyle.Axis> aAxes) This method specifies to which axes the subsequent calls, related to styling, are applied.