|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object info.monitorenter.gui.chart.io.AStaticDataCollector
public abstract class AStaticDataCollector
Base class for data collectors that fill traces for static charts in one run.
Extend from this class and override the method collectData()
.
Field Summary | |
---|---|
protected ITrace2D |
m_trace
Target trace where all collected data is added. |
Constructor Summary | |
---|---|
AStaticDataCollector(ITrace2D trace)
Constructor with target trace. |
Method Summary | |
---|---|
abstract void |
collectData()
Collects all ITracePoint instances from it's underlying
source and adds it to the internal trace. |
ITrace2D |
getTrace()
Returns the trace data is added to. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ITrace2D m_trace
Constructor Detail |
---|
public AStaticDataCollector(ITrace2D trace)
trace
- the trace collected points will be added to.Method Detail |
---|
public abstract void collectData() throws java.io.IOException
ITracePoint
instances from it's underlying
source and adds it to the internal trace.
java.io.IOException
- if parsing or IO operations fails.public ITrace2D getTrace()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |