Uses of Class
org.eclipse.nebula.paperclips.core.CompositeEntry
-
Packages that use CompositeEntry Package Description org.eclipse.nebula.paperclips.core Core classes for creating printable documents.org.eclipse.nebula.paperclips.core.page -
-
Uses of CompositeEntry in org.eclipse.nebula.paperclips.core
Fields in org.eclipse.nebula.paperclips.core declared as CompositeEntry Modifier and Type Field Description private CompositeEntry[]CompositePiece. entriesMethods in org.eclipse.nebula.paperclips.core that return types with arguments of type CompositeEntry Modifier and Type Method Description private static java.util.List<CompositeEntry>CompositePiece. createList(CompositeEntry[] entries)Methods in org.eclipse.nebula.paperclips.core with parameters of type CompositeEntry Modifier and Type Method Description private static java.util.List<CompositeEntry>CompositePiece. createList(CompositeEntry[] entries)Constructors in org.eclipse.nebula.paperclips.core with parameters of type CompositeEntry Constructor Description CompositePiece(CompositeEntry[] entries)Constructs a CompositePiece with the given entries.CompositePiece(CompositeEntry[] entries, org.eclipse.swt.graphics.Point size)Constructs a CompositePrintPiece with the given entries and explicit size.Constructor parameters in org.eclipse.nebula.paperclips.core with type arguments of type CompositeEntry Constructor Description CompositePiece(java.util.List<CompositeEntry> entries)Constructs a composite PrintPiece with the given entries.CompositePiece(java.util.List<CompositeEntry> entries, org.eclipse.swt.graphics.Point size)Constructs a composite PrintPiece with the given entries and minimum size. -
Uses of CompositeEntry in org.eclipse.nebula.paperclips.core.page
Methods in org.eclipse.nebula.paperclips.core.page that return CompositeEntry Modifier and Type Method Description private CompositeEntryPageIterator. createEntry(PrintPiece piece, int y)
-