public interface IPrintConfiguration
Modifier and Type | Field and Description |
---|---|
static int |
OK
The return code for
configure() that indicates a successful
configuration process. |
Modifier and Type | Method and Description |
---|---|
void |
cleanUp()
Cleans up all stored data.
|
int |
configure()
Configures this container.
|
org.eclipse.draw2d.IFigure |
getFigure()
Returns the figure to be printed.
|
IPrintPreferences |
getPreferences()
The defined preferences for printing
|
Printer |
getPrinter()
Returns the
Printer to be used. |
Image |
getScaledImage()
Calculates an image with the applied scale factors.
|
static final int OK
configure()
that indicates a successful
configuration process.int configure()
org.eclipse.draw2d.IFigure getFigure()
Image getScaledImage()
IPrintPreferences getPreferences()
IPrintPreferences
instance holding the
current configurationvoid cleanUp()