|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJLogView_.datastructs.LGColumn
public class LGColumn
LGColumn is a class representing a set of data, a column from a JLogView_ table it has name and data information,
Constructor Summary | |
---|---|
LGColumn(java.lang.String n)
This is the default constructor. |
Method Summary | |
---|---|
void |
addDataItem(float d)
This methods appends one data entry to the existing array of data. |
float[] |
getData()
This methods returns the whole set of data from this column |
int |
getLength()
This methods returns the number of data entries in this column. |
float |
getMax()
This methods returns the largest value among all the data of this column |
float |
getMin()
This methods returns the smallest value among all the data of this column |
java.lang.String |
getName()
This methods returns the name for this set of data |
void |
setName(java.lang.String newname)
This methods sets the name for this set of data |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LGColumn(java.lang.String n)
n
- a String representing the name of the columnString
Method Detail |
---|
public float[] getData()
public void addDataItem(float d)
d
- a data entrypublic int getLength()
public java.lang.String getName()
String
public void setName(java.lang.String newname)
newname
- a String representing the name of this columnString
public float getMin()
public float getMax()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |