Uses of Class
org.eclipse.nebula.paperclips.core.grid.internal.GridCellIterator
-
Packages that use GridCellIterator Package Description org.eclipse.nebula.paperclips.core.grid.internal -
-
Uses of GridCellIterator in org.eclipse.nebula.paperclips.core.grid.internal
Fields in org.eclipse.nebula.paperclips.core.grid.internal declared as GridCellIterator Modifier and Type Field Description (package private) GridCellIterator[][]GridIterator. body(package private) GridCellIterator[][]GridIterator. footer(package private) GridCellIterator[][]GridIterator. headerMethods in org.eclipse.nebula.paperclips.core.grid.internal that return GridCellIterator Modifier and Type Method Description private GridCellIterator[][]GridIterator. aggregateHeaderBodyAndFooterCells()private static GridCellIterator[]GridIterator. cloneRow(GridCellIterator[] row)private static GridCellIterator[][]GridIterator. cloneRows(GridCellIterator[][] rows, int firstRow)GridCellIteratorGridCellIterator. copy()private static GridCellIterator[][]GridIterator. createGridCellIterators(GridCell[][] gridCells, org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)private static GridCellIterator[]GridIterator. createRowCellIterators(GridCell[] rowCells, org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)GridCellIteratorGridCellImpl. iterator(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)Methods in org.eclipse.nebula.paperclips.core.grid.internal with parameters of type GridCellIterator Modifier and Type Method Description private voidGridIterator. applyCellAlignment(GridCellIterator[] cells, int[] cellWidths, PrintPiece[] pieces, int rowHeight, int[] xOffsets, int[] yOffsets)private int[]GridIterator. calculateCellWidths(GridCellIterator[] cells, int[] columnWidths)private voidGridIterator. calculateColumnWidthsForCellsSpanningMultipleColumns(int[] colSizes, GridCellIterator[][] rows, PrintSizeStrategy strategy)private voidGridIterator. calculateColumnWidthsForCellsSpanningOneColumn(int[] colSizes, GridCellIterator[][] rows, PrintSizeStrategy strategy)private static intGridIterator. calculateRowHeight(PrintPiece[] cellPieces, GridCellIterator[] cells)private static GridCellIterator[]GridIterator. cloneRow(GridCellIterator[] row)private static GridCellIterator[][]GridIterator. cloneRows(GridCellIterator[][] rows, int firstRow)private intGridIterator. computeCellWidth(GridCellIterator entry, GridColumn col, PrintSizeStrategy strategy)Compute the size of a column, respecting the constraints of the GridColumn.private static booleanGridIterator. hasNext(GridCellIterator[] cells)private static PrintPiece[]GridIterator. layoutCellsWithFillVertAlignment(GridCellIterator[] cells, int height, int[] cellWidths, PrintPiece[] cellPieces)private static PrintPiece[]GridIterator. layoutCellsWithNonFillVertAlignment(GridCellIterator[] cells, int height, boolean bottomOpen, int[] cellWidths)private PrintPieceGridIterator. nextHeaderOrFooterPiece(int[] colSizes, int height, int[] rowHeights, int[][] colSpans, int rowSpacing, GridCellIterator[][] headerOrFooter)private PrintPieceGridIterator. nextRow(GridCellIterator[] cells, int[] columnWidths, int height, boolean bottomOpen)private static booleanGridIterator. rowContainsNonDefaultVertAlignment(GridCellIterator[] cells)Constructors in org.eclipse.nebula.paperclips.core.grid.internal with parameters of type GridCellIterator Constructor Description GridCellIterator(GridCellIterator that)
-