@Deprecated public static enum GraphConstants.InteractivityBehavior extends java.lang.Enum<GraphConstants.InteractivityBehavior>
| Enum Constant and Description | 
|---|
AUTO
Deprecated.  
  | 
PIE_SLICE_EXPLODE
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
static java.lang.String | 
convertEnumSetToString(java.util.EnumSet<GraphConstants.InteractivityBehavior> set)
Deprecated. 
 
Use InteractiveSliceBehavior instead. 
 | 
static java.util.EnumSet<GraphConstants.InteractivityBehavior> | 
convertStringToEnumSet(java.lang.String type)
Deprecated. 
 
Use InteractiveSliceBehavior instead. 
 | 
static GraphConstants.InteractivityBehavior | 
valueOf(java.lang.String name)
Deprecated.  
Returns the enum constant of this type with the specified name. 
 | 
static GraphConstants.InteractivityBehavior[] | 
values()
Deprecated.  
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final GraphConstants.InteractivityBehavior AUTO
public static final GraphConstants.InteractivityBehavior PIE_SLICE_EXPLODE
public static GraphConstants.InteractivityBehavior[] values()
for (GraphConstants.InteractivityBehavior c : GraphConstants.InteractivityBehavior.values()) System.out.println(c);
public static GraphConstants.InteractivityBehavior 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@Deprecated public static java.util.EnumSet<GraphConstants.InteractivityBehavior> convertStringToEnumSet(java.lang.String type)
@Deprecated public static java.lang.String convertEnumSetToString(java.util.EnumSet<GraphConstants.InteractivityBehavior> set)