| 
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.Markers>
      
oracle.dss.graph.GraphConstants.Markers
public static enum GraphConstants.Markers
Specifies the types of markers to show on this graph.
NONE - does not display markers
AUTO - the graph decides whether to display markers and which markers to display
HIGH - displays a marker at the greatest value
LOW - displays a marker at the smallest value
FIRST - displays a marker at the first value
LAST - displays a marker at the last value Note: This is currently only supported for Sparkcharts.
| Enum Constant Summary | |
|---|---|
AUTO | 
|
FIRST | 
|
HIGH | 
|
LAST | 
|
LOW | 
|
NONE | 
|
| Method Summary | |
|---|---|
static java.lang.String | 
convertEnumSetToString(java.util.EnumSet<GraphConstants.Markers> set)Returns the String representation of the EnumSet of Markers that is given.  | 
static java.util.EnumSet<GraphConstants.Markers> | 
convertStringToEnumSet(java.lang.String type)Returns the EnumSet of Markers that encapsulates the information in the given String.  | 
static GraphConstants.Markers | 
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.  | 
static GraphConstants.Markers[] | 
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.Markers NONE
public static final GraphConstants.Markers AUTO
public static final GraphConstants.Markers HIGH
public static final GraphConstants.Markers LOW
public static final GraphConstants.Markers FIRST
public static final GraphConstants.Markers LAST
| Method Detail | 
|---|
public static GraphConstants.Markers[] values()
for (GraphConstants.Markers c : GraphConstants.Markers.values())
    System.out.println(c);
public static GraphConstants.Markers 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 nullpublic static java.util.EnumSet<GraphConstants.Markers> convertStringToEnumSet(java.lang.String type)
type - the String of Markers to usepublic static java.lang.String convertEnumSetToString(java.util.EnumSet<GraphConstants.Markers> 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.9.0) E52941-01  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||