Class Tabulator.CollapseCheck
- java.lang.Object
-
- net.sf.jasperreports.engine.export.tabulator.Tabulator.CollapseCheck
-
- All Implemented Interfaces:
CellVisitor<Cell,Boolean,RuntimeException>
- Enclosing class:
- Tabulator
protected class Tabulator.CollapseCheck extends Object implements CellVisitor<Cell,Boolean,RuntimeException>
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
CollapseCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
visit(ElementCell spanned, Cell cell)
Boolean
visit(FrameCell spanned, Cell cell)
Boolean
visit(LayeredCell spanned, Cell cell)
Boolean
visit(NestedTableCell spanned, Cell cell)
Boolean
visit(SplitCell spanned, Cell cell)
-
-
-
Method Detail
-
visit
public Boolean visit(ElementCell spanned, Cell cell)
- Specified by:
visit
in interfaceCellVisitor<Cell,Boolean,RuntimeException>
-
visit
public Boolean visit(SplitCell spanned, Cell cell)
- Specified by:
visit
in interfaceCellVisitor<Cell,Boolean,RuntimeException>
-
visit
public Boolean visit(FrameCell spanned, Cell cell)
- Specified by:
visit
in interfaceCellVisitor<Cell,Boolean,RuntimeException>
-
visit
public Boolean visit(LayeredCell spanned, Cell cell)
- Specified by:
visit
in interfaceCellVisitor<Cell,Boolean,RuntimeException>
-
visit
public Boolean visit(NestedTableCell spanned, Cell cell)
- Specified by:
visit
in interfaceCellVisitor<Cell,Boolean,RuntimeException>
-
-