Class DocFlavor.SERVICE_FORMATTED provides predefined static constant DocFlavor objects for example doc flavors for service formatted print data.
Class DocFlavor.SERVICE_FORMATTED provides predefined static constant DocFlavor objects for example doc flavors for service formatted print data.
Static Constant.
Service formatted print data doc flavor with print data representation class name = "java.awt.print.Pageable" (pageable object).
type: javax.print.DocFlavor$SERVICE_FORMATTED
Static Constant. Service formatted print data doc flavor with print data representation class name = "java.awt.print.Pageable" (pageable object). type: javax.print.DocFlavor$SERVICE_FORMATTED
Static Constant.
Service formatted print data doc flavor with print data representation class name = "java.awt.print.Printable" (printable object).
type: javax.print.DocFlavor$SERVICE_FORMATTED
Static Constant. Service formatted print data doc flavor with print data representation class name = "java.awt.print.Printable" (printable object). type: javax.print.DocFlavor$SERVICE_FORMATTED
Static Constant.
Service formatted print data doc flavor with print data representation class name = "java.awt.image.renderable.RenderableImage" (renderable image object).
type: javax.print.DocFlavor$SERVICE_FORMATTED
Static Constant. Service formatted print data doc flavor with print data representation class name = "java.awt.image.renderable.RenderableImage" (renderable image object). type: javax.print.DocFlavor$SERVICE_FORMATTED
(->service-formatted class-name)
Constructor.
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.
class-name - Fully-qualified representation class name. - java.lang.String
throws: java.lang.NullPointerException - (unchecked exception) Thrown if className is null.
Constructor. 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. class-name - Fully-qualified representation class name. - `java.lang.String` throws: java.lang.NullPointerException - (unchecked exception) Thrown if className is null.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close