|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of EEngineException in de.esw.eengine.core |
|---|
| Methods in de.esw.eengine.core that throw EEngineException | |
|---|---|
java.awt.image.BufferedImage |
IRenderDevice.caputeScreen()
|
void |
IRenderDevice.clear(java.awt.Color color)
|
IInputDevice |
Core.createInputDevice(java.lang.Class<? extends IInputDevice> inputDevice)
Creates a new IInputDevice. |
IRenderDevice |
Core.createRenderDevice(java.lang.Class<? extends IRenderDevice> renderDevice)
Creates a new IRenderDevice. |
java.lang.Object |
ICodec.decode(java.net.URL location)
|
void |
IResource.load()
Loads the IResource. |
IRenderDevice |
IRenderDevice.open(java.awt.DisplayMode displayMode)
opens the IRenerDevice with the given
DisplayMode |
void |
Core.registerCodec(ICodec codec)
Registers a new resource codec to the engine |
void |
IRenderDevice.render(IRenderPrimitive renderPrimitive)
Renders the given IRenderPrimitive to this device |
void |
IResource.save()
Saves the IResource. |
| Uses of EEngineException in de.esw.eengine.device.render |
|---|
| Methods in de.esw.eengine.device.render that throw EEngineException | |
|---|---|
java.awt.image.BufferedImage |
AbstractRenderDevice.caputeScreen()
|
void |
AbstractRenderDevice.clear(java.awt.Color color)
|
IRenderDevice |
AbstractRenderDevice.open(java.awt.DisplayMode displayMode)
|
void |
AbstractRenderDevice.render(IRenderPrimitive renderPrimitive)
|
| Constructors in de.esw.eengine.device.render that throw EEngineException | |
|---|---|
FullscreenRenderDevice()
|
|
| Uses of EEngineException in de.esw.eengine.fsm |
|---|
| Methods in de.esw.eengine.fsm that throw EEngineException | |
|---|---|
void |
FSM.update(float delta)
|
void |
FSM.update(float delta,
java.lang.Object input)
Triggers always the first Transition returned by the
current state. |
| Uses of EEngineException in de.esw.eengine.net |
|---|
| Methods in de.esw.eengine.net that throw EEngineException | |
|---|---|
void |
TCPServer.dispose()
|
void |
AbstractChannel.dispose()
|
void |
AbstractServer.dispose()
|
void |
UDPServer.dispose()
|
void |
ChannelHelper.readFile(java.nio.channels.FileChannel fileChannel)
|
java.lang.Object |
ChannelHelper.readObject()
|
void |
AbstractChannel.receiveMessage()
|
void |
AbstractChannel.sendMessage()
|
void |
ChannelHelper.writeFile(java.nio.channels.FileChannel fileChannel)
|
void |
ChannelHelper.writeObject(java.lang.Object o)
|
| Constructors in de.esw.eengine.net that throw EEngineException | |
|---|---|
AbstractServer(int bufferSize,
java.lang.String charset)
Creates an AbstractServer with a default thread pool of at
least 1 threads and at most 5 threads and a timeout of 30 seconds. |
|
AbstractServer(int bufferSize,
java.lang.String charset,
int minThreads,
int maxThreads,
int threadTimeout)
|
|
TCPChannel(int bufferSize,
java.lang.String charset,
java.lang.String host,
int port,
boolean blocking)
|
|
TCPServer(int bufferSize,
java.lang.String charset,
java.lang.String host,
int port)
|
|
UDPChannel(int bufferSize,
java.lang.String charset,
java.lang.String host,
int port,
boolean blocking)
|
|
UDPServer(int bufferSize,
java.lang.String charset,
java.lang.String host,
int port)
|
|
| Uses of EEngineException in de.esw.eengine.renderable.wtk |
|---|
| Methods in de.esw.eengine.renderable.wtk that throw EEngineException | |
|---|---|
void |
Checkbox.setCheckedImage(Image image)
|
void |
Component.setImage(Image image)
|
void |
Button.setPressedImage(Image image)
|
| Constructors in de.esw.eengine.renderable.wtk that throw EEngineException | |
|---|---|
Desktop(Core core)
|
|
| Uses of EEngineException in de.esw.eengine.resource |
|---|
| Methods in de.esw.eengine.resource that throw EEngineException | |
|---|---|
int |
ResourceManager.createResource(java.lang.String path)
|
int |
ResourceManager.createResource(java.net.URL location)
|
java.awt.image.BufferedImage |
Image.getImage()
|
abstract void |
AbstractResource.load()
|
void |
Font.load()
|
void |
Image.load()
|
int |
ResourceManager.loadResource(java.lang.String path)
|
int |
ResourceManager.loadResource(java.net.URL location)
|
abstract void |
AbstractResource.save()
|
void |
Font.save()
|
void |
Image.save()
|
| Uses of EEngineException in de.esw.eengine.resource.codec |
|---|
| Methods in de.esw.eengine.resource.codec that throw EEngineException | |
|---|---|
java.lang.Object |
FontCodec.decode(java.net.URL location)
|
java.lang.Object |
AbstractImageCodec.decode(java.net.URL location)
|
java.awt.image.BufferedImage |
FontCodec.getFontImage(java.net.URL location)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||