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