|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apogames.ApoDisplayConfiguration
public class ApoDisplayConfiguration
Hilfsklasse zur Speicherung der Displaykonfiguration
| Constructor Summary | |
|---|---|
ApoDisplayConfiguration(int width,
int height,
int depth,
boolean windowed,
boolean applet)
|
|
| Method Summary | |
|---|---|
int |
getDepth()
gibt die Farbtiefe des Frames zurück |
int |
getHeight()
gibt die Höhe des Frames zurück |
int |
getWidth()
gibt die Breite des Frames zurück |
boolean |
isApplet()
gibt zurück, ob es ein Applet ist oder nicht |
boolean |
isWidescreen()
gibt zurück, ob das Frame ein Breitbild ist oder nicht |
boolean |
isWindowed()
gibt zurück, ob das Frame im Fenster gestartet wird oder im Fullscreen |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ApoDisplayConfiguration(int width,
int height,
int depth,
boolean windowed,
boolean applet)
| Method Detail |
|---|
public final boolean isApplet()
public final boolean isWidescreen()
public final int getWidth()
public final int getHeight()
public final int getDepth()
public final boolean isWindowed()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||