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