public class GraphicalLogRenderer
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
GraphicalLogRenderer.LogRenderer
Renderer expects a QDataSet bundle with datasets:
time
threadId
loggername
class
message
|
static class |
GraphicalLogRenderer.YAxisType |
| Modifier and Type | Method and Description |
|---|---|
static GraphicalLogRenderer |
getInstance() |
MouseModule |
getMouseModule() |
Renderer |
getRenderer() |
MouseModule |
getShowLogMouseModule(DasPlot plot2) |
GraphicalLogRenderer.YAxisType |
getYAxisType() |
QDataSet |
readRecords(java.io.File f) |
void |
setYAxisType(GraphicalLogRenderer.YAxisType type) |
public static GraphicalLogRenderer getInstance()
public void setYAxisType(GraphicalLogRenderer.YAxisType type)
public GraphicalLogRenderer.YAxisType getYAxisType()
public QDataSet readRecords(java.io.File f) throws java.io.FileNotFoundException, java.text.ParseException
java.io.FileNotFoundExceptionjava.text.ParseExceptionpublic Renderer getRenderer()
public MouseModule getMouseModule()
public MouseModule getShowLogMouseModule(DasPlot plot2)