Class Modifiers
- java.lang.Object
-
- org.jungrapht.visualization.control.Modifiers
-
public class Modifiers extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
ALT
static Map<String,Integer>
masks
static Map<Integer,String>
maskStrings
static String
MB1
static String
MB1_ALT
static String
MB1_CTRL
static String
MB1_MENU
static String
MB1_SHIFT
static String
MB1_SHIFT_MENU
static String
MB2
static String
MB3
static String
MENU
static String
NONE
static String
SHIFT
static String
SHIFT_MENU
-
Constructor Summary
Constructors Constructor Description Modifiers()
-
-
-
Field Detail
-
MB1
public static final String MB1
- See Also:
- Constant Field Values
-
MB2
public static final String MB2
- See Also:
- Constant Field Values
-
MB3
public static final String MB3
- See Also:
- Constant Field Values
-
ALT
public static final String ALT
- See Also:
- Constant Field Values
-
SHIFT
public static final String SHIFT
- See Also:
- Constant Field Values
-
MENU
public static final String MENU
- See Also:
- Constant Field Values
-
SHIFT_MENU
public static final String SHIFT_MENU
- See Also:
- Constant Field Values
-
MB1_SHIFT
public static final String MB1_SHIFT
- See Also:
- Constant Field Values
-
MB1_CTRL
public static final String MB1_CTRL
- See Also:
- Constant Field Values
-
MB1_ALT
public static final String MB1_ALT
- See Also:
- Constant Field Values
-
MB1_MENU
public static final String MB1_MENU
- See Also:
- Constant Field Values
-
MB1_SHIFT_MENU
public static final String MB1_SHIFT_MENU
- See Also:
- Constant Field Values
-
NONE
public static final String NONE
- See Also:
- Constant Field Values
-
-