|
|||||||||
| Home >> All >> javax >> [ print overview ] | PREV NEXT | ||||||||
A
- ABOUT_UIROLE - Static variable in class javax.print.ServiceUIFactory
- A user interface providing informations about the print service.
- ADMIN_UIROLE - Static variable in class javax.print.ServiceUIFactory
- A user interface to administer the print service.
- AUTOSENSE - Static variable in class javax.print.DocFlavor.BYTE_ARRAY
- Byte array doc flavor with a MIME Type of "application/octet-stream".
- AUTOSENSE - Static variable in class javax.print.DocFlavor.INPUT_STREAM
- InputStream doc flavor with a MIME Type of "application/octet-stream".
- AUTOSENSE - Static variable in class javax.print.DocFlavor.URL
- URL doc flavor with a MIME Type of "application/octet-stream".
- AttributeException - interface javax.print.AttributeException.
AttributeExceptionspecifies two methods a specific subclass of PrintException may implement to provide further information of printing errors if unsupported attribute classes or values of attributes are involved.- addPrintJobAttributeListener(PrintJobAttributeListener, PrintJobAttributeSet) - Method in interface javax.print.DocPrintJob
- Registers a listener for changes in the specified attribute set during processing of this print job.
- addPrintJobListener(PrintJobListener) - Method in interface javax.print.DocPrintJob
- Registers a listener for events occuring during processing of this print job.
- addPrintServiceAttributeListener(PrintServiceAttributeListener) - Method in interface javax.print.PrintService
- Registers a print service attribute listener to this print service.
- attributes - Variable in class javax.print.SimpleDoc
C
- CancelablePrintJob - interface javax.print.CancelablePrintJob.
CancelablePrintJobrepresents a print job which can be canceled.- cancel() - Method in interface javax.print.CancelablePrintJob
- Cancel the print job.
- createMultiDocPrintJob() - Method in interface javax.print.MultiDocPrintService
- Create a job that can print a
MultiDocobject. - createPrintJob() - Method in interface javax.print.PrintService
- Creates and returns a new print job which is capable to handle all the document flavors supported by this print service.
D
- DIALOG_UI - Static variable in class javax.print.ServiceUIFactory
- Identifies a UI provided as an AWT dialog.
- Doc - interface javax.print.Doc.
Docspecifies the interface for print services how to obtain the print data and document specific attributes for printing.- DocFlavor - class javax.print.DocFlavor.
DocFlavorprovides a description of the format in which the print data will be supplied in a print job to the print service.- DocFlavor(String, String) - Constructor for class javax.print.DocFlavor
- Constructs a
DocFlavorobject with the given MIME type and representation class name. - DocFlavor.BYTE_ARRAY - class javax.print.DocFlavor.BYTE_ARRAY.
- Predefined static
DocFlavorobjects for document types which use a byte array for the print data representation. - DocFlavor.BYTE_ARRAY(String) - Constructor for class javax.print.DocFlavor.BYTE_ARRAY
- Constructor for doc flavor objects with the given MIME type and a print data representation class name of "[B".
- DocFlavor.CHAR_ARRAY - class javax.print.DocFlavor.CHAR_ARRAY.
- Predefined static
DocFlavorobjects for document types which use a char array for the print data representation. - DocFlavor.CHAR_ARRAY(String) - Constructor for class javax.print.DocFlavor.CHAR_ARRAY
- Constructor for doc flavor objects with the given MIME type and a print data representation class name of "[C".
- DocFlavor.INPUT_STREAM - class javax.print.DocFlavor.INPUT_STREAM.
- Predefined static
DocFlavorobjects for document types which use an InputStream to retrieve the print data. - DocFlavor.INPUT_STREAM(String) - Constructor for class javax.print.DocFlavor.INPUT_STREAM
- Constructor for doc flavor objects with the given MIME type and a print data representation class name of "java.io.InputStream".
- DocFlavor.READER - class javax.print.DocFlavor.READER.
- Predefined static
DocFlavorobjects for document types which use an Reader to retrieve the print data. - DocFlavor.READER(String) - Constructor for class javax.print.DocFlavor.READER
- Constructor for doc flavor objects with the given MIME type and a print data representation class name of "java.io.Reader".
- DocFlavor.SERVICE_FORMATTED - class javax.print.DocFlavor.SERVICE_FORMATTED.
- Predefined static
DocFlavorobjects for document types which use service formatted print data. - DocFlavor.SERVICE_FORMATTED(String) - Constructor for class javax.print.DocFlavor.SERVICE_FORMATTED
- Constructor for doc flavor objects with a MIME type of "application/x-java-jvm-local-objectref" and the given print data representation classname.
- DocFlavor.STRING - class javax.print.DocFlavor.STRING.
- Predefined static
DocFlavorobjects for document types which use a String for the print data representation. - DocFlavor.STRING(String) - Constructor for class javax.print.DocFlavor.STRING
- Constructor for doc flavor objects with the given MIME type and a print data representation class name of "java.lang.String".
- DocFlavor.URL - class javax.print.DocFlavor.URL.
- Predefined static
DocFlavorobjects for document types which have an URL where to retrieve the print data. - DocFlavor.URL(String) - Constructor for class javax.print.DocFlavor.URL
- Constructor for doc flavor objects with the given MIME type and a print data representation class name of "java.net.URL".
- DocPrintJob - interface javax.print.DocPrintJob.
DocPrintJobrepresents a print job which supports printing of a single document.- dispose() - Method in class javax.print.StreamPrintService
- Dispose this
StreamPrintServiceobject. - disposed - Variable in class javax.print.StreamPrintService
E
- equals(Object) - Method in class javax.print.DocFlavor
- Checks if this doc flavor object is equal to the given object.
- equals(Object) - Method in interface javax.print.PrintService
- Determines if two services refer to the same underlying service.
F
- FlavorException - interface javax.print.FlavorException.
FlavorExceptionspecifies a method a specific subclass of PrintException may implement to provide further information of printing errors if unsupported document flavors are involved.- flavor - Variable in class javax.print.SimpleDoc
G
- GIF - Static variable in class javax.print.DocFlavor.BYTE_ARRAY
- Byte array doc flavor with a MIME Type of "image/gif".
- GIF - Static variable in class javax.print.DocFlavor.INPUT_STREAM
- InputStream doc flavor with a MIME Type of "image/gif".
- GIF - Static variable in class javax.print.DocFlavor.URL
- URL doc flavor with a MIME Type of "image/gif".
- getAttribute(Class) - Method in interface javax.print.PrintService
- Returns the value of the single specified attribute.
- getAttributes() - Method in interface javax.print.Doc
- Returns the unmodifiable view of the attributes of this doc object.
- getAttributes() - Method in interface javax.print.DocPrintJob
- Returns the print job's attributes.
- getAttributes() - Method in interface javax.print.PrintService
- Returns the attributes describing this print service.
- getAttributes() - Method in class javax.print.SimpleDoc
- Returns the unmodifiable view of the attributes of this doc object.
- getDefaultAttributeValue(Class) - Method in interface javax.print.PrintService
- Determines and returns the default value for a given attribute category of this print service.
- getDefaultPrintService() - Method in class javax.print.PrintServiceLookup
- Not to be called directly by applications.
- getDoc() - Method in interface javax.print.MultiDoc
- Returns the current document.
- getDocFlavor() - Method in interface javax.print.Doc
- Returns the flavor of this doc objects print data.
- getDocFlavor() - Method in class javax.print.SimpleDoc
- Returns the flavor of this doc objects print data.
- getMediaSubtype() - Method in class javax.print.DocFlavor
- Returns the media subtype of this flavor object.
- getMediaType() - Method in class javax.print.DocFlavor
- Returns the media type of this flavor object.
- getMimeType() - Method in class javax.print.DocFlavor
- Returns the mime type of this flavor object.
- getMultiDocPrintServices(DocFlavor[], AttributeSet) - Method in class javax.print.PrintServiceLookup
- Not to be called directly by applications.
- getName() - Method in interface javax.print.PrintService
- Returns the name of this print service.
- getOutputFormat() - Method in class javax.print.StreamPrintService
- Returns the document format emitted by this print service.
- getOutputFormat() - Method in class javax.print.StreamPrintServiceFactory
- Returns the output format supported by this factory.
- getOutputStream() - Method in class javax.print.StreamPrintService
- Returns the
OutputStreamof this object. - getParameter(String) - Method in class javax.print.DocFlavor
- Returns the value for an optional parameter of the mime type of this flavor object.
- getPrintData() - Method in interface javax.print.Doc
- Returns the print data of this doc object.
- getPrintData() - Method in class javax.print.SimpleDoc
- Returns the print data of this doc object.
- getPrintService() - Method in interface javax.print.DocPrintJob
- Returns the
PrintServiceobject this print job is bound to. - getPrintService(OutputStream) - Method in class javax.print.StreamPrintServiceFactory
- Constructs a
StreamPrintServicewhich directs its output the given output stream. - getPrintServices() - Method in class javax.print.PrintServiceLookup
- Not to be called directly by applications.
- getPrintServices(DocFlavor, AttributeSet) - Method in class javax.print.PrintServiceLookup
- Not to be called directly by applications.
- getReaderForText() - Method in interface javax.print.Doc
- Returns a
Readerobject for extracting character print data from this document. - getReaderForText() - Method in class javax.print.SimpleDoc
- Returns a
Readerobject for extracting character print data from this document. - getReason() - Method in interface javax.print.URIException
- Returns the reason for this exception as predefined constants in this interface.
- getRepresentationClassName() - Method in class javax.print.DocFlavor
- Returns the name of the representation class of this flavor object.
- getServiceUIFactory() - Method in interface javax.print.PrintService
- Returns a factory for UI components if supported by the print service.
- getStreamForBytes() - Method in interface javax.print.Doc
- Returns an
InputStreamobject for extracting byte print data from this document. - getStreamForBytes() - Method in class javax.print.SimpleDoc
- Returns an
InputStreamobject for extracting byte print data from this document. - getSupportedAttributeCategories() - Method in interface javax.print.PrintService
- Returns all supported attribute categories.
- getSupportedAttributeValues(Class, DocFlavor, AttributeSet) - Method in interface javax.print.PrintService
- Determines and returns all supported attribute values of a given attribute category a client can use when setting up a print job for this print service.
- getSupportedDocFlavors() - Method in interface javax.print.PrintService
- Determines and returns an array of all supported document flavors which can be used to supply print data to this print service.
- getSupportedDocFlavors() - Method in class javax.print.StreamPrintServiceFactory
- Returns the document flavors this factory supports as flavors for the input documents.
- getUI(int, String) - Method in class javax.print.ServiceUIFactory
- Returns an UI object which may be cast to the requested UI type.
- getUIClassNamesForRole(int) - Method in class javax.print.ServiceUIFactory
- Returns the UI types supported by this factory for an UI role.
- getUnsupportedAttributes() - Method in interface javax.print.AttributeException
- Returns the unsupported printing attribute classes for a print service that does not support the attribute category at all.
- getUnsupportedAttributes(DocFlavor, AttributeSet) - Method in interface javax.print.PrintService
- Identifies all the unsupported attributes of the given set of attributes in the context of the specified document flavor.
- getUnsupportedFlavors() - Method in interface javax.print.FlavorException
- Returns the unsupported document flavors.
- getUnsupportedURI() - Method in interface javax.print.URIException
- Returns the unsupported
URIwhich caused this exception. - getUnsupportedValues() - Method in interface javax.print.AttributeException
- Returns the unsupported attribute values of printing attributes a specific print service does support but not the particular provided value.
H
- hashCode() - Method in class javax.print.DocFlavor
- Returns a hash code for this doc flavor object.
- hashCode() - Method in interface javax.print.PrintService
- Returns a hashcode for this print service.
- hostEncoding - Static variable in class javax.print.DocFlavor
- The string representing the host encoding.
I
- isAttributeCategorySupported(Class) - Method in interface javax.print.PrintService
- Determines a given attribute category is supported by this print service implementation.
- isAttributeValueSupported(Attribute, DocFlavor, AttributeSet) - Method in interface javax.print.PrintService
- Determines if a given attribute value is supported when creating a print job for this print service.
- isDisposed() - Method in class javax.print.StreamPrintService
- Determines if this
StreamPrintServiceobject is disposed. - isDocFlavorSupported(DocFlavor) - Method in interface javax.print.PrintService
- Determines if a given document flavor is supported or not.
J
- JCOMPONENT_UI - Static variable in class javax.print.ServiceUIFactory
- Identifies a UI provided as a Swing JComponent.
- JDIALOG_UI - Static variable in class javax.print.ServiceUIFactory
- Identifies a UI provided as a Swing JDialog.
- JPEG - Static variable in class javax.print.DocFlavor.BYTE_ARRAY
- Byte array doc flavor with a MIME Type of "image/jpeg".
- JPEG - Static variable in class javax.print.DocFlavor.INPUT_STREAM
- InputStream doc flavor with a MIME Type of "image/jpeg".
- JPEG - Static variable in class javax.print.DocFlavor.URL
- URL doc flavor with a MIME Type of "image/jpeg".
- javax.print - package javax.print
L
- lookupDefaultPrintService() - Static method in class javax.print.PrintServiceLookup
- Searches the default print service in the current environment.
- lookupMultiDocPrintServices(DocFlavor[], AttributeSet) - Static method in class javax.print.PrintServiceLookup
- Searches print services capable of multi document printing in all of the given document flavors and supporting the specified printing attributes.
- lookupPrintServices(DocFlavor, AttributeSet) - Static method in class javax.print.PrintServiceLookup
- Searches print services capable of printing in the given document flavor which supports the specified printing attributes.
- lookupStreamPrintServiceFactories(DocFlavor, String) - Static method in class javax.print.StreamPrintServiceFactory
- Searches for matching factories providing stream print services that support the printing of documents with the given document flavor into the given output mime type.
M
- MAIN_UIROLE - Static variable in class javax.print.ServiceUIFactory
- A user interface for end-user browsing of the print service.
- MultiDoc - interface javax.print.MultiDoc.
MultiDocdefines the interface for objects providing multiple documents for use in a print job.- MultiDocPrintJob - interface javax.print.MultiDocPrintJob.
MultiDocPrintJobrepresents a print job which supports printing of multiple documents as one print job.- MultiDocPrintService - interface javax.print.MultiDocPrintService.
MultiDocPrintServicerepresents print services that are capable of printing multiple documents as one print job.- mediaSubtype - Variable in class javax.print.DocFlavor
- mediaType - Variable in class javax.print.DocFlavor
- myClassName - Variable in class javax.print.DocFlavor
N
- next() - Method in interface javax.print.MultiDoc
- Returns the next
MultiDocobject that contains the next document for retrieval.
O
- out - Variable in class javax.print.StreamPrintService
P
- PAGEABLE - Static variable in class javax.print.DocFlavor.SERVICE_FORMATTED
- Service formatted doc flavor with a representation class of "java.awt.print.Pageable".
- PANEL_UI - Static variable in class javax.print.ServiceUIFactory
- Identifies a UI provided as an AWT Panel.
- PCL - Static variable in class javax.print.DocFlavor.BYTE_ARRAY
- Byte array doc flavor with a MIME Type of "application/vnd.hp-PCL".
- PCL - Static variable in class javax.print.DocFlavor.INPUT_STREAM
- InputStream doc flavor with a MIME Type of "application/vnd.hp-PCL".
- PCL - Static variable in class javax.print.DocFlavor.URL
- URL doc flavor with a MIME Type of "application/vnd.hp-PCL".
- PDF - Static variable in class javax.print.DocFlavor.BYTE_ARRAY
- Byte array doc flavor with a MIME Type of "application/pdf".
- PDF - Static variable in class javax.print.DocFlavor.INPUT_STREAM
- InputStream doc flavor with a MIME Type of "application/pdf".
- PDF - Static variable in class javax.print.DocFlavor.URL
- URL doc flavor with a MIME Type of "application/pdf".
- PNG - Static variable in class javax.print.DocFlavor.BYTE_ARRAY
- Byte array doc flavor with a MIME Type of "image/png".
- PNG - Static variable in class javax.print.DocFlavor.INPUT_STREAM
- InputStream doc flavor with a MIME Type of "image/png".
- PNG - Static variable in class javax.print.DocFlavor.URL
- URL doc flavor with a MIME Type of "image/png".
- POSTSCRIPT - Static variable in class javax.print.DocFlavor.BYTE_ARRAY
- Byte array doc flavor with a MIME Type of "application/postscript".
- POSTSCRIPT - Static variable in class javax.print.DocFlavor.INPUT_STREAM
- InputStream doc flavor with a MIME Type of "application/postscript".
- POSTSCRIPT - Static variable in class javax.print.DocFlavor.URL
- URL doc flavor with a MIME Type of "application/postscript".
- PRINTABLE - Static variable in class javax.print.DocFlavor.SERVICE_FORMATTED
- Service formatted doc flavor with a representation class of "java.awt.print.Printable".
- PrintException - exception javax.print.PrintException.
PrintExceptionis used to report exceptions during the usage of a print service implementation.- PrintException() - Constructor for class javax.print.PrintException
- Construct a print exception.
- PrintException(Exception) - Constructor for class javax.print.PrintException
- Construct a print exception.
- PrintException(String) - Constructor for class javax.print.PrintException
- Construct a print exception.
- PrintException(String, Exception) - Constructor for class javax.print.PrintException
- Construct a print exception.
- PrintService - interface javax.print.PrintService.
- A
PrintServicerepresents a printer available for printing. - PrintServiceLookup - class javax.print.PrintServiceLookup.
PrintServiceLookupimplementations provide a way to lookup print services based on different constraints.- PrintServiceLookup() - Constructor for class javax.print.PrintServiceLookup
- Constructs a
PrintServiceLookupobject. - params - Variable in class javax.print.DocFlavor
- parseMimeType(String) - Method in class javax.print.DocFlavor
- Parses the given string as MIME type.
- print(Doc, PrintRequestAttributeSet) - Method in interface javax.print.DocPrintJob
- Prints a document with the specified print job attributes.
- print(MultiDoc, PrintRequestAttributeSet) - Method in interface javax.print.MultiDocPrintJob
- Prints the documents supplied in the given
MultiDocobject as one print job with the given printing attributes. - printData - Variable in class javax.print.SimpleDoc
- printDialog(GraphicsConfiguration, int, int, PrintService[], PrintService, DocFlavor, PrintRequestAttributeSet) - Static method in class javax.print.ServiceUI
- Creates a modal graphical printing dialog at the specified location on the screen.
- printServiceLookups - Static variable in class javax.print.PrintServiceLookup
- printServices - Static variable in class javax.print.PrintServiceLookup
R
- RENDERABLE_IMAGE - Static variable in class javax.print.DocFlavor.SERVICE_FORMATTED
- Service formatted doc flavor with a representation class of "java.awt.image.renderable.RenderableImage".
- RESERVED_UIROLE - Static variable in class javax.print.ServiceUIFactory
- Role IDs greater than this may be used for other private roles.
- readObject(ObjectInputStream) - Method in class javax.print.DocFlavor
- reader - Variable in class javax.print.SimpleDoc
- registerService(PrintService) - Static method in class javax.print.PrintServiceLookup
- Explicitly registers the provided print service instance.
- registerServiceProvider(PrintServiceLookup) - Static method in class javax.print.PrintServiceLookup
- Explicitly registers the provided print service lookup implementation.
- removePrintJobAttributeListener(PrintJobAttributeListener) - Method in interface javax.print.DocPrintJob
- Removes the given listener from the listeners registered for changes in their provided attribute set during processing of this print job.
- removePrintJobListener(PrintJobListener) - Method in interface javax.print.DocPrintJob
- Removes the given listener from the listeners registered for events occuring during processing of this print job.
- removePrintServiceAttributeListener(PrintServiceAttributeListener) - Method in interface javax.print.PrintService
- De-registers a print service attribute listener from this print service.
S
- ServiceUI - class javax.print.ServiceUI.
ServiceUIprovides a method to create a graphical print dialog.- ServiceUI() - Constructor for class javax.print.ServiceUI
- Default constructor.
- ServiceUIFactory - class javax.print.ServiceUIFactory.
ServiceUIFactoryenables print services to provide additional user interface dialogs.- ServiceUIFactory() - Constructor for class javax.print.ServiceUIFactory
- Constructs a
ServiceUIFactoryobject. - SimpleDoc - class javax.print.SimpleDoc.
- Simple implementation of the
Docinterface capable of handling the predefined document flavors ofDocFlavor. - SimpleDoc(Object, DocFlavor, DocAttributeSet) - Constructor for class javax.print.SimpleDoc
- Constructs a SimpleDoc with the specified print data, doc flavor and doc attribute set.
- StreamPrintService - class javax.print.StreamPrintService.
StreamPrintServiceis a special print service capable of printing into a supplied output stream.- StreamPrintService(OutputStream) - Constructor for class javax.print.StreamPrintService
- Constructs a
StreamPrintServiceobject. - StreamPrintServiceFactory - class javax.print.StreamPrintServiceFactory.
StreamPrintServiceFactoryprovides a static method to lookup registered factories to constructStreamPrintServiceinstances.- StreamPrintServiceFactory() - Constructor for class javax.print.StreamPrintServiceFactory
- Default public constructor.
- serialVersionUID - Static variable in class javax.print.DocFlavor.BYTE_ARRAY
- serialVersionUID - Static variable in class javax.print.DocFlavor.CHAR_ARRAY
- serialVersionUID - Static variable in class javax.print.DocFlavor.INPUT_STREAM
- serialVersionUID - Static variable in class javax.print.DocFlavor.READER
- serialVersionUID - Static variable in class javax.print.DocFlavor.SERVICE_FORMATTED
- serialVersionUID - Static variable in class javax.print.DocFlavor.STRING
- serialVersionUID - Static variable in class javax.print.DocFlavor.URL
- serialVersionUID - Static variable in class javax.print.DocFlavor
- stream - Variable in class javax.print.SimpleDoc
- systemProvider - Static variable in class javax.print.PrintServiceLookup
T
- TEXT_HTML - Static variable in class javax.print.DocFlavor.CHAR_ARRAY
- Char array doc flavor with a MIME Type of "text/html; charset=utf-16".
- TEXT_HTML - Static variable in class javax.print.DocFlavor.READER
- Reader doc flavor with a MIME Type of "text/html; charset=utf-16".
- TEXT_HTML - Static variable in class javax.print.DocFlavor.STRING
- String doc flavor with a MIME Type of "text/html; charset=utf-16".
- TEXT_HTML_HOST - Static variable in class javax.print.DocFlavor.BYTE_ARRAY
- Byte array doc flavor with a MIME Type of "text/html" in the host encoding.
- TEXT_HTML_HOST - Static variable in class javax.print.DocFlavor.INPUT_STREAM
- InputStream doc flavor with a MIME Type of "text/html" in the host encoding.
- TEXT_HTML_HOST - Static variable in class javax.print.DocFlavor.URL
- URL doc flavor with a MIME Type of "text/html" in the host encoding.
- TEXT_HTML_US_ASCII - Static variable in class javax.print.DocFlavor.BYTE_ARRAY
- Byte array doc flavor with a MIME Type of "text/html; charset=us-ascii".
- TEXT_HTML_US_ASCII - Static variable in class javax.print.DocFlavor.INPUT_STREAM
- InputStream doc flavor with a MIME Type of "text/html; charset=us-ascii".
- TEXT_HTML_US_ASCII - Static variable in class javax.print.DocFlavor.URL
- URL doc flavor with a MIME Type of "text/html; charset=us-ascii".
- TEXT_HTML_UTF_16 - Static variable in class javax.print.DocFlavor.BYTE_ARRAY
- Byte array doc flavor with a MIME Type of "text/html; charset=utf-16".
- TEXT_HTML_UTF_16 - Static variable in class javax.print.DocFlavor.INPUT_STREAM
- InputStream doc flavor with a MIME Type of "text/html; charset=utf-16".
- TEXT_HTML_UTF_16 - Static variable in class javax.print.DocFlavor.URL
- URL doc flavor with a MIME Type of "text/html; charset=utf-16".
- TEXT_HTML_UTF_16BE - Static variable in class javax.print.DocFlavor.BYTE_ARRAY
- Byte array doc flavor with a MIME Type of "text/html; charset=utf-16be".
- TEXT_HTML_UTF_16BE - Static variable in class javax.print.DocFlavor.INPUT_STREAM
- InputStream doc flavor with a MIME Type of "text/html; charset=utf-16be".
- TEXT_HTML_UTF_16BE - Static variable in class javax.print.DocFlavor.URL
- URL doc flavor with a MIME Type of "text/html; charset=utf-16be".
- TEXT_HTML_UTF_16LE - Static variable in class javax.print.DocFlavor.BYTE_ARRAY
- Byte array doc flavor with a MIME Type of "text/html; charset=utf-16le".
- TEXT_HTML_UTF_16LE - Static variable in class javax.print.DocFlavor.INPUT_STREAM
- InputStream doc flavor with a MIME Type of "text/html; charset=utf-16le".
- TEXT_HTML_UTF_16LE - Static variable in class javax.print.DocFlavor.URL
- URL doc flavor with a MIME Type of "text/html; charset=utf-16le".
- TEXT_HTML_UTF_8 - Static variable in class javax.print.DocFlavor.BYTE_ARRAY
- Byte array doc flavor with a MIME Type of "text/html; charset=utf-8".
- TEXT_HTML_UTF_8 - Static variable in class javax.print.DocFlavor.INPUT_STREAM
- InputStream doc flavor with a MIME Type of "text/html; charset=utf-8".
- TEXT_HTML_UTF_8 - Static variable in class javax.print.DocFlavor.URL
- URL doc flavor with a MIME Type of "text/html; charset=utf-8".
- TEXT_PLAIN - Static variable in class javax.print.DocFlavor.CHAR_ARRAY
- Char array doc flavor with a MIME Type of "text/plain; charset=utf-16".
- TEXT_PLAIN - Static variable in class javax.print.DocFlavor.READER
- Reader doc flavor with a MIME Type of "text/plain; charset=utf-16".
- TEXT_PLAIN - Static variable in class javax.print.DocFlavor.STRING
- String doc flavor with a MIME Type of "text/plain; charset=utf-16".
- TEXT_PLAIN_HOST - Static variable in class javax.print.DocFlavor.BYTE_ARRAY
- Byte array doc flavor with a MIME Type of "text/plain" in the host encoding.
- TEXT_PLAIN_HOST - Static variable in class javax.print.DocFlavor.INPUT_STREAM
- InputStream doc flavor with a MIME Type of "text/plain" in the host encoding.
- TEXT_PLAIN_HOST - Static variable in class javax.print.DocFlavor.URL
- URL doc flavor with a MIME Type of "text/plain" in the host encoding.
- TEXT_PLAIN_US_ASCII - Static variable in class javax.print.DocFlavor.BYTE_ARRAY
- Byte array doc flavor with a MIME Type of "text/plain; charset=us-ascii".
- TEXT_PLAIN_US_ASCII - Static variable in class javax.print.DocFlavor.INPUT_STREAM
- InputStream doc flavor with a MIME Type of "text/plain; charset=us-ascii".
- TEXT_PLAIN_US_ASCII - Static variable in class javax.print.DocFlavor.URL
- URL doc flavor with a MIME Type of "text/plain; charset=us-ascii".
- TEXT_PLAIN_UTF_16 - Static variable in class javax.print.DocFlavor.BYTE_ARRAY
- Byte array doc flavor with a MIME Type of "text/plain; charset=utf-16".
- TEXT_PLAIN_UTF_16 - Static variable in class javax.print.DocFlavor.INPUT_STREAM
- InputStream doc flavor with a MIME Type of "text/plain; charset=utf-16".
- TEXT_PLAIN_UTF_16 - Static variable in class javax.print.DocFlavor.URL
- URL doc flavor with a MIME Type of "text/plain; charset=utf-16".
- TEXT_PLAIN_UTF_16BE - Static variable in class javax.print.DocFlavor.BYTE_ARRAY
- Byte array doc flavor with a MIME Type of "text/plain; charset=utf-16be".
- TEXT_PLAIN_UTF_16BE - Static variable in class javax.print.DocFlavor.INPUT_STREAM
- InputStream doc flavor with a MIME Type of "text/plain; charset=utf-16be".
- TEXT_PLAIN_UTF_16BE - Static variable in class javax.print.DocFlavor.URL
- URL doc flavor with a MIME Type of "text/plain; charset=utf-16be".
- TEXT_PLAIN_UTF_16LE - Static variable in class javax.print.DocFlavor.BYTE_ARRAY
- Byte array doc flavor with a MIME Type of "text/plain; charset=utf-16le".
- TEXT_PLAIN_UTF_16LE - Static variable in class javax.print.DocFlavor.INPUT_STREAM
- InputStream doc flavor with a MIME Type of "text/plain; charset=utf-16le".
- TEXT_PLAIN_UTF_16LE - Static variable in class javax.print.DocFlavor.URL
- URL doc flavor with a MIME Type of "text/plain; charset=utf-16le".
- TEXT_PLAIN_UTF_8 - Static variable in class javax.print.DocFlavor.BYTE_ARRAY
- Byte array doc flavor with a MIME Type of "text/plain; charset=utf-8".
- TEXT_PLAIN_UTF_8 - Static variable in class javax.print.DocFlavor.INPUT_STREAM
- InputStream doc flavor with a MIME Type of "text/plain; charset=utf-8".
- TEXT_PLAIN_UTF_8 - Static variable in class javax.print.DocFlavor.URL
- URL doc flavor with a MIME Type of "text/plain; charset=utf-8".
- toString() - Method in class javax.print.DocFlavor
- Returns a string representation of this doc flavor object.
U
- URIException - interface javax.print.URIException.
URIExceptionspecifies methods a specific subclass of PrintException may implement to provide further informations of printing errors if URI problems are involved.- URIInaccessible - Static variable in interface javax.print.URIException
- Indicates that the provided
URIis not accessible. - URIOtherProblem - Static variable in interface javax.print.URIException
- Indicates any other problem which is not defined by the other reason constants.
- URISchemeNotSupported - Static variable in interface javax.print.URIException
- Indicates that the print service does not support a specific uri scheme (for example the ftp scheme).
W
- writeObject(ObjectOutputStream) - Method in class javax.print.DocFlavor
A C D E F G H I J L M N O P R S T U W
|
|||||||||
| Home >> All >> javax >> [ print overview ] | PREV NEXT | ||||||||