|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.dss.graph.DataFilterImpl
oracle.dss.graph.DataCallback
public class DataCallback
DataAccess
and passes the data
to Perspective For Java.
Perspective For Java then uses the data to paint the graph.
Users of the graph bean normally do not need to call any of the methods in this class.
Field Summary | |
---|---|
static java.lang.String |
a_bubbleLabelsMeasures
|
static java.lang.String |
a_bubbleMeasures
|
static java.lang.String |
a_funnelMeasures
|
static java.lang.String |
a_HLCMeasures
|
static java.lang.String |
a_HLCVMeasures
|
static java.lang.String |
a_HLMeasures
|
static java.lang.String |
a_HLVMeasures
|
static java.lang.String |
a_OCMeasures
|
static java.lang.String |
a_OCVMeasures
|
static java.lang.String |
a_OHLCMeasures
|
static java.lang.String |
a_OHLCVMeasures
|
static java.lang.String |
a_scatterLabelsMeasures
|
static java.lang.String |
a_scatterMeasures
|
static java.lang.String |
a_totalMeasures
|
protected CommonGraph |
m_commonGraph
|
protected java.util.HashMap |
m_jsfHashMap
|
protected boolean |
m_stringType
|
static java.lang.String |
name
|
Constructor Summary | |
---|---|
DataCallback(CommonGraph commonGraph)
Constructor. |
Method Summary | |
---|---|
java.lang.Object |
columnLabel(int col)
Retrieves the label for a column. |
protected DataAccess |
getDataAccess()
|
int |
getDataAccessColumn(int row,
int col)
PFJ row, col is converted to dataAccessColumn |
int |
getDataAccessRow(int row,
int col)
PFJ row, col is converted to dataAccessRow |
java.lang.Object |
getDateSpan()
Called by TimeAxis code in PFJ |
protected ErrorHandler |
getErrorHandler()
|
java.lang.String |
getFootnote()
Retrieves the text of the footnote of the graph. |
java.lang.String |
getGroupSliceId(int group)
|
java.lang.String |
getO1AxisTitle()
Retrieves the title for the ordinal axis. |
java.lang.String |
getO2AxisTitle()
|
java.lang.Object |
getParentDate()
Called by TimeAxis code in PFJ |
java.lang.Object |
getParentDateSpan()
Called by TimeAxis code in PFJ |
java.lang.String |
getSeriesSliceId(int series)
|
protected java.lang.String |
getSliceId(int edge,
int slice)
|
java.lang.String |
getSubtitle()
Retrieves the text of the subtitle of the graph. |
int |
getTimeAxisLayer()
Retrieves the layer of time axis |
java.lang.String |
getTitle()
Retrieves the text of the title of the graph. |
java.lang.Object |
getValue(int row,
int col)
Retrieves the data value at the specified location in the data. |
java.lang.String |
getX1AxisTitle()
Retrieves the title for the X-axis. |
protected oracle.dss.util.xml.ObjectNode |
getXML(boolean allProperties)
|
java.lang.String |
getY1AxisTitle()
Retrieves the title for the Y1-axis. |
java.lang.String |
getY2AxisTitle()
Retrieves the title for the Y2-axis. |
protected void |
needRec()
|
java.lang.Object |
rowLabel(int row)
Retrieves the label for a row. |
void |
setGroupLabelType(boolean stringType)
Specifies if the group label type should be string. |
void |
setMetadataLabelFlag(boolean changeDefaultKeys)
|
void |
setMetadataValueSupported(boolean valueSupported)
|
void |
setValue(int row,
int col,
java.lang.Object value)
Specifies the data value to store at a specified location in the data. |
protected void |
setXML(oracle.dss.util.xml.ObjectNode node)
|
protected void |
setXML(oracle.dss.util.xml.ObjectNode node,
java.util.HashMap map)
|
Methods inherited from class oracle.dss.graph.DataFilterImpl |
---|
getColumns, getDataAccessColumn, getDataAccessRow, getFilteredColumn, getFilteredRow, getGraphCategory, getGroupSize, getMArray, getMeasures, getMeasures, getRows, getTotalMeasures, isDirty, isExcelOrDeskTop, refresh, setDataModelType, setDataRowShownAsASeries, setDirty, setGraphType, setMArray, setMeasures, setMeasures, setMeasuresForCategory, setTotalMeasures, sortIfDirty |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected CommonGraph m_commonGraph
protected boolean m_stringType
protected java.util.HashMap m_jsfHashMap
public static final java.lang.String name
public static final java.lang.String a_totalMeasures
public static final java.lang.String a_scatterMeasures
public static final java.lang.String a_scatterLabelsMeasures
public static final java.lang.String a_bubbleMeasures
public static final java.lang.String a_bubbleLabelsMeasures
public static final java.lang.String a_OHLCVMeasures
public static final java.lang.String a_OHLCMeasures
public static final java.lang.String a_HLVMeasures
public static final java.lang.String a_OCVMeasures
public static final java.lang.String a_OCMeasures
public static final java.lang.String a_HLMeasures
public static final java.lang.String a_HLCMeasures
public static final java.lang.String a_HLCVMeasures
public static final java.lang.String a_funnelMeasures
Constructor Detail |
---|
public DataCallback(CommonGraph commonGraph)
commonGraph
- The CommonGraph
that the graph uses.Method Detail |
---|
public java.lang.Object columnLabel(int col)
Graph.isDataRowShownAsASeries
method returns.
col
- The column to get the label for. The first column is column
0.
Graph.isDataRowShownAsASeries()
public java.lang.Object rowLabel(int row)
Graph.isDataRowShownAsASeries
method returns.
row
- The row to get the label for. The first row is row 0.
Graph.isDataRowShownAsASeries()
public void setGroupLabelType(boolean stringType)
public java.lang.Object getParentDate()
public java.lang.Object getParentDateSpan()
public java.lang.Object getDateSpan()
public int getDataAccessRow(int row, int col)
public int getDataAccessColumn(int row, int col)
public java.lang.Object getValue(int row, int col)
getValue
in class DataFilterImpl
row
- The index of the row. The first row is row 0.col
- The index of the column. The first column is 0.
public void setValue(int row, int col, java.lang.Object value)
row
- The index of the row. The first row is row 0.col
- The index of the column. The first column is column 0.value
- The value to store at the specified location.public java.lang.String getY1AxisTitle()
Y1Title
.BaseTitle.setText(java.lang.String)
public java.lang.String getY2AxisTitle()
Y2Title
.BaseTitle.setText(java.lang.String)
public java.lang.String getO1AxisTitle()
O1Title
.BaseTitle.setText(java.lang.String)
public java.lang.String getO2AxisTitle()
O2Title
.public java.lang.String getX1AxisTitle()
X1Title
.BaseTitle.setText(java.lang.String)
public java.lang.String getFootnote()
GraphFootnote
.BaseTitle.setText(java.lang.String)
public java.lang.String getTitle()
GraphTitle
.BaseTitle.setText(java.lang.String)
public java.lang.String getSubtitle()
GraphSubtitle
.BaseTitle.setText(java.lang.String)
public void setMetadataLabelFlag(boolean changeDefaultKeys)
public void setMetadataValueSupported(boolean valueSupported)
protected void needRec()
needRec
in class DataFilterImpl
protected DataAccess getDataAccess()
getDataAccess
in class DataFilterImpl
protected ErrorHandler getErrorHandler()
getErrorHandler
in class DataFilterImpl
public int getTimeAxisLayer()
public java.lang.String getGroupSliceId(int group)
group
- group index
public java.lang.String getSeriesSliceId(int series)
series
- series index
protected java.lang.String getSliceId(int edge, int slice)
edge
- edge on which slice is locatedslice
- sliec index
protected void setXML(oracle.dss.util.xml.ObjectNode node, java.util.HashMap map)
protected void setXML(oracle.dss.util.xml.ObjectNode node)
protected oracle.dss.util.xml.ObjectNode getXML(boolean allProperties)
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |