Class DocFlavor.SERVICE_FORMATTED
java.lang.Object
javax.print.DocFlavor
javax.print.DocFlavor.SERVICE_FORMATTED
- All Implemented Interfaces:
- Serializable,- Cloneable
- Enclosing class:
- DocFlavor
Class 
DocFlavor.SERVICE_FORMATTED provides predefined static
 constant DocFlavor objects for example doc flavors for service
 formatted print data.- See Also:
- 
Nested Class SummaryNested classes/interfaces declared in class javax.print.DocFlavorDocFlavor.BYTE_ARRAY, DocFlavor.CHAR_ARRAY, DocFlavor.INPUT_STREAM, DocFlavor.READER, DocFlavor.SERVICE_FORMATTED, DocFlavor.STRING, DocFlavor.URL
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final DocFlavor.SERVICE_FORMATTEDService formatted print data doc flavor with print data representation class name ="java.awt.print.Pageable"(pageable object).static final DocFlavor.SERVICE_FORMATTEDService formatted print data doc flavor with print data representation class name ="java.awt.print.Printable"(printable object).static final DocFlavor.SERVICE_FORMATTEDService formatted print data doc flavor with print data representation class name ="java.awt.image.renderable.RenderableImage"(renderable image object).Fields declared in class javax.print.DocFlavorhostEncoding
- 
Constructor SummaryConstructorsConstructorDescriptionSERVICE_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.
- 
Method SummaryMethods declared in class javax.print.DocFlavorequals, getMediaSubtype, getMediaType, getMimeType, getParameter, getRepresentationClassName, hashCode, toString
- 
Field Details- 
RENDERABLE_IMAGEService formatted print data doc flavor with print data representation class name ="java.awt.image.renderable.RenderableImage"(renderable image object).
- 
PRINTABLEService formatted print data doc flavor with print data representation class name ="java.awt.print.Printable"(printable object).
- 
PAGEABLEService formatted print data doc flavor with print data representation class name ="java.awt.print.Pageable"(pageable object).
 
- 
- 
Constructor Details- 
SERVICE_FORMATTEDConstructs 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.- Parameters:
- className- fully-qualified representation class name
- Throws:
- NullPointerException- if- classNameis- null
 
 
-