<h2>org.autoplot.datasource.ui.TableRowHeader</h2><p></p> <h2>TableRowHeader( <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/javax/swing/JTable.html'>javax.swing.JTable</a> table )</h2> <p></p> <hr> <a name="getCellBounds"></a> <h2>getCellBounds</h2> getCellBounds( int index0, int index1 ) → <a href='https://docs.oracle.com/javase/8/docs/api/java/awt/Rectangle.html'>java.awt.Rectangle</a> <p>Returns the bounds of the specified range of items in <code>JList</code> coordinates. Returns <code>null</code> if index isn't valid.</p> <h3>Parameters</h3> index0 - the index of the first <code>JList</code> cell in the range <br> index1 - the index of the last <code>JList</code> cell in the range <h3>Returns:</h3> the bounds of the indexed cells in pixels <br><br> <a href="https://github.com/autoplot/dev/search?q=getCellBounds&unscoped_q=getCellBounds">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/datasource/ui/TableRowHeader.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/datasource/ui/TableRowHeader.html#getCellBounds">[view on old javadoc]</a> <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/DataSource/src/org/autoplot/datasource/ui/TableRowHeader.java#l42">[view source]</a> <br> <br>