picture
Interface PictureModel

All Known Implementing Classes:
Picture

public interface PictureModel

Abstrakte Eigenschaften eines Bildes.


Method Summary
 int getHeight()
           
 java.awt.Image getImage()
           
 java.lang.String getInfo(int x, int y)
           
 PictureType getPictureType()
           
 int getWidth()
           
 

Method Detail

getImage

public java.awt.Image getImage()

getWidth

public int getWidth()

getHeight

public int getHeight()

getPictureType

public PictureType getPictureType()

getInfo

public java.lang.String getInfo(int x,
                                int y)