Uses of Enum Class
com.luciad.earth.view.gxy.util.ALcdEarth2DVectorIcon.Parameterization
Packages that use ALcdEarth2DVectorIcon.Parameterization
Package
Description
Contains various utility classes used by the Earth 2D painters.
-
Uses of ALcdEarth2DVectorIcon.Parameterization in com.luciad.earth.view.gxy.util
Methods in com.luciad.earth.view.gxy.util that return ALcdEarth2DVectorIcon.ParameterizationModifier and TypeMethodDescriptionALcdEarth2DVectorIcon.getParameterization()Returns the parameterization type.Returns the enum constant of this class with the specified name.ALcdEarth2DVectorIcon.Parameterization.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.earth.view.gxy.util with parameters of type ALcdEarth2DVectorIcon.ParameterizationModifier and TypeMethodDescriptionvoidALcdEarth2DVectorIcon.setParameterization(ALcdEarth2DVectorIcon.Parameterization aParameterization) Sets the parameterization type.Constructors in com.luciad.earth.view.gxy.util with parameters of type ALcdEarth2DVectorIcon.ParameterizationModifierConstructorDescriptionprotectedALcdEarth2DVectorIcon(ALcdEarth2DVectorIcon.Parameterization aParameterization) Constructs a vector icon of the specified type.TLcdEarthArrowIcon(ALcdEarth2DVectorIcon.Parameterization aType, TLcdColorMap aColorMap) Constructs a new arrow icon.TLcdEarthSparseIcon(ILcdParameterizedIcon aDelegate, ALcdEarth2DVectorIcon.Parameterization aType, int aDeltaX, int aDeltaY, double aMinimumStrength, double aMaximumStrength) Constructs a new sparse icon.Constructs a black wind icon of the specified type.TLcdEarthWindIcon(ALcdEarth2DVectorIcon.Parameterization aType, Color aColor) Constructs a wind icon of the specified type and color.