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. header
Methods 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)
GridCellIterator
GridCellIterator. 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)
GridCellIterator
GridCellImpl. 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 void
GridIterator. applyCellAlignment(GridCellIterator[] cells, int[] cellWidths, PrintPiece[] pieces, int rowHeight, int[] xOffsets, int[] yOffsets)
private int[]
GridIterator. calculateCellWidths(GridCellIterator[] cells, int[] columnWidths)
private void
GridIterator. calculateColumnWidthsForCellsSpanningMultipleColumns(int[] colSizes, GridCellIterator[][] rows, PrintSizeStrategy strategy)
private void
GridIterator. calculateColumnWidthsForCellsSpanningOneColumn(int[] colSizes, GridCellIterator[][] rows, PrintSizeStrategy strategy)
private static int
GridIterator. calculateRowHeight(PrintPiece[] cellPieces, GridCellIterator[] cells)
private static GridCellIterator[]
GridIterator. cloneRow(GridCellIterator[] row)
private static GridCellIterator[][]
GridIterator. cloneRows(GridCellIterator[][] rows, int firstRow)
private int
GridIterator. computeCellWidth(GridCellIterator entry, GridColumn col, PrintSizeStrategy strategy)
Compute the size of a column, respecting the constraints of the GridColumn.private static boolean
GridIterator. 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 PrintPiece
GridIterator. nextHeaderOrFooterPiece(int[] colSizes, int height, int[] rowHeights, int[][] colSpans, int rowSpacing, GridCellIterator[][] headerOrFooter)
private PrintPiece
GridIterator. nextRow(GridCellIterator[] cells, int[] columnWidths, int height, boolean bottomOpen)
private static boolean
GridIterator. rowContainsNonDefaultVertAlignment(GridCellIterator[] cells)
Constructors in org.eclipse.nebula.paperclips.core.grid.internal with parameters of type GridCellIterator Constructor Description GridCellIterator(GridCellIterator that)
-