Uses of Class
de.cau.cs.kieler.klighd.ui.printing.PrintOptions
Packages that use PrintOptions
-
Uses of PrintOptions in de.cau.cs.kieler.klighd.ui.printing
Subclasses of PrintOptions in de.cau.cs.kieler.klighd.ui.printingModifier and TypeClassDescriptionclassSpecialization ofPrintOptionsdedicated to diagram printouts.Methods in de.cau.cs.kieler.klighd.ui.printing with parameters of type PrintOptionsModifier and TypeMethodDescriptionPrintExporter.createExportConfig(PrintOptions options) Convenience helper method creating theDiagramExportConfigsthat are required for printing diagrams.protected KlighdPrintDialogPrintAction.getPrintDialog(org.eclipse.swt.widgets.Shell parentShell, PrintOptions options) Factor method contributing the employedKlighdPrintDialog, may be overridden if a customized dialog shall be injected.PrintExporter.getTrimmedTileBounds(PrintOptions options) Provides the size of the area being available for a diagram excerpt, which is theoptions.getPrinterBounds()subtracted by the size of the required tile trim. -
Uses of PrintOptions in de.cau.cs.kieler.klighd.ui.printing.dialog
Constructors in de.cau.cs.kieler.klighd.ui.printing.dialog with parameters of type PrintOptionsModifierConstructorDescriptionKlighdPrintDialog(org.eclipse.jface.window.IShellProvider parentShell, PrintOptions options) Creates a new KLighD print dialog based on the given options.KlighdPrintDialog(org.eclipse.swt.widgets.Shell shell, PrintOptions options) Creates a new KLighD print dialog based on the given options.