Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.graph
Interface GraphTypeConverter

All Known Implementing Classes:
GraphTypeConverterAdapter

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()
          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

getTypes

public 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

public GraphTypeAndSubtype getTypeAndSubtype()
Deprecated. As of 2.7.5.1, replaced by getTypeAndSubtype(UIGraph graph)
Retrieves the current type and subtype of the graph.
Returns:
The current type and subtype.

getTypeAndSubtype

public GraphTypeAndSubtype getTypeAndSubtype(UIGraph graph)
Retrieves the current type and subtype of the graph.
Parameters:
graph - The UIGraph for this GraphTypeConverter.
Returns:
The current type and subtype.

setTypeAndSubtype

public void setTypeAndSubtype(GraphTypeAndSubtype typeSubType)
Deprecated. As of 2.7.5.1, replaced by setTypeAndSubtype(UIGraph graph, GraphTypeAndSubtype typeSubType)
Specifies the current type and subtype.
Parameters:
typeSubtype - The type and subtype that you want to set.

setTypeAndSubtype

public void setTypeAndSubtype(UIGraph graph,
GraphTypeAndSubtype typeSubType)
Specifies the current type and subtype.
Parameters:
graph - The UIGraph for this GraphTypeConverter.
typeSubtype - The type and subtype that you want to set.

isPointType

public boolean isPointType()
Deprecated. As of 2.8.0.11. Point type graphs no longer supported in the default user interface.
Indicates whether the current type is a point graph type. Point graphs are line graphs in which the lines are not displayed.
Returns:
true if the current type is a point graph type, false if it is not.

isCombinationType

public boolean isCombinationType()
Deprecated. As of 2.7.5.1, replaced by isCombinationType(UIGraph graph)
Indicates whether the current type is a combination graph type. In the default user interface for the BI Beans, combination graphs are bar graphs in which the marker type is set to a different marker type.
Returns:
true if the current type is a combination graph type false if it is not.

isCombinationType

public boolean isCombinationType(UIGraph graph)
Indicates whether the current type is a combination graph type. In the default user interface for the BI Beans, combination graphs are bar graphs in which the marker type is set to a different marker type.
Parameters:
graph - The UIGraph for this GraphTypeConverter.
Returns:
true if the current type is a combination graph type false if it is not.

setLocale

public 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™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.