All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class Pasiphae.Image

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

class Image
extends MIMEDoc
les infos generiques caracteristiques d'une image


Variable Index

 o xSize
 o ySize

Constructor Index

 o Image(HttpURLConnection)

Method Index

 o getXSize()
 o getYSize()
 o setXSize(int)
 o setYSize(int)
 o toString()

Variables

 o xSize
protected int xSize
 o ySize
protected int ySize

Constructors

 o Image
public Image(HttpURLConnection urlc)

Methods

 o setXSize
public void setXSize(int xSize)
 o setYSize
public void setYSize(int ySize)
 o getXSize
public int getXSize()
 o getYSize
public int getYSize()
 o toString
public String toString()
Overrides:
toString in class MIMEDoc

All Packages  Class Hierarchy  This Package  Previous  Next  Index