- All Superinterfaces:
TableElement
- All Known Implementing Classes:
FlowElement,VerticalFlowElement
A
TableElement that contains other elements (provides the
addElement() method).- Since:
- 1.1
-
Field Summary
Fields inherited from interface org.jfree.chart3d.table.TableElement
CLASS -
Method Summary
Modifier and TypeMethodDescriptionvoidaddElement(TableElement element) Adds a sub-element to the container element.Methods inherited from interface org.jfree.chart3d.table.TableElement
draw, draw, getProperty, getRefPoint, layoutElements, preferredSize, preferredSize, receive, setProperty
-
Method Details
-
addElement
Adds a sub-element to the container element.- Parameters:
element- the element (nullnot permitted).
-