Class TableValidationStep
- java.lang.Object
-
- org.jfree.layouting.renderer.process.IterateStructuralProcessStep
-
- org.jfree.layouting.renderer.process.TableValidationStep
-
public class TableValidationStep extends IterateStructuralProcessStep
Another static processing step which validates the table structure.- Author:
- Thomas Morgner
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTableValidationStep.TableInfoStructure
-
Constructor Summary
Constructors Constructor Description TableValidationStep()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidfinishBlockBox(BlockRenderBox box)protected booleanstartBlockBox(BlockRenderBox box)voidvalidate(LogicalPageBox box)-
Methods inherited from class org.jfree.layouting.renderer.process.IterateStructuralProcessStep
finishInlineBox, finishNormalFlow, finishOtherBox, finishOtherNode, processBoxChilds, processParagraphChilds, startInlineBox, startNormalFlow, startOtherBox, startOtherNode, startProcessing
-
-
-
-
Method Detail
-
validate
public void validate(LogicalPageBox box)
-
startBlockBox
protected boolean startBlockBox(BlockRenderBox box)
- Overrides:
startBlockBoxin classIterateStructuralProcessStep
-
finishBlockBox
protected void finishBlockBox(BlockRenderBox box)
- Overrides:
finishBlockBoxin classIterateStructuralProcessStep
-
-