java.lang.Object | ||
↳ | javax.print.DocFlavor | |
↳ | javax.print.DocFlavor.SERVICE_FORMATTED |
Class DocFlavor.SERVICE_FORMATTED provides predefined static constant DocFlavor objects for example doc flavors for service formatted print data.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
PAGEABLE | Service formatted print data doc flavor with print data
representation class name = "java.awt.print.Pageable"
(pageable object). |
||||||||||
PRINTABLE | Service formatted print data doc flavor with print data
representation class name = "java.awt.print.Printable"
(printable object). |
||||||||||
RENDERABLE_IMAGE | Service formatted print data doc flavor with print data
representation class name =
"java.awt.image.renderable.RenderableImage"
(renderable image object). |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
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. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Service formatted print data doc flavor with print data
representation class name = "java.awt.print.Pageable"
(pageable object).
Service formatted print data doc flavor with print data
representation class name = "java.awt.print.Printable"
(printable object).
Service formatted print data doc flavor with print data
representation class name =
"java.awt.image.renderable.RenderableImage"
(renderable image object).
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.
className | Fully-qualified representation class name. |
---|
NullPointerException | (unchecked exception) Thrown if className is
null.
|
---|