|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.9.0) E52941-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Object
java.lang.Enum<GraphConstants.InteractivityBehavior>
oracle.dss.graph.GraphConstants.InteractivityBehavior
Deprecated. Use InteractiveSliceBehavior instead.
@Deprecated
public static enum GraphConstants.InteractivityBehavior
| Enum Constant Summary | |
|---|---|
AUTODeprecated. |
|
PIE_SLICE_EXPLODEDeprecated. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final GraphConstants.InteractivityBehavior AUTO
public static final GraphConstants.InteractivityBehavior PIE_SLICE_EXPLODE
| Method Detail |
|---|
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)
|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.9.0) E52941-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||