Liking cljdoc? Tell your friends :D

javax.print.DocFlavor$SERVICE_FORMATTED

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.
raw docstring

*-pageableclj

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
raw docstring

*-printableclj

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
raw docstring

*-renderable-imageclj

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
raw docstring

->service-formattedclj

(->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.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close