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