|
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 All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.dss.graph.TickLabelInfo
oracle.dss.graph.DataTickLabelInfo
public class DataTickLabelInfo
Information about a tick label on a data axis.
TickLabelCallback
implementations use this
information to customize tick labels.
TickLabelCallback
Field Summary | |
---|---|
protected double |
m_value
|
Fields inherited from class oracle.dss.graph.TickLabelInfo |
---|
m_index |
Constructor Summary | |
---|---|
DataTickLabelInfo(int index,
double value)
Constructor. |
Method Summary | |
---|---|
double |
getValue()
Retrieves the value of the tick mark. |
Methods inherited from class oracle.dss.graph.TickLabelInfo |
---|
getIndex |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected double m_value
Constructor Detail |
---|
public DataTickLabelInfo(int index, double value)
index
- The index of the tick mark to describe.value
- The value of tick mark to describe.Method Detail |
---|
public double getValue()
|
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 All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |