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:
 java.lang.Comparable
- Enclosing class:
 - RMShapeTable
 
public class RMShapeTable.Column extends RMShapeTable.Span
An inner class representing rows. 
- 
- 
Constructor Summary
Constructors Constructor Description Column(double aStart, double anEnd)Creates a new column. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetWidth()Returns the column width.- 
Methods inherited from class com.inductiveautomation.rm.shape.RMShapeTable.Span
compareTo, contains, getLength, intersects, toString 
 - 
 
 -