|
|||||||||
| Home >> All >> javax >> [ print overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.print
Class DocFlavor.SERVICE_FORMATTED

java.lang.Objectjavax.print.DocFlavor
javax.print.DocFlavor.SERVICE_FORMATTED
- All Implemented Interfaces:
- java.lang.Cloneable, java.io.Serializable
- Enclosing class:
- DocFlavor
- public static class DocFlavor.SERVICE_FORMATTED
- extends DocFlavor
Predefined static DocFlavor objects for document
types which use service formatted print data.
All the defined doc flavors have a MIME type of "application/x-java-jvm-local-objectref".
| Nested Class Summary |
| Nested classes inherited from class javax.print.DocFlavor |
DocFlavor.BYTE_ARRAY, DocFlavor.CHAR_ARRAY, DocFlavor.INPUT_STREAM, DocFlavor.READER, DocFlavor.SERVICE_FORMATTED, DocFlavor.STRING, DocFlavor.URL |
| Field Summary | |
static DocFlavor.SERVICE_FORMATTED |
PAGEABLE
Service formatted doc flavor with a representation class of "java.awt.print.Pageable". |
static DocFlavor.SERVICE_FORMATTED |
PRINTABLE
Service formatted doc flavor with a representation class of "java.awt.print.Printable". |
static DocFlavor.SERVICE_FORMATTED |
RENDERABLE_IMAGE
Service formatted doc flavor with a representation class of "java.awt.image.renderable.RenderableImage". |
private static long |
serialVersionUID
|
| Fields inherited from class javax.print.DocFlavor |
hostEncoding |
| Constructor Summary | |
DocFlavor.SERVICE_FORMATTED(java.lang.String className)
Constructor for doc flavor objects with a MIME type of "application/x-java-jvm-local-objectref" and the given print data representation classname. |
|
| Methods inherited from class javax.print.DocFlavor |
equals, getMediaSubtype, getMediaType, getMimeType, getParameter, getRepresentationClassName, hashCode, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
PAGEABLE
public static final DocFlavor.SERVICE_FORMATTED PAGEABLE
- Service formatted doc flavor with a representation class of
"java.awt.print.Pageable".
PRINTABLE
public static final DocFlavor.SERVICE_FORMATTED PRINTABLE
- Service formatted doc flavor with a representation class of
"java.awt.print.Printable".
RENDERABLE_IMAGE
public static final DocFlavor.SERVICE_FORMATTED RENDERABLE_IMAGE
- Service formatted doc flavor with a representation class of
"java.awt.image.renderable.RenderableImage".
| Constructor Detail |
DocFlavor.SERVICE_FORMATTED
public DocFlavor.SERVICE_FORMATTED(java.lang.String className)
- Constructor for doc flavor objects with a MIME type of
"application/x-java-jvm-local-objectref" and the given
print data representation classname.
|
|||||||||
| Home >> All >> javax >> [ print overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC