|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPrintConfiguration
This interface defines a print configuration container, that is used for printing a diagram. The container itself is also capable of providing an image for the figure to print.
Field Summary | |
---|---|
static int |
OK
The return code for configure() that indicates a successful
configuration process. |
Method Summary | |
---|---|
void |
cleanUp()
Cleans up all stored data. |
int |
configure()
Configures this container. |
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. |
Field Detail |
---|
static final int OK
configure()
that indicates a successful
configuration process.
Method Detail |
---|
int configure()
IFigure getFigure()
Image getScaledImage()
IPrintPreferences getPreferences()
IPrintPreferences
instance holding the
current configurationvoid cleanUp()
Printer getPrinter()
Printer
to be used.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |