java.lang.Object
org.jfree.chart3d.table.ElementInfo
An object that pairs an element with its dimension for one specific
graphics target.
- Since:
- 1.1
-
Constructor Summary
ConstructorsConstructorDescriptionElementInfo
(TableElement element, Dimension2D dimension) Creates a new instance. -
Method Summary
Modifier and TypeMethodDescriptionReturns the element's size.Returns the element.
-
Constructor Details
-
ElementInfo
Creates a new instance.- Parameters:
element
- the element (null
not permitted).dimension
- the dimension (null
not permitted).
-
-
Method Details
-
getElement
Returns the element.- Returns:
- The element (never
null
).
-
getDimension
Returns the element's size.- Returns:
- The element's size (never
null
).
-