|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Size | |
| com.jniwrapper.win32 | The com.jniwrapper.win32 package contains classes that provide basic functionality
for Win32 platform. |
| com.jniwrapper.win32.gdi | The com.jniwrapper.win32.gdi package contains classes that provide GDI related functionality. |
| com.jniwrapper.win32.ui | The com.jniwrapper.win32.ui package contains auxilious classes for working with native windows,
such as Wnd, which provides you with useful window related functionality, WindowProc,
which is designed for obtaining native window messages etc. |
| Uses of Size in com.jniwrapper.win32 |
| Methods in com.jniwrapper.win32 with parameters of type Size | |
Rect |
Rect.centerRect(Size innerRect)
|
| Constructors in com.jniwrapper.win32 with parameters of type Size | |
Size(Size that)
|
|
| Uses of Size in com.jniwrapper.win32.gdi |
| Methods in com.jniwrapper.win32.gdi that return Size | |
Size |
DC.getTextExtentPoint32(DC dc,
java.lang.String str)
Returns the size of a specified text. |
Size |
Bitmap.getSize()
Return bitmap size as an Size object instance. |
| Uses of Size in com.jniwrapper.win32.ui |
| Methods in com.jniwrapper.win32.ui that return Size | |
Size |
Wnd.getSize()
Returns window size (width and height). |
Size |
Wnd.getClientSize()
Returns window's client size (width and height). |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||