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 TickLabelInfo

java.lang.Object
  extended by oracle.dss.graph.TickLabelInfo
Direct Known Subclasses:
DataTickLabelInfo

public class TickLabelInfo
extends java.lang.Object

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

See Also:
TickLabelCallback

Field Summary
protected  int m_index
           
 
Constructor Summary
TickLabelInfo(int index)
          Constructor.
 
Method Summary
 int getIndex()
          Retrieves the index of the tick mark.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_index

protected int m_index
For internal use only. Application developers should not use this
Constructor Detail

TickLabelInfo

public TickLabelInfo(int index)
Constructor.

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

getIndex

public int getIndex()
Retrieves the index of the tick mark.

Returns:
The index 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.