gcspy.vis.plugins.text
Class TextRow

java.lang.Object
  extended by gcspy.vis.plugins.text.TextRow

 class TextRow
extends java.lang.Object

This represents a row for a single tile

Author:
Richard Jones

Constructor Summary
TextRow(java.lang.String name, java.lang.Integer[] values)
          Create a row in the table
 
Method Summary
 void dump()
           
(package private)  java.lang.String getName()
           
(package private)  int getStreamNum()
           
(package private)  java.lang.Integer getValue(int stream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextRow

TextRow(java.lang.String name,
        java.lang.Integer[] values)
Create a row in the table

Parameters:
name - The tile's name
values - The stram values
Method Detail

getName

java.lang.String getName()
Returns:
the name of the tile in this row of the table

getValue

java.lang.Integer getValue(int stream)
Returns:
the stream value for this columns of the table

getStreamNum

int getStreamNum()
Returns:
the number of streams in this row of the table

dump

public void dump()