|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.caida.otter.Coordinate | +--org.caida.otter.Label
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 |
public Label(int index, int col, int row, java.lang.String name, java.lang.String colName)
index
- The index of the new labelcol
- The column number of the new label.row
- The row number of the new label.name
- The name of the new labelcolName
- The name of the column that the new label belongs to.
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |