Uses of Class
org.eclipse.nebula.paperclips.core.internal.util.PrintSizeStrategy
-
Packages that use PrintSizeStrategy Package Description org.eclipse.nebula.paperclips.core Core classes for creating printable documents.org.eclipse.nebula.paperclips.core.grid.internal org.eclipse.nebula.paperclips.core.internal org.eclipse.nebula.paperclips.core.internal.util org.eclipse.nebula.paperclips.core.page org.eclipse.nebula.paperclips.core.text -
-
Uses of PrintSizeStrategy in org.eclipse.nebula.paperclips.core
Methods in org.eclipse.nebula.paperclips.core with parameters of type PrintSizeStrategy Modifier and Type Method Description private org.eclipse.swt.graphics.Point
SeriesIterator. computeSize(PrintSizeStrategy strategy)
-
Uses of PrintSizeStrategy in org.eclipse.nebula.paperclips.core.grid.internal
Methods in org.eclipse.nebula.paperclips.core.grid.internal with parameters of type PrintSizeStrategy Modifier and Type Method Description private void
GridIterator. calculateColumnWidthsForCellsSpanningMultipleColumns(int[] colSizes, GridCellIterator[][] rows, PrintSizeStrategy strategy)
private void
GridIterator. calculateColumnWidthsForCellsSpanningOneColumn(int[] colSizes, GridCellIterator[][] rows, PrintSizeStrategy strategy)
private int
GridIterator. computeCellWidth(GridCellIterator entry, GridColumn col, PrintSizeStrategy strategy)
Compute the size of a column, respecting the constraints of the GridColumn.private int[]
GridIterator. computeColumnSizes(PrintSizeStrategy strategy)
private int
GridIterator. computeFooterHeight(PrintSizeStrategy strategy, GridMargins margins)
private int
GridIterator. computeHeaderHeight(GridMargins margins, PrintSizeStrategy strategy)
private int
GridIterator. computeMaxBodyRowHeight(PrintSizeStrategy strategy)
private org.eclipse.swt.graphics.Point
GridIterator. computeSize(PrintSizeStrategy strategy, int[] colSizes)
-
Uses of PrintSizeStrategy in org.eclipse.nebula.paperclips.core.internal
Methods in org.eclipse.nebula.paperclips.core.internal with parameters of type PrintSizeStrategy Modifier and Type Method Description (package private) org.eclipse.swt.graphics.Point
LayerIterator. computeSize(PrintSizeStrategy strategy)
-
Uses of PrintSizeStrategy in org.eclipse.nebula.paperclips.core.internal.util
Fields in org.eclipse.nebula.paperclips.core.internal.util declared as PrintSizeStrategy Modifier and Type Field Description static PrintSizeStrategy
PrintSizeStrategy. MINIMUM
Compute the minimum sizestatic PrintSizeStrategy
PrintSizeStrategy. PREFERRED
Compute the preferred size. -
Uses of PrintSizeStrategy in org.eclipse.nebula.paperclips.core.page
Methods in org.eclipse.nebula.paperclips.core.page with parameters of type PrintSizeStrategy Modifier and Type Method Description private org.eclipse.swt.graphics.Point
PageIterator. computeSize(PrintSizeStrategy strategy)
-
Uses of PrintSizeStrategy in org.eclipse.nebula.paperclips.core.text
Methods in org.eclipse.nebula.paperclips.core.text with parameters of type PrintSizeStrategy Modifier and Type Method Description private org.eclipse.swt.graphics.Point
StyledTextIterator. computeSize(PrintSizeStrategy strategy)
-