|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.dss.util.ComponentInfo
oracle.dss.util.SeriesComponentInfo
public class SeriesComponentInfo
Series information about a component in a Graph.
Used for components that have data associated with them.
| Constructor Summary | |
|---|---|
SeriesComponentInfo(int series)
Constructor. |
|
SeriesComponentInfo(int series,
int edge)
Constructor that specifies the series and the edge. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Clones this SeriesComponentInfo. |
boolean |
equals(java.lang.Object o)
Indicates whether the specified object is equivalent to this SeriesComponentInfo. |
int |
getEdge()
Retrieves the edge that the series is on. |
QDR |
getQDR(DataAccess dataAccess,
int flags)
Retrieves a QDR for this SeriesComponentInfo. |
int |
getSeries()
Retrieves the series number. |
int |
hashCode()
|
java.lang.String |
toString()
Produces a String that identifies the series. |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SeriesComponentInfo(int series)
series - The series that the component is in.
public SeriesComponentInfo(int series,
int edge)
series - the series the component is in.edge - The edge that series is on. Possible values are
listed in the See Also section. The value depends on the
return value of the Graph.isDataRowShownAsASeries.DataDirector.COLUMN_EDGE,
DataDirector.ROW_EDGE,
oracle.dss.graph| Method Detail |
|---|
public java.lang.Object clone()
SeriesComponentInfo.
clone in class ComponentInfoSeriesComponentInfo.public int getSeries()
public int getEdge()
Graph.isDataRowShownAsASeries.DataDirector.COLUMN_EDGE,
DataDirector.ROW_EDGE,
Graph.isDataRowShownAsASeries()public boolean equals(java.lang.Object o)
SeriesComponentInfo.
SeriesComponentInfo objects are equivalent if they refer
to the same series.
equals in class java.lang.Objecto - The object to compare with this
SeriesComponentInfo.
true if both objects refer to the same series,
false if not or if o is not a
SeriesComponentInfo.
public QDR getQDR(DataAccess dataAccess,
int flags)
QDR for this SeriesComponentInfo.
The QDR identifies the dimension members
for the data series for which this SeriesComponentInfo
provides information.
getQDR in class ComponentInfodataAccess - The DataAccess that provided the data
for the series that this SeriesComponentInfo
describes.flags - A constant that identifies whether to include page edge
information if the QDR is not for the page edge. Valid
constants are listed in the See Also section.
QDR that identifies the row of data that
this SeriesComponentInfo describes.DataAccess.QDR_WITH_PAGE,
DataAccess.QDR_WITHOUT_PAGEpublic int hashCode()
hashCode in class ComponentInfopublic java.lang.String toString()
String that identifies the series.
toString in class java.lang.ObjectString.
|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||