# org.das2.graph.util.GraphicalLogRenderer.LogRenderer

Renderer expects a QDataSet bundle with datasets:<ul>
 <li>time
 <li>threadId
 <li>loggername
 <li>class
 <li>message
 </ul>

# LogRenderer( )


***
<a name="doAutorange-org.das2.qds.QDataSet"></a>
# doAutorange
doAutorange( <a href='https://cottagesystems.com/~jbf/autoplot/doc/org/das2/qds/QDataSet.html'>QDataSet</a> ds ) &rarr; <a href='https://cottagesystems.com/~jbf/autoplot/doc/org/das2/qds/QDataSet.html'>QDataSet</a>



### Parameters:
ds - a QDataSet

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


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

***
<a name="getSearchRegex"></a>
# getSearchRegex
getSearchRegex(  ) &rarr; <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String</a>



### Returns:
java.lang.String


<a href="https://github.com/autoplot/dev/search?q=getSearchRegex&unscoped_q=getSearchRegex">[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="render-java.awt.Graphics2D-org.das2.graph.DasAxis-org.das2.graph.DasAxis"></a>
# render
render( <a href='https://docs.oracle.com/javase/8/docs/api/java/awt/Graphics2D.html'>java.awt.Graphics2D</a> g1, <a href='https://cottagesystems.com/~jbf/autoplot/doc/org/das2/graph/DasAxis.html'>org.das2.graph.DasAxis</a> xAxis, <a href='https://cottagesystems.com/~jbf/autoplot/doc/org/das2/graph/DasAxis.html'>org.das2.graph.DasAxis</a> yAxis ) &rarr; void



### Parameters:
g1 - a Graphics2D
<br>xAxis - a DasAxis
<br>yAxis - a DasAxis

### Returns:
void (returns nothing)


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

***
<a name="setDataSet-org.das2.qds.QDataSet"></a>
# setDataSet
setDataSet( <a href='https://cottagesystems.com/~jbf/autoplot/doc/org/das2/qds/QDataSet.html'>QDataSet</a> ds ) &rarr; void



### Parameters:
ds - a QDataSet

### Returns:
void (returns nothing)


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

***
<a name="setSearchRegex-java.lang.String"></a>
# setSearchRegex
setSearchRegex( <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String</a> regex ) &rarr; void



### Parameters:
regex - a String

### Returns:
void (returns nothing)


<a href="https://github.com/autoplot/dev/search?q=setSearchRegex&unscoped_q=setSearchRegex">[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> yaxisDimension ) &rarr; void



### Parameters:
yaxisDimension - 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>

