Package com.l2fprod.gui.region
Class ImageRegion
java.lang.Object
com.l2fprod.gui.region.Region
com.l2fprod.gui.region.ImageRegion
Created on 21/12/2000 by Frederic Lavigne, fred@L2FProd.com
- Version:
- $Revision: 1.2 $, $Date: 2003/12/06 21:51:20 $
- Author:
- $Author: l2fprod $
-
Constructor Summary
ConstructorsConstructorDescriptionImageRegion(Image img) Constructor for the ImageRegion objectImageRegion(Image img, int width, int height) Constructor for the ImageRegion object -
Method Summary
-
Constructor Details
-
ImageRegion
Constructor for the ImageRegion object- Parameters:
img- Description of Parameter
-
ImageRegion
Constructor for the ImageRegion object- Parameters:
img- Description of Parameterwidth- Description of Parameterheight- Description of Parameter
-
-
Method Details
-
getImage
Gets the Image attribute of the ImageRegion object- Returns:
- The Image value
-
getWidth
public int getWidth()Gets the Width attribute of the ImageRegion object- Returns:
- The Width value
-
getHeight
public int getHeight()Gets the Height attribute of the ImageRegion object- Returns:
- The Height value
-