Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.3.0)

E17492-04


oracle.dss.graph
Class TickLabelInfo

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

Direct Known Subclasses:
DataTickLabelInfo, OrdinalTickLabelInfo

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.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.3.0)

E17492-04


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