-
public class NativeSurface
-
-
Constructor Summary
Constructors Constructor Description NativeSurface(int width, int height)
-
Method Summary
Modifier and Type Method Description voiddispose()intgetWidth()intgetHeight()longgetNativeObject()-
-
Method Detail
-
dispose
void dispose()
-
getWidth
int getWidth()
-
getHeight
int getHeight()
-
getNativeObject
long getNativeObject()
-
-
-
-