Class Grid.ColumnCellComparator

java.lang.Object
com.itextpdf.layout.renderer.Grid.ColumnCellComparator
All Implemented Interfaces:
Comparator<GridCell>
Enclosing class:
Grid

private static final class Grid.ColumnCellComparator extends Object implements Comparator<GridCell>
This comparator sorts cells so ones with both fixed row and column positions would go first, then cells with fixed column and then all other cells.
  • Constructor Details

    • ColumnCellComparator

      private ColumnCellComparator()
  • Method Details