|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.openstego.util.dwt.Image
public class Image
Object to store Image data
Constructor Summary | |
---|---|
Image(int width,
int height)
Default constructor |
Method Summary | |
---|---|
double[] |
getData()
Get method for data |
int |
getHeight()
Get method for height |
int |
getWidth()
Get method for width |
void |
setData(double[] data)
Set method for data |
void |
setHeight(int height)
Set method for height |
void |
setWidth(int width)
Set method for width |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Image(int width, int height)
width
- Width of the imageheight
- Height of the imageMethod Detail |
---|
public double[] getData()
public void setData(double[] data)
data
- public int getWidth()
public void setWidth(int width)
width
- public int getHeight()
public void setHeight(int height)
height
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |