| 
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<GraphConstants.InteractiveSliceBehavior>
oracle.dss.graph.GraphConstants.InteractiveSliceBehavior
public static enum GraphConstants.InteractiveSliceBehavior
Specifies the types of interactivity behavior that are enabled for slices
 of the graph.
 NONE: No interactive slice behavior enabled
 EXPLODE: Click to explode slices in a pie graph
 EXPLODE_ALL: Add explodeAll and uniteAll options to the context menu
 Note: Interactivity behavior is only supported in the Flash imageFormat.
| Enum Constant Summary | |
|---|---|
EXPLODE
 | 
|
EXPLODE_ALL
 | 
|
NONE
 | 
|
| Method Summary | |
|---|---|
static java.lang.String | 
convertEnumSetToString(java.util.EnumSet<GraphConstants.InteractiveSliceBehavior> set)
Returns the String representation of the EnumSet of InteractiveSliceBehavior that is given.  | 
static java.util.EnumSet<GraphConstants.InteractiveSliceBehavior> | 
convertStringToEnumSet(java.lang.String type)
Returns the EnumSet of InteractiveSliceBehavior that encapsulates the information in the given String.  | 
static java.util.EnumSet<GraphConstants.InteractiveSliceBehavior> | 
convertTagStringToEnumSet(java.lang.String type)
Returns the EnumSet of InteractiveSliceBehavior that encapsulates the information in the given ADF Faces attribute String.  | 
static GraphConstants.InteractiveSliceBehavior | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.  | 
static GraphConstants.InteractiveSliceBehavior[] | 
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.InteractiveSliceBehavior NONE
public static final GraphConstants.InteractiveSliceBehavior EXPLODE
public static final GraphConstants.InteractiveSliceBehavior EXPLODE_ALL
| Method Detail | 
|---|
public static GraphConstants.InteractiveSliceBehavior[] values()
for (GraphConstants.InteractiveSliceBehavior c : GraphConstants.InteractiveSliceBehavior.values()) System.out.println(c);
public static GraphConstants.InteractiveSliceBehavior 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.InteractiveSliceBehavior> convertStringToEnumSet(java.lang.String type)
type - the String of InteractiveSliceBehavior to use
public static java.util.EnumSet<GraphConstants.InteractiveSliceBehavior> convertTagStringToEnumSet(java.lang.String type)
type - the ADF Faces attribute String of InteractiveSliceBehavior to use
public static java.lang.String convertEnumSetToString(java.util.EnumSet<GraphConstants.InteractiveSliceBehavior> set)
set - the EnumSet that will be converted to String.
  | 
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||