- java.lang.Object
-
- javax.print.DocFlavor
-
- javax.print.DocFlavor.SERVICE_FORMATTED
-
- All Implemented Interfaces:
- Serializable, Cloneable
- Enclosing class:
- DocFlavor
public static class DocFlavor.SERVICE_FORMATTED extends DocFlavor
Class DocFlavor.SERVICE_FORMATTED provides predefined static constant DocFlavor objects for example doc flavors for service formatted print data.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces 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
Fields Modifier and Type Field and Description static DocFlavor.SERVICE_FORMATTED
PAGEABLE
Service formatted print data doc flavor with print data representation class name ="java.awt.print.Pageable"
(pageable object).static DocFlavor.SERVICE_FORMATTED
PRINTABLE
Service formatted print data doc flavor with print data representation class name ="java.awt.print.Printable"
(printable object).static DocFlavor.SERVICE_FORMATTED
RENDERABLE_IMAGE
Service formatted print data doc flavor with print data representation class name ="java.awt.image.renderable.RenderableImage"
(renderable image object).-
Fields inherited from class javax.print.DocFlavor
hostEncoding
-
-
Constructor Summary
Constructors Constructor and Description DocFlavor.SERVICE_FORMATTED(String 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.
-
Method Summary
-
Methods inherited from class javax.print.DocFlavor
equals, getMediaSubtype, getMediaType, getMimeType, getParameter, getRepresentationClassName, hashCode, toString
-
-
-
-
Field Detail
-
RENDERABLE_IMAGE
public static final DocFlavor.SERVICE_FORMATTED RENDERABLE_IMAGE
Service formatted print data doc flavor with print data representation class name ="java.awt.image.renderable.RenderableImage"
(renderable image object).
-
PRINTABLE
public static final DocFlavor.SERVICE_FORMATTED PRINTABLE
Service formatted print data doc flavor with print data representation class name ="java.awt.print.Printable"
(printable object).
-
PAGEABLE
public static final DocFlavor.SERVICE_FORMATTED PAGEABLE
Service formatted print data doc flavor with print data representation class name ="java.awt.print.Pageable"
(pageable object).
-
-
Constructor Detail
-
DocFlavor.SERVICE_FORMATTED
public DocFlavor.SERVICE_FORMATTED(String 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 ifclassName
is null.
-
-
Traduction non disponible
Les API Java ne sont pas encore traduites en français sur l'infobrol. Seule la version anglaise est disponible pour l'instant.
Version en cache
05/11/2024 11:29:58 Cette version de la page est en cache (à la date du 05/11/2024 11:29:58) afin d'accélérer le traitement. Vous pouvez activer le mode utilisateur dans le menu en haut pour afficher la dernère version de la page.Document créé le 30/10/2006, dernière modification le 04/03/2020
Source du document imprimé : https://www.gaudry.be/java-api-rf-javax/print/DocFlavor.SERVICE-FORMATTED.html
L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.
Références
Ces références et liens indiquent des documents consultés lors de la rédaction de cette page, ou qui peuvent apporter un complément d'information, mais les auteurs de ces sources ne peuvent être tenus responsables du contenu de cette page.
L'auteur de ce site est seul responsable de la manière dont sont présentés ici les différents concepts, et des libertés qui sont prises avec les ouvrages de référence. N'oubliez pas que vous devez croiser les informations de sources multiples afin de diminuer les risques d'erreurs.