|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Image
Java interface that corresponds to the npp::Image class
| Nested Class Summary | |
|---|---|
static interface |
Image.Size
Interface that corresponds to the npp::Image::Size struct |
| Method Summary | |
|---|---|
int |
height()
Return the height of this image |
void |
set(Image rImage)
Assignment operator: Set this image to have the same contents as the given image. |
Image.Size |
size()
Return the size of this image |
void |
swap(Image rImage)
Swap the contents of this image and the given image |
int |
width()
Return the width of this image |
| Method Detail |
|---|
int width()
int height()
Image.Size size()
void set(Image rImage)
rImage - The other imagevoid swap(Image rImage)
rImage - The other image
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||