public static enum AxisDragModifierBase.AxisDragMode extends java.lang.Enum<AxisDragModifierBase.AxisDragMode>
AxisDragModifierBase
Enum Constant and Description |
---|
Pan
Pan mode: the dragging pans the Axis VisibleRange, allowing a vertical or horizontal scroll.
|
Scale
Scale mode: the dragging scales the Axis VisibleRange property directly, or indirectly, via GrowBy property, if Axis.AutoRange mode
AutoRange.Always |
Modifier and Type | Method and Description |
---|---|
static AxisDragModifierBase.AxisDragMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AxisDragModifierBase.AxisDragMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AxisDragModifierBase.AxisDragMode Scale
AutoRange.Always
public static final AxisDragModifierBase.AxisDragMode Pan
AutoRange.Always
public static AxisDragModifierBase.AxisDragMode[] values()
for (AxisDragModifierBase.AxisDragMode c : AxisDragModifierBase.AxisDragMode.values()) System.out.println(c);
public static AxisDragModifierBase.AxisDragMode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null