|
SimJava 2.0.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectEntries
class Entries
This class loads and stores all data entries
Field Summary | |
---|---|
(package private) int |
BARS
|
(package private) double |
endtime
|
protected List |
entries
|
(package private) int |
EVENTS
|
(package private) int |
section
|
(package private) double |
starttime
|
protected Types |
types
|
(package private) int |
TYPES
Add a single trace line return 1 if successful |
Constructor Summary | |
---|---|
Entries()
|
Method Summary | |
---|---|
(package private) int |
addTrace(String l)
|
(package private) void |
draw(Graphics g,
double t1,
double t2,
int w,
int h)
|
(package private) void |
drawLabels(Graphics g,
int w,
int h)
|
(package private) Entry |
find(String s)
|
(package private) double |
getEndTime()
|
(package private) double |
getStartTime()
|
(package private) Types |
getTypes()
|
(package private) void |
reset()
|
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected List entries
protected Types types
double starttime
double endtime
final int TYPES
final int BARS
final int EVENTS
int section
Constructor Detail |
---|
Entries()
Method Detail |
---|
void reset()
int addTrace(String l)
Types getTypes()
double getStartTime()
double getEndTime()
void draw(Graphics g, double t1, double t2, int w, int h)
void drawLabels(Graphics g, int w, int h)
Entry find(String s)
|
SimJava 2.0.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |