|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--net.aerith.misao.image.io.Format
|
+--net.aerith.misao.image.io.JimiFormat
|
+--net.aerith.misao.image.io.Jpeg
The Jpeg is a class to read and save JPEG file. It is
just an access interface to the
file.
| Fields inherited from class net.aerith.misao.image.io.Format |
url |
| Constructor Summary | |
Jpeg(java.net.URL url)
Constructs a Jpeg with URL. |
|
| Method Summary | |
java.lang.String |
getMimeType()
Gets the MIME type ID. |
java.lang.String |
getName()
Gets the name of the image format. |
| Methods inherited from class net.aerith.misao.image.io.JimiFormat |
read,
save,
save,
save |
| Methods inherited from class net.aerith.misao.image.io.Format |
create,
create,
getTruncatedFilename,
isFits,
setURL |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public Jpeg(java.net.URL url)
Jpeg with URL.url - the URL of the JPEG file.| Method Detail |
public java.lang.String getName()
public java.lang.String getMimeType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||