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.


Constructor Summary
JavaImagePictureType()
           
 
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 picture.filetype.PictureType
getDescription, getExtension, getSaveOptionsPane, save
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaImagePictureType

public JavaImagePictureType()
Method Detail

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 Bild
p - Optionen
out - Ausgabestream