API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.print. DocFlavor.SERVICE_FORMATTED View Source
Author(s)
Alan Kaminsky
Since
Version
Serial
Hierarchy
 Object
      DocFlavor
          DocFlavor.SERVICE_FORMATTED
Implements
Subclasses
Description
publicstatic class DocFlavor.SERVICE_FORMATTED
  Class DocFlavor.SERVICE_FORMATTED provides predefined static constant DocFlavor objects for example doc flavors for service formatted print data.
See also:   
Constructors
public DocFlavor.SERVICE_FORMATTED (String className)
  Constructs a new doc flavor with a MIME type of "application/x-java-jvm-local-objectref" indicating service formatted print data and the given print data representation class name.
Methods
Hide/Show inherited methods
public boolean equals (Object obj) [Inherited From DocFlavor]
  Determines if this doc flavor object is equal to the given object.
public String getMediaSubtype () [Inherited From DocFlavor]
  Returns this doc flavor object's media subtype (from the MIME type).
public String getMediaType () [Inherited From DocFlavor]
  Returns this doc flavor object's media type (from the MIME type).
public String getMimeType () [Inherited From DocFlavor]
  Returns this doc flavor object's MIME type string based on the canonical form.
public String getParameter (String paramName) [Inherited From DocFlavor]
  Returns a String representing a MIME parameter.
public String getRepresentationClassName () [Inherited From DocFlavor]
  Returns the name of this doc flavor object's representation class.
public int hashCode () [Inherited From DocFlavor]
Returns a hash code for this doc flavor object.
public String toString () [Inherited From DocFlavor]
  Converts this DocFlavor to a string.
Fields
Hide/Show inherited fields
publicfinalstatic String hostEncoding [Inherited From DocFlavor]
  A String representing the host operating system encoding.
publicfinalstatic SERVICE_FORMATTED PAGEABLE
Service formatted print data doc flavor with print data representation class name = "java.awt.print.Pageable" (pageable object).
publicfinalstatic SERVICE_FORMATTED PRINTABLE
Service formatted print data doc flavor with print data representation class name = "java.awt.print.Printable" (printable object).
publicfinalstatic SERVICE_FORMATTED RENDERABLE_IMAGE
Service formatted print data doc flavor with print data representation class name = "java.awt.image.renderable.RenderableImage" (renderable image object).
Nested Classes
  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.
  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.
  DocFlavor.URL
Class DocFlavor.URL provides predefined static constant DocFlavor objects.
  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.
  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.
  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.
  DocFlavor.SERVICE_FORMATTED
Class DocFlavor.SERVICE_FORMATTED provides predefined static constant DocFlavor objects for example doc flavors for service formatted print data.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar