|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.0) E12063-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
java.util.Vector getTypes()
Type objects that describe the graph
categories.
Vector that contains the Type objects.TypeGraphTypeAndSubtype getTypeAndSubtype(UIGraphType graph)
graph - The UIGraphType for this GraphTypeConverter.
void setTypeAndSubtype(UIGraphType graph,
GraphTypeAndSubtype typeSubType)
graph - The UIGraphType for this GraphTypeConverter.typeSubtype - The type and subtype that you want to set.void setLocale(java.util.Locale loc)
Locale for this GraphTypeConverter.
The setLocale method of the graph that uses this
GraphTypeConverter calls this method.
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 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||