|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.esw.eengine.device.render.AbstractRenderDevice
de.esw.eengine.device.render.WindowRenderDevice
public class WindowRenderDevice
| Constructor Summary | |
|---|---|
WindowRenderDevice()
|
|
| Method Summary | |
|---|---|
void |
attachInputDevice(IInputDevice inputDevice)
|
boolean |
begin(boolean onScreen)
Initializes the IRenderDevices render state. |
void |
detatchInputDevice(IInputDevice inputDevice)
|
void |
flip()
Flips front- and backbuffer |
java.awt.Insets |
getInsets()
|
| Methods inherited from class de.esw.eengine.device.render.AbstractRenderDevice |
|---|
begin, caputeScreen, clear, close, createImage, end, getExtents, getHeight, getPeer, getViewport, getWidth, isOpen, open, render, setViewport |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WindowRenderDevice()
| Method Detail |
|---|
public boolean begin(boolean onScreen)
IRenderDeviceIRenderDevices render state.
begin in interface IRenderDevicebegin in class AbstractRenderDeviceonScreen - If true, rendering happens in screen coordinates instead of
world coordinates
AbstractRenderDevice.begin(boolean)public void flip()
IRenderDevice
IRenderDevice.flip()public void attachInputDevice(IInputDevice inputDevice)
attachInputDevice in interface IRenderDeviceattachInputDevice in class AbstractRenderDeviceinputDevice - Attaches the inputDevice to this IRenderDeviceAbstractRenderDevice.attachInputDevice(de.esw.eengine.core.IInputDevice)public void detatchInputDevice(IInputDevice inputDevice)
detatchInputDevice in interface IRenderDevicedetatchInputDevice in class AbstractRenderDeviceinputDevice - Detaches the inputDevice from this IRenderDeviceAbstractRenderDevice.detatchInputDevice(de.esw.eengine.core.IInputDevice)public java.awt.Insets getInsets()
getInsets in interface IRenderDevicegetInsets in class AbstractRenderDeviceAbstractRenderDevice.getInsets()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||