直列化された形式


パッケージ 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


パッケージ com.jme3.bullet.collision

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

直列化されたフィールド

type

int type

nodeA

PhysicsCollisionObject nodeA

nodeB

PhysicsCollisionObject nodeB

cp

com.bulletphysics.collision.narrowphase.ManifoldPoint cp

パッケージ 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


パッケージ com.jme3.cinematic

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

直列化されたフィールド

keyFramesPerSeconds

int keyFramesPerSeconds

lastKeyFrameIndex

int lastKeyFrameIndex

パッケージ com.jme3.collision

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


パッケージ com.jme3.material

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


パッケージ com.jme3.math

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

serialVersionUID: 1L

直列化されたフィールド

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

直列化されたフィールド

eigenValues

float[] eigenValues

eigenVectors

Vector3f[] eigenVectors

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

serialVersionUID: 1L

直列化されたフィールド

origin

Vector3f origin

direction

Vector3f direction

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

serialVersionUID: 1L

直列化されたフィールド

origin

Vector3f origin

direction

Vector3f direction

extent

float extent

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

serialVersionUID: 1L

直列化されたフィールド

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

直列化されたフィールド

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

直列化されたフィールド

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

直列化されたフィールド

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

直列化されたフィールド

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

直列化されたフィールド

a

Vector3f a

b

Vector3f b

c

Vector3f c

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

serialVersionUID: 1L

直列化されたフィールド

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

直列化されたフィールド

rot

Quaternion rot

translation

Vector3f translation

scale

Vector3f scale

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

serialVersionUID: 1L

直列化されたフィールド

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

直列化されたフィールド

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

直列化されたフィールド

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

直列化されたフィールド

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.


パッケージ 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


パッケージ com.jme3.network.queue

Class com.jme3.network.queue.MessageQueue extends java.util.concurrent.ConcurrentLinkedQueue<Message> implements Serializable


パッケージ com.jme3.network.serializing

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


パッケージ com.jme3.post

Class com.jme3.post.HDRConfig extends javax.swing.JFrame implements Serializable

直列化されたフィールド

gamma

float gamma

a

float a

white

float white

lod

int lod

hdrRender

HDRRenderer hdrRender

jComboBox1

javax.swing.JComboBox jComboBox1

lblA

javax.swing.JLabel lblA

lblGamma

javax.swing.JLabel lblGamma

lblLOD

javax.swing.JLabel lblLOD

lblWhite

javax.swing.JLabel lblWhite

pnlA

javax.swing.JPanel pnlA

pnlBright

javax.swing.JPanel pnlBright

pnlGamma

javax.swing.JPanel pnlGamma

pnlLOD

javax.swing.JPanel pnlLOD

sldGamma

javax.swing.JSlider sldGamma

sldLOD

javax.swing.JSlider sldLOD

sldWhite

javax.swing.JSlider sldWhite

パッケージ com.jme3.renderer

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


パッケージ com.jme3.system

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


パッケージ com.jme3.util

Class com.jme3.util.ListMap extends java.lang.Object implements Serializable

直列化されたフィールド

backingMap

java.util.HashMap<K,V> backingMap

entries

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

パッケージ jme3tools.navigation

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


パッケージ jme3tools.nvtex

Class jme3tools.nvtex.NVCompress extends javax.swing.JFrame implements Serializable

直列化されたフィールド

workThread

java.lang.Thread workThread

manager

AssetManager manager

barProgress

javax.swing.JProgressBar barProgress

btnAddFiles

javax.swing.JButton btnAddFiles

btnBrowse

javax.swing.JButton btnBrowse

btnCompress

javax.swing.JButton btnCompress

btnDecompress

javax.swing.JButton btnDecompress

btnRemoveFiles

javax.swing.JButton btnRemoveFiles

chkAsSource

javax.swing.JCheckBox chkAsSource

chkCuda

javax.swing.JCheckBox chkCuda

chkLowQuality

javax.swing.JCheckBox chkLowQuality

chkMips

javax.swing.JCheckBox chkMips

chkRepeat

javax.swing.JCheckBox chkRepeat

cmbCompressType

javax.swing.JComboBox cmbCompressType

cmbMapType

javax.swing.JComboBox cmbMapType

itemExit

javax.swing.JMenuItem itemExit

jMenuBar1

javax.swing.JMenuBar jMenuBar1

lblCompressType

javax.swing.JLabel lblCompressType

lblMapType

javax.swing.JLabel lblMapType

lblTargetDir

javax.swing.JLabel lblTargetDir

lstFileList

javax.swing.JList lstFileList

menuAbout

javax.swing.JMenuItem menuAbout

menuFile

javax.swing.JMenu menuFile

menuHelp

javax.swing.JMenu menuHelp

pnlCompressOpt

javax.swing.JPanel pnlCompressOpt

pnlExportOpt

javax.swing.JPanel pnlExportOpt

pnlMapType

javax.swing.JPanel pnlMapType

sclFileList

javax.swing.JScrollPane sclFileList

txtTargetDir

javax.swing.JTextField txtTargetDir