public class ElementInfo extends java.lang.Object
| Constructor and Description |
|---|
ElementInfo(TableElement element,
java.awt.geom.Dimension2D dimension)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.awt.geom.Dimension2D |
getDimension()
Returns the element's size.
|
TableElement |
getElement()
Returns the element.
|
public ElementInfo(TableElement element, java.awt.geom.Dimension2D dimension)
element - the element (null not permitted).dimension - the dimension (null not permitted).public TableElement getElement()
null).public java.awt.geom.Dimension2D getDimension()
null).