Serialized Form


Package com.jme3.app

Class com.jme3.app.AppletHarness extends java.applet.Applet implements Serializable

Serialized Fields

context

JmeCanvasContext context

canvas

java.awt.Canvas canvas

app

Application app

appClass

java.lang.String appClass

appCfg

java.net.URL appCfg

assetCfg

java.net.URL assetCfg

Class com.jme3.app.SettingsDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

source

AppSettings source

imageFile

java.net.URL imageFile

modes

java.awt.DisplayMode[] modes

windowedResolutions

java.lang.String[] windowedResolutions

vsyncBox

javax.swing.JCheckBox vsyncBox

fullscreenBox

javax.swing.JCheckBox fullscreenBox

displayResCombo

javax.swing.JComboBox displayResCombo

colorDepthCombo

javax.swing.JComboBox colorDepthCombo

displayFreqCombo

javax.swing.JComboBox displayFreqCombo

antialiasCombo

javax.swing.JComboBox antialiasCombo

icon

javax.swing.JLabel icon

selection

int selection

selectionListener

SettingsDialog.SelectionListener selectionListener

Package com.jme3.asset

Class com.jme3.asset.AssetLoadException extends java.lang.RuntimeException implements Serializable

Class com.jme3.asset.AssetNotFoundException extends java.lang.RuntimeException implements Serializable


Package com.jme3.bullet.collision

Class com.jme3.bullet.collision.PhysicsCollisionEvent extends java.util.EventObject implements Serializable

Serialized Fields

type

int type

nodeA

PhysicsCollisionObject nodeA

nodeB

PhysicsCollisionObject nodeB

manifoldPointObjectId

long manifoldPointObjectId

Package com.jme3.bullet.control.ragdoll

Class com.jme3.bullet.control.ragdoll.RagdollPreset.LexiconEntry extends java.util.HashMap<java.lang.String,java.lang.Integer> implements Serializable


Package com.jme3.cinematic

Class com.jme3.cinematic.TimeLine extends java.util.HashMap<java.lang.Integer,KeyFrame> implements Serializable

Serialized Fields

keyFramesPerSeconds

int keyFramesPerSeconds

lastKeyFrameIndex

int lastKeyFrameIndex

Package com.jme3.collision

Class com.jme3.collision.UnsupportedCollisionException extends java.lang.UnsupportedOperationException implements Serializable


Package com.jme3.material

Class com.jme3.material.MaterialList extends java.util.HashMap<java.lang.String,Material> implements Serializable


Package com.jme3.math

Class com.jme3.math.ColorRGBA extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

r

float r
The red component of the color.


g

float g
The green component of the color.


b

float b
the blue component of the color.


a

float a
the alpha component of the color. 0 is transparent and 1 is opaque

Class com.jme3.math.Eigen3f extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

eigenValues

float[] eigenValues

eigenVectors

Vector3f[] eigenVectors

Class com.jme3.math.Line extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

origin

Vector3f origin

direction

Vector3f direction

Class com.jme3.math.LineSegment extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

origin

Vector3f origin

direction

Vector3f direction

extent

float extent

Class com.jme3.math.Matrix3f extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

m00

float m00

m01

float m01

m02

float m02

m10

float m10

m11

float m11

m12

float m12

m20

float m20

m21

float m21

m22

float m22

Class com.jme3.math.Matrix4f extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

m00

float m00

m01

float m01

m02

float m02

m03

float m03

m10

float m10

m11

float m11

m12

float m12

m13

float m13

m20

float m20

m21

float m21

m22

float m22

m23

float m23

m30

float m30

m31

float m31

m32

float m32

m33

float m33

Class com.jme3.math.Plane extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

normal

Vector3f normal
Vector normal to the plane.


constant

float constant
Constant of the plane. See formula in class definition.

Class com.jme3.math.Quaternion extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

x

float x

y

float y

z

float z

w

float w

Class com.jme3.math.Ray extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

origin

Vector3f origin
The ray's begining point.


direction

Vector3f direction
The direction of the ray.


limit

float limit

Class com.jme3.math.Rectangle extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

a

Vector3f a

b

Vector3f b

c

Vector3f c

Class com.jme3.math.Ring extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

center

Vector3f center

up

Vector3f up

innerRadius

float innerRadius

outerRadius

float outerRadius

Class com.jme3.math.Transform extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

rot

Quaternion rot

translation

Vector3f translation

scale

Vector3f scale

Class com.jme3.math.Triangle extends AbstractTriangle implements Serializable

serialVersionUID: 1L

Serialized Fields

pointa

Vector3f pointa

pointb

Vector3f pointb

pointc

Vector3f pointc

projection

float projection

index

int index

Class com.jme3.math.Vector2f extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

x

float x
the x value of the vector.


y

float y
the y value of the vector.

Class com.jme3.math.Vector3f extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

x

float x
the x value of the vector.


y

float y
the y value of the vector.


z

float z
the z value of the vector.

Class com.jme3.math.Vector4f extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

x

float x
the x value of the vector.


y

float y
the y value of the vector.


z

float z
the z value of the vector.


w

float w
the w value of the vector.


Package com.jme3.network.kernel

Class com.jme3.network.kernel.ConnectorException extends java.lang.RuntimeException implements Serializable

Class com.jme3.network.kernel.KernelException extends java.lang.RuntimeException implements Serializable


Package com.jme3.network.serializing

Class com.jme3.network.serializing.SerializerException extends java.io.IOException implements Serializable


Package com.jme3.renderer

Class com.jme3.renderer.RendererException extends java.lang.RuntimeException implements Serializable


Package com.jme3.scene.plugins.blender.exceptions

Class com.jme3.scene.plugins.blender.exceptions.BlenderFileException extends java.lang.Exception implements Serializable

serialVersionUID: 7573482836437866767L


Package com.jme3.system

Class com.jme3.system.AppSettings extends java.util.HashMap<java.lang.String,java.lang.Object> implements Serializable


Package com.jme3.system.awt

Class com.jme3.system.awt.AwtPanel extends java.awt.Canvas implements Serializable

Serialized Fields

attachAsMain

boolean attachAsMain

img

java.awt.image.BufferedImage img

fb

FrameBuffer fb

byteBuf

java.nio.ByteBuffer byteBuf

intBuf

java.nio.IntBuffer intBuf

rm

RenderManager rm

paintMode

PaintMode paintMode

viewPorts

java.util.ArrayList<E> viewPorts

strategy

java.awt.image.BufferStrategy strategy

transformOp

java.awt.image.AffineTransformOp transformOp

hasNativePeer

java.util.concurrent.atomic.AtomicBoolean hasNativePeer

showing

java.util.concurrent.atomic.AtomicBoolean showing

repaintRequest

java.util.concurrent.atomic.AtomicBoolean repaintRequest

newWidth

int newWidth

newHeight

int newHeight

reshapeNeeded

java.util.concurrent.atomic.AtomicBoolean reshapeNeeded

lock

java.lang.Object lock

Package com.jme3.util

Class com.jme3.util.ListMap extends java.util.AbstractMap<K,V> implements Serializable

Serialized Fields

backingMap

java.util.HashMap<K,V> backingMap

entries

com.jme3.util.ListMap.ListMapEntry<K,V>[] entries

Package jme3tools.navigation

Class jme3tools.navigation.InvalidPositionException extends java.lang.Exception implements Serializable