org.caida.otter
Class Label

java.lang.Object
  |
  +--org.caida.otter.Coordinate
        |
        +--org.caida.otter.Label

public class Label
extends Coordinate


Fields inherited from class org.caida.otter.Coordinate
colName, colNum, index, isSetColRow, isSetXY, name, nodeNumber, rowNum, x, y
 
Constructor Summary
Label(int index, int col, int row, java.lang.String name, java.lang.String colName)
          Create a new label.
 
Methods inherited from class org.caida.otter.Coordinate
debug, equals, getColNum, getColumnName, getName, getRowNum, setColumnName, setColumnNum, setName, setRowNum
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Label

public Label(int index,
             int col,
             int row,
             java.lang.String name,
             java.lang.String colName)
Create a new label.
Parameters:
index - The index of the new label
col - The column number of the new label.
row - The row number of the new label.
name - The name of the new label
colName - The name of the column that the new label belongs to.