br.usp.iterador.model
Class ImageInfo

java.lang.Object
  extended by br.usp.iterador.model.ImageInfo

public class ImageInfo
extends java.lang.Object

Represents the main aspects of the image

Author:
Guilherme Silveira

Constructor Summary
ImageInfo()
           
 
Method Summary
 int getHeight()
           
 int getWidth()
           
 void setHeight(int height)
           
 void setWidth(int width)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageInfo

public ImageInfo()
Method Detail

getHeight

public int getHeight()
Returns:
Returns the height.

setHeight

public void setHeight(int height)
Parameters:
height - The height to set.

getWidth

public int getWidth()
Returns:
Returns the width.

setWidth

public void setWidth(int width)
Parameters:
width - The width to set.


Copyright 2004-2004-2006 IME - USP. All Rights Reserved.