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

E12063-08

oracle.dss.graph
Class OrdinalTickLabelInfo

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

public class OrdinalTickLabelInfo
extends TickLabelInfo

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

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

OrdinalTickLabelInfo

public OrdinalTickLabelInfo(int index,
                            java.lang.Object value)
Constructor.

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

getValue

public java.lang.Object 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.7.0)

E12063-08

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