org.progeeks.jfreechart
Class EnhancedStackedXYBarRenderer.TableIndexTuple

java.lang.Object
  extended by org.progeeks.jfreechart.EnhancedStackedXYBarRenderer.TableIndexTuple
Enclosing class:
EnhancedStackedXYBarRenderer

protected static class EnhancedStackedXYBarRenderer.TableIndexTuple
extends java.lang.Object

Class for representing a cell coordinate for a sparsely populated and/or dynamically sized table of objects. The table itself can be represented using a Map with tuples as keys. This will probably move out to it's own class or be replaced by a more general tuple impl if we want to implement more renderers like this.

Version:
$Revision: 1.5 $
Author:
esword

Constructor Summary
EnhancedStackedXYBarRenderer.TableIndexTuple(int row, int col)
           
 
Method Summary
 boolean equals(java.lang.Object arg)
           
 int getCol()
           
 int getRow()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnhancedStackedXYBarRenderer.TableIndexTuple

public EnhancedStackedXYBarRenderer.TableIndexTuple(int row,
                                                    int col)
Method Detail

equals

public boolean equals(java.lang.Object arg)
Overrides:
equals in class java.lang.Object

getCol

public int getCol()
Returns:
Returns the col.

getRow

public int getRow()
Returns:
Returns the row.

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2002-2003 Paul Speed. All Rights Reserved.