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 protectedSpanRangeCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Booleanvisit(ElementCell spanned, Cell cell)Booleanvisit(FrameCell spanned, Cell cell)Booleanvisit(LayeredCell spanned, Cell cell)Booleanvisit(NestedTableCell spanned, Cell cell)Booleanvisit(SplitCell spanned, Cell cell)
-
-
-
Method Detail
-
visit
public Boolean visit(ElementCell spanned, Cell cell)
- Specified by:
visitin interfaceCellVisitor<Cell,Boolean,RuntimeException>
-
visit
public Boolean visit(SplitCell spanned, Cell cell)
- Specified by:
visitin interfaceCellVisitor<Cell,Boolean,RuntimeException>
-
visit
public Boolean visit(FrameCell spanned, Cell cell)
- Specified by:
visitin interfaceCellVisitor<Cell,Boolean,RuntimeException>
-
visit
public Boolean visit(LayeredCell spanned, Cell cell)
- Specified by:
visitin interfaceCellVisitor<Cell,Boolean,RuntimeException>
-
visit
public Boolean visit(NestedTableCell spanned, Cell cell)
- Specified by:
visitin interfaceCellVisitor<Cell,Boolean,RuntimeException>
-
-