KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > awt > print > Printable

java.awt.print
Interface Printable

See Also:
Top Examples, Source Code, Pageable, PageFormat, PrinterJob

static final int NO_SUCH_PAGE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int PAGE_EXISTS
See Also:
print(Graphics, PageFormat, int)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


int print(Graphics graphics,
          PageFormat pageFormat,
          int pageIndex)
          throws PrinterException
See Also:
PrinterGraphics
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags