java.lang.Objectjavax.print.DocFlavor
javax.print.DocFlavor.URL
public static class DocFlavor.URL
Class DocFlavor.URL provides predefined static constant DocFlavor
objects.
For example doc flavors using a Uniform Resource Locator () as the print data
representation class.
java.net.URL
| 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 | |
|---|---|
static DocFlavor.URL |
AUTOSENSE
Doc flavor with MIME type = "application/octet-stream",
print data representation class name = "java.net.URL". |
static DocFlavor.URL |
GIF
Doc flavor with MIME type = "image/gif", print data
representation class name = "java.net.URL". |
static DocFlavor.URL |
JPEG
Doc flavor with MIME type = "image/jpeg", print data
representation class name = "java.net.URL". |
static DocFlavor.URL |
PCL
Doc flavor with MIME type = "application/vnd.hp-PCL",
print data representation class name = "java.net.URL". |
static DocFlavor.URL |
PDF
Doc flavor with MIME type = "application/pdf", print
data representation class name = "java.net.URL". |
static DocFlavor.URL |
PNG
Doc flavor with MIME type = "image/png", print data
representation class name = "java.net.URL". |
static DocFlavor.URL |
POSTSCRIPT
Doc flavor with MIME type = "application/postscript",
print data representation class name = "java.net.URL". |
static DocFlavor.URL |
TEXT_HTML_HOST
Doc flavor with MIME type = "text/html",
encoded in the host platform encoding. |
static DocFlavor.URL |
TEXT_HTML_US_ASCII
Doc flavor with MIME type = "text/html; charset=us-ascii",
print data representation class name =
"java.net.URL" (byte stream). |
static DocFlavor.URL |
TEXT_HTML_UTF_16
Doc flavor with MIME type = "text/html; charset=utf-16",
print data representation class name =
"java.net.URL" (byte stream). |
static DocFlavor.URL |
TEXT_HTML_UTF_16BE
Doc flavor with MIME type = "text/html; charset=utf-16be"
(big-endian byte ordering),
print data representation class name =
"java.net.URL" (byte stream). |
static DocFlavor.URL |
TEXT_HTML_UTF_16LE
Doc flavor with MIME type = "text/html; charset=utf-16le"
(little-endian byte ordering),
print data representation class name =
"java.net.URL" (byte stream). |
static DocFlavor.URL |
TEXT_HTML_UTF_8
Doc flavor with MIME type = "text/html; charset=utf-8",
print data representation class name =
"java.net.URL" (byte stream). |
static DocFlavor.URL |
TEXT_PLAIN_HOST
Doc flavor with MIME type = "text/plain",
encoded in the host platform encoding. |
static DocFlavor.URL |
TEXT_PLAIN_US_ASCII
Doc flavor with MIME type = "text/plain; charset=us-ascii",
print data representation class name =
"java.net.URL" (byte stream). |
static DocFlavor.URL |
TEXT_PLAIN_UTF_16
Doc flavor with MIME type = "text/plain; charset=utf-16",
print data representation class name =
java.net.URL"" (byte stream). |
static DocFlavor.URL |
TEXT_PLAIN_UTF_16BE
Doc flavor with MIME type = "text/plain; charset=utf-16be"
(big-endian byte ordering),
print data representation class name =
"java.net.URL" (byte stream). |
static DocFlavor.URL |
TEXT_PLAIN_UTF_16LE
Doc flavor with MIME type = "text/plain; charset=utf-16le"
(little-endian byte ordering),
print data representation class name =
"java.net.URL" (byte stream). |
static DocFlavor.URL |
TEXT_PLAIN_UTF_8
Doc flavor with MIME type = "text/plain; charset=utf-8",
print data representation class name =
"java.net.URL" (byte stream). |
| Fields inherited from class javax.print.DocFlavor |
|---|
hostEncoding |
| Constructor Summary | |
|---|---|
DocFlavor.URL(String mimeType)
Constructs a new doc flavor with the given MIME type and a print data representation class name of "java.net.URL". |
|
| Method Summary |
|---|
| Methods inherited from class javax.print.DocFlavor |
|---|
equals, getMediaSubtype, getMediaType, getMimeType, getParameter, getRepresentationClassName, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final DocFlavor.URL TEXT_PLAIN_HOST
"text/plain",
encoded in the host platform encoding.
See hostEncoding
Print data representation class name =
"java.net.URL" (byte stream).
public static final DocFlavor.URL TEXT_PLAIN_UTF_8
"text/plain; charset=utf-8",
print data representation class name =
"java.net.URL" (byte stream).
public static final DocFlavor.URL TEXT_PLAIN_UTF_16
"text/plain; charset=utf-16",
print data representation class name =
java.net.URL"" (byte stream).
public static final DocFlavor.URL TEXT_PLAIN_UTF_16BE
"text/plain; charset=utf-16be"
(big-endian byte ordering),
print data representation class name =
"java.net.URL" (byte stream).
public static final DocFlavor.URL TEXT_PLAIN_UTF_16LE
"text/plain; charset=utf-16le"
(little-endian byte ordering),
print data representation class name =
"java.net.URL" (byte stream).
public static final DocFlavor.URL TEXT_PLAIN_US_ASCII
"text/plain; charset=us-ascii",
print data representation class name =
"java.net.URL" (byte stream).
public static final DocFlavor.URL TEXT_HTML_HOST
"text/html",
encoded in the host platform encoding.
See hostEncoding
Print data representation class name =
"java.net.URL" (byte stream).
public static final DocFlavor.URL TEXT_HTML_UTF_8
"text/html; charset=utf-8",
print data representation class name =
"java.net.URL" (byte stream).
public static final DocFlavor.URL TEXT_HTML_UTF_16
"text/html; charset=utf-16",
print data representation class name =
"java.net.URL" (byte stream).
public static final DocFlavor.URL TEXT_HTML_UTF_16BE
"text/html; charset=utf-16be"
(big-endian byte ordering),
print data representation class name =
"java.net.URL" (byte stream).
public static final DocFlavor.URL TEXT_HTML_UTF_16LE
"text/html; charset=utf-16le"
(little-endian byte ordering),
print data representation class name =
"java.net.URL" (byte stream).
public static final DocFlavor.URL TEXT_HTML_US_ASCII
"text/html; charset=us-ascii",
print data representation class name =
"java.net.URL" (byte stream).
public static final DocFlavor.URL PDF
"application/pdf", print
data representation class name = "java.net.URL".
public static final DocFlavor.URL POSTSCRIPT
"application/postscript",
print data representation class name = "java.net.URL".
public static final DocFlavor.URL PCL
"application/vnd.hp-PCL",
print data representation class name = "java.net.URL".
public static final DocFlavor.URL GIF
"image/gif", print data
representation class name = "java.net.URL".
public static final DocFlavor.URL JPEG
"image/jpeg", print data
representation class name = "java.net.URL".
public static final DocFlavor.URL PNG
"image/png", print data
representation class name = "java.net.URL".
public static final DocFlavor.URL AUTOSENSE
"application/octet-stream",
print data representation class name = "java.net.URL".
The client must determine that data described
using this DocFlavor is valid for the printer.
| Constructor Detail |
|---|
public DocFlavor.URL(String mimeType)
"java.net.URL".
mimeType - MIME media type string.
NullPointerException - (unchecked exception) Thrown if mimeType is null.
IllegalArgumentException - (unchecked exception) Thrown if mimeType does not
obey the syntax for a MIME media type string.Ces informations proviennent du site de http://java.sun.com
Le contenu de cette page provient du site de Sun, et est généré depuis un cache sur l'infobrol après certains traitements automatisés. La présentation peut donc différer du document original, mais le contenu aussi. Vous pouvez utiliser ce bouton pour afficher la page originale du site de Sun :
Maintenir les pages en cache sur différents sites peut offrir plus de disponibilité.
Chaque page est indexée dans la base de donnée, ce qui permet de retrouver facilement les informations, au moyen des sommaires, du moteur de recherche interne, etc.
Des facilités sont mises en place pour que les membres de l'infobrol puissent effectuer des traductions en français des différents documents. Ceci devrait permettre aux débutants en programmation Java de consulter les API en français s'ils maîtrisent moins bien la langue de Shakespeare. Dans le cas où une traduction a été soumise, elle est disponible au moyen d'un lien en bas de page. Si la traduction a été validée, la page s'affiche par défaut en français, et un lien en bas de page permet d'atteindre la version en anglais.
Le code sur l'infobrol est automatiquement coloré selon la syntaxe, et les différents mots clés sont transformés en liens pour accéder rapidement aux informations.
Vous avez la possibilité de partager vos expériences en proposant vos propres extraits de code en utilisant le bouton "ajouter un commentaire" en bas de page. Si vous visitez simplement l'infobrol, vous avez déjà accès à cette fonction, mais si vous étes membre du brol, vous pouvez en plus utiliser des boutons supplémentaires de mise en forme, dont la coloration automatique de vos extraits de codes.
La base de données est temporairement indisponible
Le site rencontre momentanément quelques problèmes...
La base de données est temporairement indisponible (), ce qui explique que de nombreuses fonctions ne soient temporairement pas accessibles (par exemple les liens de navigation, les sommaires, etc.) et que l'affichage des pages soit beaucoup plus lent.
Veuillez réessayer dans quelques minutes (les tests automatiques sont effectués toutes les 15 minutes).
Je vous présente mes excuses pour le désagrément que cela engendre.
Steph.
Vous pouvez modifier vos préférences dans votre profil pour ne plus afficher les interactions avec les réseaux sociaux sur ces pages.
Recherche (afficher)
Utilisateur (afficher)
Navigation (masquer)
Apparence (afficher)
Stats (afficher)
Citation (masquer)