|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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()Deprecated. As of 2.7.5.1, replaced by getTypeAndSubtype(UIGraph graph) |
GraphTypeAndSubtype |
getTypeAndSubtype(UIGraph graph)Retrieves the current type and subtype of the graph. |
java.util.Vector |
getTypes()Retrieves the Type objects that describe the graph categories. |
boolean |
isCombinationType()Deprecated. As of 2.7.5.1, replaced by isCombinationType(UIGraph graph) |
boolean |
isCombinationType(UIGraph graph)Indicates whether the current type is a combination graph type. |
boolean |
isPointType()Deprecated. As of 2.8.0.11. Point type graphs no longer supported in the default user interface. |
void |
setLocale(java.util.Locale loc)Specifies the Locale for this GraphTypeConverter. |
void |
setTypeAndSubtype(GraphTypeAndSubtype typeSubType)Deprecated. As of 2.7.5.1, replaced by setTypeAndSubtype(UIGraph graph, GraphTypeAndSubtype typeSubType) |
void |
setTypeAndSubtype(UIGraph graph, GraphTypeAndSubtype typeSubType)Specifies the current type and subtype. |
| Method Detail |
public java.util.Vector getTypes()
Type objects that describe the graph categories.Vector that contains the Type objects.Typepublic GraphTypeAndSubtype getTypeAndSubtype()
getTypeAndSubtype(UIGraph graph)public GraphTypeAndSubtype getTypeAndSubtype(UIGraph graph)
graph - The UIGraph for this GraphTypeConverter.public void setTypeAndSubtype(GraphTypeAndSubtype typeSubType)
setTypeAndSubtype(UIGraph graph, GraphTypeAndSubtype typeSubType)typeSubtype - The type and subtype that you want to set.public void setTypeAndSubtype(UIGraph graph, GraphTypeAndSubtype typeSubType)
graph - The UIGraph for this GraphTypeConverter.typeSubtype - The type and subtype that you want to set.public boolean isPointType()
true if the current type is a point graph type, false if it is not.public boolean isCombinationType()
isCombinationType(UIGraph graph)true if the current type is a combination graph type false if it is not.public boolean isCombinationType(UIGraph graph)
graph - The UIGraph for this GraphTypeConverter.true if the current type is a combination graph type false if it is not.public 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™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||