picture.filetype
Class JavaImagePictureType
java.lang.Object
|
+--picture.filetype.PictureType
|
+--picture.filetype.JavaImagePictureType
- public abstract class JavaImagePictureType
- extends PictureType
PictureType für von Java bereitgestellte Dateiformate.
Method Summary |
static void |
init()
Dummy zum Aufrufen des Static-Initializers ... |
Picture |
load(java.io.InputStream origin)
Lädt ein Bild im entsprechenden Format. |
void |
save(Picture p,
PictureProperty pp,
java.io.OutputStream out)
Speichert das übergebene Bild im entsprechenden Format mit Optionen ab. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaImagePictureType
public JavaImagePictureType()
init
public static final void init()
- Dummy zum Aufrufen des Static-Initializers ...
load
public Picture load(java.io.InputStream origin)
throws PictureException,
java.io.IOException
- Description copied from class:
PictureType
- Lädt ein Bild im entsprechenden Format.
- Overrides:
load
in class PictureType
- Following copied from class:
picture.filetype.PictureType
- Parameters:
in
- Eingabestream- Returns:
- gelesenes Bild
save
public void save(Picture p,
PictureProperty pp,
java.io.OutputStream out)
throws java.io.IOException,
PictureException
- Description copied from class:
PictureType
- Speichert das übergebene Bild im entsprechenden Format mit Optionen ab.
- Overrides:
save
in class PictureType
- Following copied from class:
picture.filetype.PictureType
- Parameters:
p
- Zu speicherndes Bildp
- Optionenout
- Ausgabestream