|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.l2fprod.gui.region.Region
com.l2fprod.gui.region.ImageRegion
public final class ImageRegion
Created on 21/12/2000 by Frederic Lavigne, fred@L2FProd.com
Constructor Summary | |
---|---|
ImageRegion(java.awt.Image img)
Constructor for the ImageRegion object |
|
ImageRegion(java.awt.Image img,
int width,
int height)
Constructor for the ImageRegion object |
Method Summary | |
---|---|
int |
getHeight()
Gets the Height attribute of the ImageRegion object |
java.awt.Image |
getImage()
Gets the Image attribute of the ImageRegion object |
int |
getWidth()
Gets the Width attribute of the ImageRegion object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImageRegion(java.awt.Image img)
img
- Description of Parameterpublic ImageRegion(java.awt.Image img, int width, int height)
img
- Description of Parameterwidth
- Description of Parameterheight
- Description of ParameterMethod Detail |
---|
public java.awt.Image getImage()
public int getWidth()
public int getHeight()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |