com.endeca.navigation.charting
Class Cell

java.lang.Object
  extended by com.endeca.navigation.charting.Cell

public class Cell
extends Object

Represents a value in a Grid.


Method Summary
 Label getLabel(int axis)
          Returns the specified label.
 List getLabels()
          Returns the labels.
 String getValue()
          Returns the value.
 String toString()
          Returns a user-readable string representation of the value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getLabel

public Label getLabel(int axis)
Returns the specified label.

Parameters:
axis - the axis that references the label.
Returns:
A grid label (a Label object).

getLabels

public List getLabels()
Returns the labels.

Returns:
A list containg grid labels (Label objects).

getValue

public String getValue()
Returns the value.

Returns:
The value as a String.

toString

public String toString()
Returns a user-readable string representation of the value. Same as getValue().

Overrides:
toString in class Object
Returns:
The value as a String.


© 2003, 2012 Oracle and/or its affiliates. All rights reserved.