<h2>org.das2.graph.DasColumn</h2><p>DasColumn object represents the horizontal position on the canvas.</p>
<h2>DasColumn( <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/graph/DasCanvas.html'>org.das2.graph.DasCanvas</a> parent, double nMin, double nMax )</h2>
<p>create a DasColumn with the normal position and no offsets.</p>

<h2>DasColumn( <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/graph/DasCanvas.html'>org.das2.graph.DasCanvas</a> canvas, <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/graph/DasColumn.html'>org.das2.graph.DasColumn</a> parent, double nMin, double nMax, double emMin, double emMax, int ptMin, int ptMax )</h2>
<p>create a DasColumn</p>

<hr>
<a name="NULL"></a>
<h2>NULL</h2>
<p>placeholder for unassigned value.</p>

<hr>
<a name="create"></a>
<h2>create</h2>
create( <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/graph/DasCanvas.html'>org.das2.graph.DasCanvas</a> canvas, <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/graph/DasColumn.html'>org.das2.graph.DasColumn</a> parent, <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String</a> minStr, <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String</a> maxStr ) &rarr; <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/graph/DasColumn.html'>org.das2.graph.DasColumn</a>

<p>makes a new DasColumn by parsing a string like "100%-5em+3pt" to get the offsets.
 The three qualifiers are "%", "em", and "pt", but "px" is allowed as well 
 as surely people will use that by mistake.  If an offset or the normal position
 is not specified, then 0 is used.</p>

<h3>Parameters</h3>
canvas - the canvas for the layout, ignored when a parent DasColumn is used.
<br>
parent - if non-null, this DasColumn is specified with respect to parent.
<br>
minStr - a string like "0%+5em"
<br>
maxStr - a string like "100%-7em"

<h3>Returns:</h3>
a new DasColumn
<br><br>
<a href="https://github.com/autoplot/dev/search?q=create&unscoped_q=create">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/graph/DasColumn.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/graph/DasColumn.html#create">[view on old javadoc]</a>
 <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/graph/DasColumn.java">[view source]</a>
<br>
<br>
create( <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/graph/DasCanvas.html'>org.das2.graph.DasCanvas</a> parent ) &rarr; <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/graph/DasColumn.html'>org.das2.graph.DasColumn</a><br>
<hr>
<a name="createAttachedColumn"></a>
<h2>createAttachedColumn</h2>
createAttachedColumn( double pleft, double pright ) &rarr; <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/graph/DasColumn.html'>org.das2.graph.DasColumn</a>

<p>create a column that is positioned relative to this column.</p>

<h3>Parameters</h3>
pleft - the normal position
<br>
pright - the normal position

<h3>Returns:</h3>
the new row.
<br><br>
<a href="https://github.com/autoplot/dev/search?q=createAttachedColumn&unscoped_q=createAttachedColumn">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/graph/DasColumn.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/graph/DasColumn.html#createAttachedColumn">[view on old javadoc]</a>
 <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/graph/DasColumn.java">[view source]</a>
<br>
<br>
<hr>
<a name="getWidth"></a>
<h2>getWidth</h2>
getWidth(  ) &rarr; int

<p>return the width in points (pixels) of the column.</p>

<h3>Returns:</h3>
the width in points (pixels) of the column.
<br><br>
<a href="https://github.com/autoplot/dev/search?q=getWidth&unscoped_q=getWidth">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/graph/DasColumn.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/graph/DasColumn.html#getWidth">[view on old javadoc]</a>
 <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/graph/DasColumn.java">[view source]</a>
<br>
<br>
<hr>
<a name="left"></a>
<h2>left</h2>
left(  ) &rarr; int

<p>return pixel location of the left of the column.</p>

<h3>Returns:</h3>
pixel location of the left of the column.
<br><br>
<a href="https://github.com/autoplot/dev/search?q=left&unscoped_q=left">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/graph/DasColumn.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/graph/DasColumn.html#left">[view on old javadoc]</a>
 <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/graph/DasColumn.java">[view source]</a>
<br>
<br>
<hr>
<a name="right"></a>
<h2>right</h2>
right(  ) &rarr; int

<p>return pixel location the right (non-inclusive) of the column.</p>

<h3>Returns:</h3>
pixel location the right (non-inclusive) of the column.
<br><br>
<a href="https://github.com/autoplot/dev/search?q=right&unscoped_q=right">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/graph/DasColumn.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/graph/DasColumn.html#right">[view on old javadoc]</a>
 <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/graph/DasColumn.java">[view source]</a>
<br>
<br>