Serialized Form
-
Package pl.AWTGameEngine.engine.panels
-
Class pl.AWTGameEngine.engine.panels.DefaultPanel
class DefaultPanel extends JPanel implements Serializable-
Serialized Fields
-
camera
Camera camera
-
canvas
Canvas canvas
-
graphicsManager
GraphicsManager graphicsManager
-
scene
Scene scene
-
strategy
BufferStrategy strategy
-
window
BaseWindow window
-
-
-
Class pl.AWTGameEngine.engine.panels.PanelGL
class PanelGL extends Panel implements Serializable-
Serialized Fields
-
camera
Camera camera
-
capabilities
com.jogamp.opengl.GLCapabilities capabilities
-
glCanvas
com.jogamp.opengl.awt.GLCanvas glCanvas
-
graphicsManager3D
GraphicsManager3D graphicsManager3D
-
manager
OpenGLManager manager
-
physXManager
PhysXManager physXManager
-
printBuffer
BufferedImage printBuffer
-
profile
com.jogamp.opengl.GLProfile profile
-
scene
Scene scene
-
window
BaseWindow window
-
-
-
Class pl.AWTGameEngine.engine.panels.WebPanel
class WebPanel extends javafx.embed.swing.JFXPanel implements Serializable-
Serialized Fields
-
camera
Camera camera
-
graphicsManager
WebGraphicsManager graphicsManager
-
scene
Scene scene
-
webView
javafx.scene.web.WebView webView
-
window
BaseWindow window
-
-
-
-
Package pl.AWTGameEngine.exceptions
-
Exception Class pl.AWTGameEngine.exceptions.JavaBuildException
class JavaBuildException extends RuntimeException implements Serializable -
Exception Class pl.AWTGameEngine.exceptions.PrefabAlreadyExistsException
class PrefabAlreadyExistsException extends RuntimeException implements Serializable -
Exception Class pl.AWTGameEngine.exceptions.ShaderCompileException
class ShaderCompileException extends RuntimeException implements Serializable -
Exception Class pl.AWTGameEngine.exceptions.TrayNotSupportedException
class TrayNotSupportedException extends RuntimeException implements Serializable
-
-
Package pl.AWTGameEngine.exceptions.resources
-
Exception Class pl.AWTGameEngine.exceptions.resources.EditorSegmentException
class EditorSegmentException extends RuntimeException implements Serializable -
Exception Class pl.AWTGameEngine.exceptions.resources.GifReaderNotFoundException
class GifReaderNotFoundException extends RuntimeException implements Serializable -
Exception Class pl.AWTGameEngine.exceptions.resources.ResourceNotFoundException
class ResourceNotFoundException extends SecurityException implements Serializable -
Exception Class pl.AWTGameEngine.exceptions.resources.ResourceSecurityException
class ResourceSecurityException extends SecurityException implements Serializable
-
-
Package pl.AWTGameEngine.exceptions.scenes
-
Exception Class pl.AWTGameEngine.exceptions.scenes.GameObjectAddToSceneException
class GameObjectAddToSceneException extends RuntimeException implements Serializable -
Exception Class pl.AWTGameEngine.exceptions.scenes.SceneDataException
class SceneDataException extends Exception implements Serializable -
Exception Class pl.AWTGameEngine.exceptions.scenes.SceneOwnershipException
class SceneOwnershipException extends RuntimeException implements Serializable
-
-
Package pl.AWTGameEngine.exceptions.tests
-
Exception Class pl.AWTGameEngine.exceptions.tests.TestNotFoundException
class TestNotFoundException extends RuntimeException implements Serializable
-
-
Package pl.AWTGameEngine.objects.lists
-
Package pl.AWTGameEngine.windows
-
Class pl.AWTGameEngine.windows.SplashScreenWindow
class SplashScreenWindow extends JFrame implements Serializable-
Serialized Fields
-
columns
int columns
-
height
int height
-
rows
int rows
-
width
int width
-
-
-
Class pl.AWTGameEngine.windows.Window
class Window extends Frame implements Serializable-
Serialized Fields
-
cursor
Cursor cursor
-
dialogs
List<Dialog> dialogs
-
font
Font font
-
fullScreen
boolean fullScreen
-
guiLoop
BaseLoop guiLoop
-
keyListener
KeyListener keyListener
-
mouseListener
MouseListener mouseListener
-
netLoop
BaseLoop netLoop
-
physicsLoop
BaseLoop physicsLoop
-
ratio
int[] ratio
-
renderLoop
BaseLoop renderLoop
-
robot
Robot robot
-
sameSize
boolean sameSize
-
sceneLoader
SceneLoader sceneLoader
-
scenes
ConcurrentHashMap<Scene,
Boolean> scenes -
screenHeight
double screenHeight
-
screenWidth
double screenWidth
-
updateLoop
BaseLoop updateLoop
-
WIDTH
int WIDTH
-
windowListener
WindowListener windowListener
-
-
-