Package com.inductiveautomation.rm.shape
Class RMShapeTable.Column
java.lang.Object
com.inductiveautomation.rm.shape.RMShapeTable.Span
com.inductiveautomation.rm.shape.RMShapeTable.Column
- All Implemented Interfaces:
- Comparable
- Enclosing class:
- RMShapeTable
An inner class representing rows.
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.inductiveautomation.rm.shape.RMShapeTable.SpancompareTo, contains, getLength, intersects, toString
- 
Constructor Details- 
Columnpublic Column(double aStart, double anEnd) Creates a new column.
 
- 
- 
Method Details- 
getWidthpublic double getWidth()Returns the column width.
 
-