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 Summary
Constructors -
Method Summary
Methods inherited from class com.inductiveautomation.rm.shape.RMShapeTable.Span
compareTo, contains, getLength, intersects, toString
-
Constructor Details
-
Column
public Column(double aStart, double anEnd) Creates a new column.
-
-
Method Details
-
getWidth
public double getWidth()Returns the column width.
-