edu.stanford.hci.r3.printing
Class Printers

java.lang.Object
  extended by edu.stanford.hci.r3.printing.Printers

public class Printers
extends java.lang.Object

Allows you to query and work with the system's Printers.

This software is distributed under the BSD License.


Constructor Summary
Printers()
           
 
Method Summary
static Printer getDefaultPrinter()
           
static void print(java.io.File f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Printers

public Printers()
Method Detail

getDefaultPrinter

public static Printer getDefaultPrinter()
Returns:

print

public static void print(java.io.File f)
Parameters:
f - the file to print, using the system's default settings.

Copyright 2006 Stanford University