All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class Pasiphae.ImageGif

java.lang.Object
    |
    +----Pasiphae.MIMEDoc
            |
            +----Pasiphae.Image
                    |
                    +----Pasiphae.ImageGif

final class ImageGif
extends Image
Il serait necessaire d'ecrire une fonction parse pour extraire les infos pertinentes du document


Variable Index

 o format

Constructor Index

 o ImageGif(HttpURLConnection)

Method Index

 o getFormat()
 o setFormat(String)
 o toString()

Variables

 o format
protected String format

Constructors

 o ImageGif
public ImageGif(HttpURLConnection urlc)

Methods

 o setFormat
public void setFormat(String format)
 o getFormat
public String getFormat()
 o toString
public String toString()
Overrides:
toString in class Image

All Packages  Class Hierarchy  This Package  Previous  Next  Index