# org.das2.graph.util.GraphicalLogRenderer

Refactor GraphicalLogHandler to read a file with log records, so they can be analyzed later.

***
<a name="getInstance"></a>
# getInstance
getInstance(  ) &rarr; <a href='https://cottagesystems.com/~jbf/autoplot/doc/org/das2/graph/util/GraphicalLogRenderer.html'>org.das2.graph.util.GraphicalLogRenderer</a>



### Returns:
org.das2.graph.util.GraphicalLogRenderer


<a href="https://github.com/autoplot/dev/search?q=getInstance&unscoped_q=getInstance">[search for examples]</a>
<a href="https://github.com/autoplot/documentation/blob/master/javadoc/index-all.md">[return to index]</a>

***
<a name="getMouseModule"></a>
# getMouseModule
getMouseModule(  ) &rarr; <a href='https://cottagesystems.com/~jbf/autoplot/doc/org/das2/event/MouseModule.html'>org.das2.event.MouseModule</a>



### Returns:
org.das2.event.MouseModule


<a href="https://github.com/autoplot/dev/search?q=getMouseModule&unscoped_q=getMouseModule">[search for examples]</a>
<a href="https://github.com/autoplot/documentation/blob/master/javadoc/index-all.md">[return to index]</a>

***
<a name="getRenderer"></a>
# getRenderer
getRenderer(  ) &rarr; <a href='https://cottagesystems.com/~jbf/autoplot/doc/org/das2/graph/Renderer.html'>org.das2.graph.Renderer</a>



### Returns:
org.das2.graph.Renderer


<a href="https://github.com/autoplot/dev/search?q=getRenderer&unscoped_q=getRenderer">[search for examples]</a>
<a href="https://github.com/autoplot/documentation/blob/master/javadoc/index-all.md">[return to index]</a>

***
<a name="getShowLogMouseModule-org.das2.graph.DasPlot"></a>
# getShowLogMouseModule
getShowLogMouseModule( <a href='https://cottagesystems.com/~jbf/autoplot/doc/org/das2/graph/DasPlot.html'>org.das2.graph.DasPlot</a> plot2 ) &rarr; <a href='https://cottagesystems.com/~jbf/autoplot/doc/org/das2/event/MouseModule.html'>org.das2.event.MouseModule</a>



### Parameters:
plot2 - a DasPlot

### Returns:
org.das2.event.MouseModule


<a href="https://github.com/autoplot/dev/search?q=getShowLogMouseModule&unscoped_q=getShowLogMouseModule">[search for examples]</a>
<a href="https://github.com/autoplot/documentation/blob/master/javadoc/index-all.md">[return to index]</a>

***
<a name="getYAxisType"></a>
# getYAxisType
getYAxisType(  ) &rarr; <a href='https://cottagesystems.com/~jbf/autoplot/doc/org/das2/graph/util/GraphicalLogRenderer/YAxisType.html'>org.das2.graph.util.GraphicalLogRenderer.YAxisType</a>



### Returns:
org.das2.graph.util.GraphicalLogRenderer.YAxisType


<a href="https://github.com/autoplot/dev/search?q=getYAxisType&unscoped_q=getYAxisType">[search for examples]</a>
<a href="https://github.com/autoplot/documentation/blob/master/javadoc/index-all.md">[return to index]</a>

***
<a name="readRecords-java.io.File"></a>
# readRecords
readRecords( <a href='https://docs.oracle.com/javase/8/docs/api/java/io/File.html'>java.io.File</a> f ) &rarr; <a href='https://cottagesystems.com/~jbf/autoplot/doc/org/das2/qds/QDataSet.html'>QDataSet</a>



### Parameters:
f - a File

### Returns:
org.das2.qds.QDataSet


<a href="https://github.com/autoplot/dev/search?q=readRecords&unscoped_q=readRecords">[search for examples]</a>
<a href="https://github.com/autoplot/documentation/blob/master/javadoc/index-all.md">[return to index]</a>

***
<a name="setYAxisType-org.das2.graph.util.GraphicalLogRenderer.YAxisType"></a>
# setYAxisType
setYAxisType( <a href='https://cottagesystems.com/~jbf/autoplot/doc/org/das2/graph/util/GraphicalLogRenderer/YAxisType.html'>org.das2.graph.util.GraphicalLogRenderer.YAxisType</a> type ) &rarr; void



### Parameters:
type - a GraphicalLogRenderer.YAxisType

### Returns:
void (returns nothing)


<a href="https://github.com/autoplot/dev/search?q=setYAxisType&unscoped_q=setYAxisType">[search for examples]</a>
<a href="https://github.com/autoplot/documentation/blob/master/javadoc/index-all.md">[return to index]</a>

