|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcuda.jnpp.NppiSize
public class NppiSize
2D Size. This class typically represents the size of a a rectangular region in two space.
Field Summary | |
---|---|
int |
height
Rectangle height. |
int |
width
Rectangle width. |
Constructor Summary | |
---|---|
NppiSize()
Creates a new NppiSize with width=0 and height=0 |
|
NppiSize(int width,
int height)
Creates a new NppiSize |
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int width
public int height
Constructor Detail |
---|
public NppiSize()
public NppiSize(int width, int height)
width
- Rectangle widthheight
- Rectangle heightMethod Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |