JavaTM 2 Platform
Std. Ed. v1.4.0

Uses of Class
javax.print.DocFlavor

Packages that use DocFlavor
javax.print Provides the principal classes and interfaces for the JavaTM Print Service API. 
 

Uses of DocFlavor in javax.print
 

Subclasses of DocFlavor in javax.print
static class DocFlavor.BYTE_ARRAY
          Class DocFlavor.BYTE_ARRAY provides predefined static constant DocFlavor objects for example doc flavors using a byte array (byte[]) as the print data representation class.
static class DocFlavor.CHAR_ARRAY
          Class DocFlavor.CHAR_ARRAY provides predefined static constant DocFlavor objects for example doc flavors using a character array (char[]) as the print data representation class.
static class DocFlavor.INPUT_STREAM
          Class DocFlavor.INPUT_STREAM provides predefined static constant DocFlavor objects for example doc flavors using a byte stream (java.io.InputStream) as the print data representation class.
static class DocFlavor.READER
          Class DocFlavor.READER provides predefined static constant DocFlavor objects for example doc flavors using a character stream (java.io.Reader) as the print data representation class.
static class DocFlavor.SERVICE_FORMATTED
          Class DocFlavor.SERVICE_FORMATTED provides predefined static constant DocFlavor objects for example doc flavors for service formatted print data.
static class DocFlavor.STRING
          Class DocFlavor.STRING provides predefined static constant DocFlavor objects for example doc flavors using a string (java.lang.String) as the print data representation class.
static class DocFlavor.URL
          Class DocFlavor.URL provides predefined static constant DocFlavor objects.
 


JavaTM 2 Platform
Std. Ed. v1.4.0

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.