public class WindowParam extends Object
| Constructor and Description |
|---|
WindowParam(int topRightCornerX,
int topRightCornerY,
int width,
int height)
Create a WindowParam
|
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight()
get height in pixels of the window
|
int |
getTopRightCornerX()
get X coordinate of the left upper point of the window
|
int |
getTopRightCornerY()
get Y coordinate of the left upper point of the window
|
int |
getWidth()
get width in pixels of the window
|
void |
setHeight(int height)
set height in pixels of the window
|
void |
setTopRightCornerX(int topRightCornerX)
set X coordinate of the left upper point of the window
|
void |
setTopRightCornerY(int topRightCornerY)
set Y coordinate of the left upper point of the window
|
void |
setWidth(int width)
set width in pixels of the window
|
public WindowParam(int topRightCornerX,
int topRightCornerY,
int width,
int height)
public int getTopRightCornerX()
public void setTopRightCornerX(int topRightCornerX)
public int getTopRightCornerY()
public void setTopRightCornerY(int topRightCornerY)
public int getWidth()
public void setWidth(int width)
public int getHeight()
public void setHeight(int height)
Copyright © 2015. All rights reserved.