Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.0.0)

E17492-01

oracle.dss.graph
Interface UIGraphType

All Known Implementing Classes:
CommonGraph, CoreGraph, Graph, UIGraph

public interface UIGraphType

Contains methods to set and get GraphType. This interface is implemented by Graph.

Since:
4.0

Method Summary
 int getGraphType()
          Retrieves the current graph type for the graph.
 void setGraphType(int graphType)
          Specifies the graph type for the graph.
 

Method Detail

setGraphType

void setGraphType(int graphType)
Specifies the graph type for the graph.


getGraphType

int getGraphType()
Retrieves the current graph type for the graph. The constants begin with the following:

A point graph, as exposed in the default UI, is a line graph in which getLineDataLineDisplayed returns false. A combination graph is a bar graph in which getMarkerType for one or more series returns anything other than MT_DEFAULT.

Returns:
A constant that represents the current graph type.
See Also:
#isLineDataLineDisplayed, Series.getMarkerType(int), GraphTypeConverter

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.0.0)

E17492-01

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