Package | Description |
---|---|
de.mcp.cutcad.printdialog |
Modifier and Type | Field and Description |
---|---|
private PrintInstance |
PrintSubInstance.parent
The printInstance where the plate belongs to.
|
Modifier and Type | Field and Description |
---|---|
private java.util.ArrayList<PrintInstance> |
PrintDialogInstance.printInstances |
private java.util.ArrayList<PrintInstance> |
PrintDialog.printInstances
Contains the print instances to be used in the print dialog
|
private java.util.ArrayList<PrintInstance> |
PrintConstraintChecker.toBeCheckedInstances |
(package private) java.util.ArrayList<PrintInstance> |
Printer.toBePrintedInstances |
Modifier and Type | Method and Description |
---|---|
(package private) java.util.ArrayList<PrintInstance> |
PrintDialogInstance.getPrintInstances() |
Modifier and Type | Method and Description |
---|---|
private PrintDialogWindow |
PrintDialog.addPrintDialogFrame(int theWidth,
int theHeight,
java.util.ArrayList<PrintInstance> printInstances)
Creates a new frame and registers a new PrintDialogFrame with it.
|
Constructor and Description |
---|
PrintSubInstance(PrintInstance parent)
Creates a new object of type printSubInstance.
|
Constructor and Description |
---|
PrintConstraintChecker(java.util.ArrayList<PrintInstance> toBeCheckedInstances,
Printer parent) |
PrintDialogInstance(java.util.ArrayList<PrintInstance> printInstances,
LaserCutterSettings lasercutterSettings) |
Printer(java.util.ArrayList<PrintInstance> toBePrintedInstances,
LaserCutterSettings laserCutterSettings,
PrintDialogInstance parent) |