mako5.ctrl
Class Screen
java.lang.Object
mako5.ctrl.Screen
public class Screen
- extends Object
Used on screen operations to control drawing matrix transformation.
- Version:
- 04-Mar 2006
- Author:
- Paul Jarrett
Method Summary |
static void |
setup2D(int iWidth_,
int iHeight_)
Puts the program into 2d mode with the desired pixel size. |
Screen
public Screen()
setup2D
public static void setup2D(int iWidth_,
int iHeight_)
- Puts the program into 2d mode with the desired pixel size.
- Parameters:
iWidth_
- the desired pixel screen widthiHeight_
- the desired pixel screen height- Since:
- 03-Mar 2006