KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > print > DocFlavor

javax.print
Class DocFlavor

java.lang.Object
  extended by javax.print.DocFlavor
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
DocFlavor.BYTE_ARRAY, DocFlavor.CHAR_ARRAY, DocFlavor.INPUT_STREAM, DocFlavor.READER, DocFlavor.SERVICE_FORMATTED, DocFlavor.STRING, DocFlavor.URL
See Also:
Source Code, Doc, Class.getName(), DocPrintJob

public DocFlavor(String mimeType,
                 String className)
See Also:
IllegalArgumentException, NullPointerException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean equals(Object obj)
See Also:
Hashtable, Object.hashCode()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getMediaSubtype()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getMediaType()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getMimeType()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getParameter(String paramName)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getRepresentationClassName()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int hashCode()
See Also:
Hashtable, Object.equals(java.lang.Object)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String hostEncoding
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String toString()
See Also:
Object
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags