|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.9.0) E52941-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.dss.graph.TickLabelInfo
oracle.dss.graph.OrdinalTickLabelInfo
public class OrdinalTickLabelInfo
Information about a tick label on an ordinal axis. TickLabelCallback implementations use this information to customize tick labels.
TickLabelCallback| Field Summary |
|---|
| Fields inherited from class oracle.dss.graph.TickLabelInfo |
|---|
m_index |
| Constructor Summary | |
|---|---|
OrdinalTickLabelInfo(int index, java.lang.Object value)Constructor. |
|
| Method Summary | |
|---|---|
java.lang.Object |
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 |
| Constructor Detail |
|---|
public OrdinalTickLabelInfo(int index,
java.lang.Object value)
index - The index of the tick mark to describe.value - The value of tick mark to describe.| Method Detail |
|---|
public java.lang.Object getValue()
|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.9.0) E52941-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||