Serialized Form
- 
Package com.jme3.app- 
Class com.jme3.app.AppletHarnessclass AppletHarness extends Applet implements Serializable- 
Serialized Fields- 
appLegacyApplication app 
- 
appCfgURL appCfg 
- 
appClassString appClass 
- 
assetCfgURL assetCfg 
- 
canvasCanvas canvas 
- 
contextJmeCanvasContext context 
 
- 
 
- 
 
- 
- 
Package com.jme3.asset- 
Exception Class com.jme3.asset.AssetLoadExceptionclass AssetLoadException extends RuntimeException implements Serializable
- 
Exception Class com.jme3.asset.AssetNotFoundExceptionclass AssetNotFoundException extends RuntimeException implements Serializable
 
- 
- 
Package com.jme3.bullet.collision- 
Class com.jme3.bullet.collision.PhysicsCollisionEventclass PhysicsCollisionEvent extends EventObject implements Serializable- 
Serialized Fields- 
cpcom.bulletphysics.collision.narrowphase.ManifoldPoint cp 
- 
nodeAPhysicsCollisionObject nodeA 
- 
nodeBPhysicsCollisionObject nodeB 
- 
typeint type 
 
- 
 
- 
 
- 
- 
Package com.jme3.bullet.control.ragdoll
- 
Package com.jme3.cinematic- 
Class com.jme3.cinematic.TimeLine- 
Serialized Fields- 
keyFramesPerSecondsint keyFramesPerSeconds 
- 
lastKeyFrameIndexint lastKeyFrameIndex 
 
- 
 
- 
 
- 
- 
Package com.jme3.collision- 
Exception Class com.jme3.collision.UnsupportedCollisionExceptionclass UnsupportedCollisionException extends UnsupportedOperationException implements Serializable
 
- 
- 
Package com.jme3.material
- 
Package com.jme3.material.plugins- 
Exception Class com.jme3.material.plugins.MatParseExceptionclass MatParseException extends IOException implements Serializable
 
- 
- 
Package com.jme3.math- 
Class com.jme3.math.ColorRGBAclass ColorRGBA extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
afloat a The alpha component of the color. 0 is transparent and 1 is opaque.
- 
bfloat b The blue component of the color. 0 is none and 1 is maximum blue.
- 
gfloat g The green component of the color. 0 is none and 1 is maximum green.
- 
rfloat r The red component of the color. 0 is none and 1 is maximum red.
 
- 
 
- 
Class com.jme3.math.Eigen3fclass Eigen3f extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
eigenValuesfloat[] eigenValues 
- 
eigenVectorsVector3f[] eigenVectors 
 
- 
 
- 
Class com.jme3.math.Lineclass Line extends Object implements Serializable- serialVersionUID:
- 1L
 
- 
Class com.jme3.math.LineSegmentclass LineSegment extends Object implements Serializable- serialVersionUID:
- 1L
 
- 
Class com.jme3.math.Matrix3fclass Matrix3f extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
m00float m00 The element in row 0, column 0.
- 
m01float m01 The element in row 0, column 1.
- 
m02float m02 The element in row 0, column 2.
- 
m10float m10 The element in row 1, column 0.
- 
m11float m11 The element in row 1, column 1.
- 
m12float m12 The element in row 1, column 2.
- 
m20float m20 The element in row 2, column 0.
- 
m21float m21 The element in row 2, column 1.
- 
m22float m22 The element in row 2, column 2.
 
- 
 
- 
Class com.jme3.math.Matrix4fclass Matrix4f extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
m00float m00 The element in row 0, column 0.
- 
m01float m01 The element in row 0, column 1.
- 
m02float m02 The element in row 0, column 2.
- 
m03float m03 The element in row 0, column 3 (the X translation).
- 
m10float m10 The element in row 1, column 0.
- 
m11float m11 The element in row 1, column 1.
- 
m12float m12 The element in row 1, column 2.
- 
m13float m13 The element in row 1, column 3 (the Y translation).
- 
m20float m20 The element in row 2, column 0.
- 
m21float m21 The element in row 2, column 1.
- 
m22float m22 The element in row 2, column 2.
- 
m23float m23 The element in row 2, column 3 (the Z translation).
- 
m30float m30 The element in row 3, column 0.
- 
m31float m31 The element in row 3, column 1.
- 
m32float m32 The element in row 3, column 2.
- 
m33float m33 The element in row 3, column 3.
 
- 
 
- 
Class com.jme3.math.Planeclass Plane extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
constantfloat constant Constant of the plane. See formula in class definition.
- 
normalVector3f normal Vector normal to the plane.
 
- 
 
- 
Class com.jme3.math.Quaternionclass Quaternion extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
wfloat w The real (W) component. Not an angle!
- 
xfloat x The first imaginary (X) component. Not an angle!
- 
yfloat y The 2nd imaginary (Y) component. Not an angle!
- 
zfloat z The 3rd imaginary (Z) component. Not an angle!
 
- 
 
- 
Class com.jme3.math.Rayclass Ray extends Object implements Serializable- serialVersionUID:
- 1L
 
- 
Class com.jme3.math.Rectangleclass Rectangle extends Object implements Serializable- serialVersionUID:
- 1L
 
- 
Class com.jme3.math.Ringclass Ring extends Object implements Serializable- serialVersionUID:
- 1L
 
- 
Class com.jme3.math.Transformclass Transform extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
rotQuaternion rot Rotation component.
- 
scaleVector3f scale Scaling component: a scale factor for each local axis.
- 
translationVector3f translation Translation component: an offset for each local axis.
 
- 
 
- 
Class com.jme3.math.Triangleclass Triangle extends AbstractTriangle implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
indexint index The index of the triangle, used to identify it in an OBBTree.
- 
pointAVector3f pointA The location of the first vertex in winding order.
- 
pointBVector3f pointB The location of the 2nd vertex in winding order.
- 
pointCVector3f pointC The location of the 3rd vertex in winding order.
- 
projectionfloat projection 
 
- 
 
- 
Class com.jme3.math.Vector2fclass Vector2f extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
xfloat x The first (X) component.
- 
yfloat y The 2nd (Y) component.
 
- 
 
- 
Class com.jme3.math.Vector3fclass Vector3f extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
xfloat x The first (X) component.
- 
yfloat y The 2nd (Y) component.
- 
zfloat z The 3rd (Z) component.
 
- 
 
- 
Class com.jme3.math.Vector4fclass Vector4f extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
wfloat w the w value of the vector.
- 
xfloat x the x value of the vector.
- 
yfloat y the y value of the vector.
- 
zfloat z the z value of the vector.
 
- 
 
 
- 
- 
Package com.jme3.network.kernel- 
Exception Class com.jme3.network.kernel.ConnectorExceptionclass ConnectorException extends RuntimeException implements Serializable
- 
Exception Class com.jme3.network.kernel.KernelExceptionclass KernelException extends RuntimeException implements Serializable
 
- 
- 
Package com.jme3.network.serializing- 
Exception Class com.jme3.network.serializing.SerializerExceptionclass SerializerException extends IOException implements Serializable
 
- 
- 
Package com.jme3.opencl- 
Exception Class com.jme3.opencl.KernelCompilationExceptionclass KernelCompilationException extends OpenCLException implements Serializable- 
Serialized Fields- 
logString log 
 
- 
 
- 
- 
Exception Class com.jme3.opencl.OpenCLExceptionclass OpenCLException extends RuntimeException implements Serializable- serialVersionUID:
- 8471229972153694848L
 - 
Serialized Fields- 
errorCodeint errorCode 
 
- 
 
 
- 
- 
Package com.jme3.renderer- 
Exception Class com.jme3.renderer.RendererExceptionclass RendererException extends RuntimeException implements Serializable
- 
Exception Class com.jme3.renderer.TextureUnitExceptionclass TextureUnitException extends Exception implements Serializable
 
- 
- 
Package com.jme3.system- 
Class com.jme3.system.AppSettings- serialVersionUID:
- 1L
 
 
- 
- 
Package com.jme3.system.awt- 
Class com.jme3.system.awt.AwtPanelclass AwtPanel extends Canvas implements Serializable- 
Serialized Fields- 
attachAsMainboolean attachAsMain 
- 
byteBufByteBuffer byteBuf 
- 
fbFrameBuffer fb 
- 
hasNativePeerAtomicBoolean hasNativePeer 
- 
imgBufferedImage img 
- 
intBufIntBuffer intBuf 
- 
lockObject lock 
- 
newHeightint newHeight 
- 
newWidthint newWidth 
- 
paintModePaintMode paintMode 
- 
repaintRequestAtomicBoolean repaintRequest 
- 
reshapeNeededAtomicBoolean reshapeNeeded 
- 
rmRenderManager rm 
- 
showingAtomicBoolean showing 
- 
srgbboolean srgb 
- 
strategyBufferStrategy strategy 
- 
transformOpAffineTransformOp transformOp 
- 
viewPortsList<ViewPort> viewPorts 
 
- 
 
- 
 
- 
- 
Package com.jme3.util