Enum ClipModeTarget
Defines constants with targets for behavior of the ZoomPanModifier.
- ClipModeTarget.MaximumRange means that you can pan within MaximumRange of axis which includes GrowBy factor.
- ClipModeTarget.DataRange means that you can pan within DataRange of axis which does not include GrowBy factor.
- ClipModeTarget.VisibleRangeLimit means that you can pan within VisibleRangeLimit of axis.
Inherited Members
Namespace:
Assembly: .dll
Syntax
public enum ClipModeTarget extends Enum<ClipModeTarget>
Fields
Name | Description |
---|---|
DataRange | ClipModeTarget.DataRange means that you can pan within DataRange of axis which does not include GrowBy factor. |
MaximumRange | ClipModeTarget.MaximumRange means that you can pan within MaximumRange of axis which includes GrowBy factor. |
VisibleRangeLimit | ClipModeTarget.VisibleRangeLimit means that you can pan within VisibleRangeLimit of axis. |
Methods
Name | Description |
---|---|
valueOf(String name) | |
values() |