Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.4.0)

E12063-05

oracle.dss.graph
Class DataTickLabelInfo

java.lang.Object
  extended by oracle.dss.graph.TickLabelInfo
      extended by oracle.dss.graph.DataTickLabelInfo

public class DataTickLabelInfo
extends TickLabelInfo

Information about a tick label on a data axis. TickLabelCallback implementations use this information to customize tick labels.

See Also:
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

m_value

protected double m_value
For internal use only. Application developers should not use this
Constructor Detail

DataTickLabelInfo

public DataTickLabelInfo(int index,
                         double value)
Constructor.

Parameters:
index - The index of the tick mark to describe.
value - The value of tick mark to describe.
Method Detail

getValue

public double getValue()
Retrieves the value of the tick mark.

Returns:
The value of the tick mark.

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.4.0)

E12063-05

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