Skip navigation links

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

E17492-03


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.

Skip navigation links

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

E17492-03


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