|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<GraphConstants.InteractivityBehavior>
oracle.dss.graph.GraphConstants.InteractivityBehavior
public static enum GraphConstants.InteractivityBehavior
Specifies the types of interactivity behavior that are enabled on this
graph.
AUTO: The graph chooses the interactivity behavior to enable.
PIE_SLICE_EXPLODE: Click to explode slices in a pie graph.
Note: Interactivity behavior is only supported in the Flash imageFormat.
Enum Constant Summary | |
---|---|
AUTO
|
|
PIE_SLICE_EXPLODE
|
Method Summary | |
---|---|
static java.lang.String |
convertEnumSetToString(java.util.EnumSet<GraphConstants.InteractivityBehavior> set)
Returns the String representation of the EnumSet of InteractivityBehavior that is given. |
static java.util.EnumSet<GraphConstants.InteractivityBehavior> |
convertStringToEnumSet(java.lang.String type)
Returns the EnumSet of InteractivityBehavior that encapsulates the information in the given String. |
static GraphConstants.InteractivityBehavior |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static GraphConstants.InteractivityBehavior[] |
values()
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 name
java.lang.NullPointerException
- if the argument is nullpublic static java.util.EnumSet<GraphConstants.InteractivityBehavior> convertStringToEnumSet(java.lang.String type)
type
- the String of InteractivityBehaviors to use
public static java.lang.String convertEnumSetToString(java.util.EnumSet<GraphConstants.InteractivityBehavior> set)
set
- the EnumSet that will be converted to String.
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |