Class Tabulator.SpanRangeCheck
- java.lang.Object
-
- net.sf.jasperreports.engine.export.tabulator.Tabulator.SpanRangeCheck
-
- All Implemented Interfaces:
CellVisitor<Cell,Boolean,RuntimeException>
- Enclosing class:
- Tabulator
protected class Tabulator.SpanRangeCheck extends Object implements CellVisitor<Cell,Boolean,RuntimeException>
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SpanRangeCheck()
-
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>
-
-