| 
 | 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.BubbleMarkerSizing>
oracle.dss.graph.GraphConstants.BubbleMarkerSizing
public static enum GraphConstants.BubbleMarkerSizing
Specifies the type of scaling used for bubble markers.
 RELATIVE: Scale bubble markers relative to each other.
 PIXELS: Scale bubble markers using their Z values as absolute pixel sizes.
 VIRTUAL: Scale bubble markers using their Z values as virtual coordinate sizes.
| Enum Constant Summary | |
|---|---|
| PIXELS | |
| RELATIVE | |
| VIRTUAL | |
| Method Summary | |
|---|---|
| static GraphConstants.BubbleMarkerSizing | convertStringToEnum(java.lang.String type) | 
| static GraphConstants.BubbleMarkerSizing | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static GraphConstants.BubbleMarkerSizing[] | 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.BubbleMarkerSizing RELATIVE
public static final GraphConstants.BubbleMarkerSizing PIXELS
public static final GraphConstants.BubbleMarkerSizing VIRTUAL
| Method Detail | 
|---|
public static GraphConstants.BubbleMarkerSizing[] values()
for (GraphConstants.BubbleMarkerSizing c : GraphConstants.BubbleMarkerSizing.values()) System.out.println(c);
public static GraphConstants.BubbleMarkerSizing 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 GraphConstants.BubbleMarkerSizing convertStringToEnum(java.lang.String type)
| 
 | 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 | ||||||||