Serialized Form
-
Package com.jme3.app
-
Class com.jme3.app.AppletHarness
class AppletHarness extends Applet implements Serializable-
Serialized Fields
-
app
com.jme3.app.LegacyApplication app
-
appCfg
URL appCfg
-
appClass
String appClass
-
assetCfg
URL assetCfg
-
canvas
Canvas canvas
-
context
JmeCanvasContext context
-
-
-
-
Package com.jme3.system
-
Class com.jme3.system.AppSettings
- serialVersionUID:
- 1L
-
-
Package com.jme3.system.awt
-
Class com.jme3.system.awt.AwtPanel
class AwtPanel extends Canvas implements Serializable-
Serialized Fields
-
attachAsMain
boolean attachAsMain
-
byteBuf
ByteBuffer byteBuf
-
fb
com.jme3.texture.FrameBuffer fb
-
hasNativePeer
AtomicBoolean hasNativePeer
-
img
BufferedImage img
-
intBuf
IntBuffer intBuf
-
lock
Object lock
-
newHeight
int newHeight
-
newWidth
int newWidth
-
paintMode
PaintMode paintMode
-
repaintRequest
AtomicBoolean repaintRequest
-
reshapeNeeded
AtomicBoolean reshapeNeeded
-
rm
com.jme3.renderer.RenderManager rm
-
showing
AtomicBoolean showing
-
srgb
boolean srgb
-
strategy
BufferStrategy strategy
-
transformOp
AffineTransformOp transformOp
-
viewPorts
List<com.jme3.renderer.ViewPort> viewPorts
-
-
-
-
Package com.jme3.util
-
Class com.jme3.util.ListMap
class ListMap extends AbstractMap<K,V> implements Serializable -
Serialized Fields
-
backingMap
HashMap<K,
V> backingMap -
entries
com.jme3.util.ListMap.ListMapEntry<K,
V>[] entries
-
-
-