ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • 프린트
    GUI/GDI 2013. 8. 16. 23:51

    java.awt.print.Printable // interface

    .NO_SUCH_PAGE

    .PAGE_EXISTS


    int print(Graphics graphics, PageFormat pageFormat, int pageIndex) throws PrinterException;

    java.awt.print.Pageable // interface

    int getNumberOfPages();

    PageFormat getPageFormat(int pageIndex) throws IndexOutOfBoundsException;

    Printable getPrintable(int pageIndex) throws IndexOutOfBoundsException;

    java.awt.print.PageFormat

    .getImageableX()

    .getImageableY()

    .getImageableWidth()

    .getImageableHeight()

    java.awt.print.PrinterJob

    .getPrinterJob() // static


    .pageDialog()

    .setPageable()

    .printDialog()

    .print()


Designed by Tistory.