public final class DragPointStyle extends Enum
Title: DragPointStyle class
Description: Describes the possible values of the DragPoint.Style method.
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
DragPoint.getStyle()
,
Serialized FormModifier and Type | Field and Description |
---|---|
static DragPointStyle |
BOTH
Allows user to drag points both horizontally and vertically.
|
static DragPointStyle |
X
Allows user to drag points horizontally only.
|
static DragPointStyle |
Y
Allows user to drag points vertically only.
|
getValue, readResolve
public static final DragPointStyle X
public static final DragPointStyle Y
public static final DragPointStyle BOTH