javax.print
public static class: DocFlavor.SERVICE_FORMATTED [javadoc |
source]
java.lang.Object
javax.print.DocFlavor
javax.print.DocFlavor$SERVICE_FORMATTED
All Implemented Interfaces:
Cloneable, Serializable
Class DocFlavor.SERVICE_FORMATTED provides predefined static constant
DocFlavor objects for example doc flavors for service formatted print
data.
Field Summary |
---|
public static final SERVICE_FORMATTED | RENDERABLE_IMAGE | Service formatted print data doc flavor with print data
representation class name =
"java.awt.image.renderable.RenderableImage"
(renderable image object). |
public static final SERVICE_FORMATTED | PRINTABLE | Service formatted print data doc flavor with print data
representation class name = "java.awt.print.Printable"
(printable object). |
public static final SERVICE_FORMATTED | PAGEABLE | Service formatted print data doc flavor with print data
representation class name = "java.awt.print.Pageable"
(pageable object). |
Constructor: |
public SERVICE_FORMATTED(String className) {
super ("application/x-java-jvm-local-objectref", 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. Parameters:
className - Fully-qualified representation class name.
Throws:
NullPointerException -
(unchecked exception) Thrown if className is
null.
- exception:
NullPointerException -
(unchecked exception) Thrown if className is
null.
|
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |