Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.7.0)

E12063-08

oracle.dss.graph
Interface GraphTypeConverter


public interface GraphTypeConverter

Methods required for translating between the graph types that the Graph understands and the graph types that are displayed in the user interface.


Method Summary
 GraphTypeAndSubtype getTypeAndSubtype(UIGraphType graph)
          Retrieves the current type and subtype of the graph.
 java.util.Vector getTypes()
          Retrieves the Type objects that describe the graph categories.
 void setLocale(java.util.Locale loc)
          Specifies the Locale for this GraphTypeConverter.
 void setTypeAndSubtype(UIGraphType graph, GraphTypeAndSubtype typeSubType)
          Specifies the current type and subtype.
 

Method Detail

getTypes

java.util.Vector getTypes()
Retrieves the Type objects that describe the graph categories.

Returns:
A Vector that contains the Type objects.
See Also:
Type

getTypeAndSubtype

GraphTypeAndSubtype getTypeAndSubtype(UIGraphType graph)
Retrieves the current type and subtype of the graph.

Parameters:
graph - The UIGraphType for this GraphTypeConverter.
Returns:
The current type and subtype.

setTypeAndSubtype

void setTypeAndSubtype(UIGraphType graph,
                       GraphTypeAndSubtype typeSubType)
Specifies the current type and subtype.

Parameters:
graph - The UIGraphType for this GraphTypeConverter.
typeSubtype - The type and subtype that you want to set.

setLocale

void setLocale(java.util.Locale loc)
Specifies the Locale for this GraphTypeConverter. The setLocale method of the graph that uses this GraphTypeConverter calls this method.

Parameters:
locale - The Locale for this GraphTypeConverter.

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.7.0)

E12063-08

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