Package madkit.gui
Interface PrintableFrame
- All Superinterfaces:
Printable
- All Known Implementing Classes:
AgentFrame
,MDKDesktopFrame
Interface that adds the printing feature to MDK frames
- Since:
- MaDKit 5.1.1
- Author:
- Fabien Michel
-
Field Summary
Fields inherited from interface java.awt.print.Printable
NO_SUCH_PAGE, PAGE_EXISTS
-
Method Summary
Modifier and TypeMethodDescriptiondefault Container
default int
print
(Graphics graphics, PageFormat pageFormat, int pageIndex)
-
Method Details
-
print
- Specified by:
print
in interfacePrintable
- Throws:
PrinterException
-
getPrintableContainer
-