Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.1.0)

E17492-02

oracle.dss.graph
Enum DataStyleType.Shape

java.lang.Object
  extended by java.lang.Enum<DataStyleType.Shape>
      extended by oracle.dss.graph.DataStyleType.Shape
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<DataStyleType.Shape>
Enclosing class:
DataStyleType

public static enum DataStyleType.Shape
extends java.lang.Enum<DataStyleType.Shape>

Specified valid shapes for DataStyleType.MARKER_SHAPE and DataStyleType.UNDERLAY_SHAPE. Note: The DataStyleType.UNDERLAY_SHAPE does not support PLUS and HUMAN shape


Enum Constant Summary
CIRCLE
           
DIAMOND
           
HUMAN
           
PLUS
           
SQUARE
           
TRIANGLE_DN
           
TRIANGLE_UP
           
 
Method Summary
static DataStyleType.Shape valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DataStyleType.Shape[] 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

SQUARE

public static final DataStyleType.Shape SQUARE

CIRCLE

public static final DataStyleType.Shape CIRCLE

DIAMOND

public static final DataStyleType.Shape DIAMOND

TRIANGLE_UP

public static final DataStyleType.Shape TRIANGLE_UP

TRIANGLE_DN

public static final DataStyleType.Shape TRIANGLE_DN

PLUS

public static final DataStyleType.Shape PLUS

HUMAN

public static final DataStyleType.Shape HUMAN
Method Detail

values

public static DataStyleType.Shape[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (DataStyleType.Shape c : DataStyleType.Shape.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static DataStyleType.Shape valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.1.0)

E17492-02

Copyright © 1997, 2011, Oracle. All rights reserved.