|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Image.Size
Interface that corresponds to the npp::Image::Size struct
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object object)
|
int |
hashCode()
|
int |
nHeight()
Returns the height |
int |
nWidth()
Returns the width |
void |
set(Image.Size rSize)
Assignment operator: Set this size to be the same as the given size |
void |
setHeight(int height)
Set the height |
void |
setWidth(int width)
Set the width |
void |
swap(Image.Size rSize)
Swap this size and the given size |
| Method Detail |
|---|
int nWidth()
int nHeight()
void setWidth(int width)
width - The widthvoid setHeight(int height)
width - The heightvoid set(Image.Size rSize)
rSize - The other sizevoid swap(Image.Size rSize)
rSize - The other sizeboolean equals(java.lang.Object object)
equals in class java.lang.ObjectObject.equals(Object)int hashCode()
hashCode in class java.lang.ObjectObject.hashCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||