Enum Class ScreenSpaceCanvas.CompositeCoordinateBase
java.lang.Object
java.lang.Enum<ScreenSpaceCanvas.CompositeCoordinateBase>
velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.CompositeCoordinateBase
- All Implemented Interfaces:
Serializable,Comparable<ScreenSpaceCanvas.CompositeCoordinateBase>,Constable
- Enclosing interface:
- ScreenSpaceCanvas
public static enum ScreenSpaceCanvas.CompositeCoordinateBase
extends Enum<ScreenSpaceCanvas.CompositeCoordinateBase>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionHandle price and pixels as offset relative to data axis zeroHandle price and pixels as offset relative to pixels zero (left/bottom)This coordinate has no absolute meaning and only makes sense in combination with some other data -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
DATA_ZERO
Handle price and pixels as offset relative to data axis zero -
PIXEL_ZERO
Handle price and pixels as offset relative to pixels zero (left/bottom) -
RELATIVE
This coordinate has no absolute meaning and only makes sense in combination with some other data
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-