|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.layouting.renderer.model.RenderNode
org.jfree.layouting.renderer.model.SpacerRenderNode
org.jfree.layouting.renderer.model.table.TableColumnNode
public class TableColumnNode
A table column defines a limited set of style properties, which may be applied to the cells.
Border, if the border-model is the collapsing border model. Background, if both cell and row have a transparent background Width, is a minimum width. If the cell exceeds that size, the table cannot be rendered in incremental mode anymore. We may have to use the validation run to check for that rule. Visiblity, if set to collapse, the column will not be rendered. Not yet.
Field Summary |
---|
Fields inherited from class org.jfree.layouting.renderer.model.RenderNode |
---|
HORIZONTAL_AXIS, VERTICAL_AXIS |
Constructor Summary | |
---|---|
TableColumnNode(BoxDefinition definition)
|
|
TableColumnNode(BoxDefinition definition,
LayoutContext context)
|
Method Summary | |
---|---|
BoxDefinition |
getBoxDefinition()
|
int |
getColspan()
|
Methods inherited from class org.jfree.layouting.renderer.model.SpacerRenderNode |
---|
isDiscardable, isEmpty, isIgnorableForRendering |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TableColumnNode(BoxDefinition definition)
public TableColumnNode(BoxDefinition definition, LayoutContext context)
Method Detail |
---|
public int getColspan()
public BoxDefinition getBoxDefinition()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |