public interface GraphTypeConverter
Graph understands and the graph types that are displayed
in the user interface.| Modifier and Type | Method and Description |
|---|---|
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.
|
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.