public class ImageWrapper extends Object
| Constructor and Description |
|---|
ImageWrapper(int width,
int heigth,
InputStream image) |
| Modifier and Type | Method and Description |
|---|---|
int |
getHeigth() |
InputStream |
getImage() |
int |
getWidth() |
void |
setHeigth(int heigth) |
void |
setImage(InputStream image) |
void |
setWidth(int width) |
public ImageWrapper(int width,
int heigth,
InputStream image)
public int getWidth()
public void setWidth(int width)
width - the width to setpublic int getHeigth()
public void setHeigth(int heigth)
heigth - the heigth to setpublic InputStream getImage()
public void setImage(InputStream image)
image - the image to setCopyright © 2020 Mice S.r.l. All rights reserved.