Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
V
v1()
- Method in class com.speckled.specksim.
Wall
Get the first vertex
v2()
- Method in class com.speckled.specksim.
Wall
Get the second vertex
v3()
- Method in class com.speckled.specksim.
Wall
Get the third vertex
validGenerator()
- Method in class com.speckled.specksim.datagen.
GeneratorFactory
Checks of the current parameters will constitute a valid Generator or not.
valueChanged(String)
- Method in interface com.ryanm.config.
ValueListener
Is called by the configurator when a variable is changed
valueChanged(String)
- Method in class com.ryanm.glvisualiser.imp.
UniformEdge
valueChanged(String)
- Method in class com.ryanm.glvisualiser.imp.
UniformObject
valueChanged(String)
- Method in class com.speckled.specksim.gui.imp.
WallRenderer
valueChanged(String)
- Method in class com.speckled.specksim.imp.comm.
OctTreeField
ValueListener
- Interface in
com.ryanm.config
All objects that need to keep up to date with changes made to the values of a Configurator should implement this interface, and then register their interest with Configurator.addValueListener()
variableAdded(Object)
- Method in interface com.ryanm.config.
ConfiguratorListener
Called when a variable has been added to the configurator
variableDescribed(String)
- Method in interface com.ryanm.config.
ConfiguratorListener
Called when a variable has a description applied to it
VariableDescriptor
- Class in
com.speckled.specksim.datagen
Describes a variable that we will be controlling over the course of a data generation run
VariableDescriptor(String)
- Constructor for class com.speckled.specksim.datagen.
VariableDescriptor
variableName
- Variable in class com.speckled.specksim.datagen.
VariableDescriptor
The name of the configurator variable
variableRanged(String)
- Method in interface com.ryanm.config.
ConfiguratorListener
Called when a variable has a range applied to it
variableRemoved(Object)
- Method in interface com.ryanm.config.
ConfiguratorListener
Called when a variable is removed from the Configurator
variableStatusChanged(String, boolean)
- Method in interface com.ryanm.config.
ConfiguratorListener
Is called by the configurator when a variable is enabled or disabled
variableTyped(String)
- Method in interface com.ryanm.config.
ConfiguratorListener
Called when a variable has its type set
Vector2d
- Class in
javax.vecmath
A 2-element vector that is represented by double-precision floating point x,y coordinates.
Vector2d(double, double)
- Constructor for class javax.vecmath.
Vector2d
Constructs and initializes a Vector2d from the specified xy coordinates.
Vector2d(double[])
- Constructor for class javax.vecmath.
Vector2d
Constructs and initializes a Vector2d from the specified array.
Vector2d(Vector2d)
- Constructor for class javax.vecmath.
Vector2d
Constructs and initializes a Vector2d from the specified Vector2d.
Vector2d(Vector2f)
- Constructor for class javax.vecmath.
Vector2d
Constructs and initializes a Vector2d from the specified Vector2f.
Vector2d(Tuple2d)
- Constructor for class javax.vecmath.
Vector2d
Constructs and initializes a Vector2d from the specified Tuple2d.
Vector2d(Tuple2f)
- Constructor for class javax.vecmath.
Vector2d
Constructs and initializes a Vector2d from the specified Tuple2f.
Vector2d()
- Constructor for class javax.vecmath.
Vector2d
Constructs and initializes a Vector2d to (0,0).
Vector2f
- Class in
javax.vecmath
A 2-element vector that is represented by single-precision floating point x,y coordinates.
Vector2f(float, float)
- Constructor for class javax.vecmath.
Vector2f
Constructs and initializes a Vector2f from the specified xy coordinates.
Vector2f(float[])
- Constructor for class javax.vecmath.
Vector2f
Constructs and initializes a Vector2f from the specified array.
Vector2f(Vector2f)
- Constructor for class javax.vecmath.
Vector2f
Constructs and initializes a Vector2f from the specified Vector2f.
Vector2f(Vector2d)
- Constructor for class javax.vecmath.
Vector2f
Constructs and initializes a Vector2f from the specified Vector2d.
Vector2f(Tuple2f)
- Constructor for class javax.vecmath.
Vector2f
Constructs and initializes a Vector2f from the specified Tuple2f.
Vector2f(Tuple2d)
- Constructor for class javax.vecmath.
Vector2f
Constructs and initializes a Vector2f from the specified Tuple2d.
Vector2f()
- Constructor for class javax.vecmath.
Vector2f
Constructs and initializes a Vector2f to (0,0).
Vector3d
- Class in
javax.vecmath
A 3-element vector that is represented by double-precision floating point x,y,z coordinates.
Vector3d(double, double, double)
- Constructor for class javax.vecmath.
Vector3d
Constructs and initializes a Vector3d from the specified xyz coordinates.
Vector3d(double[])
- Constructor for class javax.vecmath.
Vector3d
Constructs and initializes a Vector3d from the array of length 3.
Vector3d(Vector3d)
- Constructor for class javax.vecmath.
Vector3d
Constructs and initializes a Vector3d from the specified Vector3d.
Vector3d(Vector3f)
- Constructor for class javax.vecmath.
Vector3d
Constructs and initializes a Vector3d from the specified Vector3f.
Vector3d(Tuple3f)
- Constructor for class javax.vecmath.
Vector3d
Constructs and initializes a Vector3d from the specified Tuple3f.
Vector3d(Tuple3d)
- Constructor for class javax.vecmath.
Vector3d
Constructs and initializes a Vector3d from the specified Tuple3d.
Vector3d()
- Constructor for class javax.vecmath.
Vector3d
Constructs and initializes a Vector3d to (0,0,0).
Vector3f
- Class in
javax.vecmath
A 3-element vector that is represented by single-precision floating point x,y,z coordinates.
Vector3f(float, float, float)
- Constructor for class javax.vecmath.
Vector3f
Constructs and initializes a Vector3f from the specified xyz coordinates.
Vector3f(float[])
- Constructor for class javax.vecmath.
Vector3f
Constructs and initializes a Vector3f from the array of length 3.
Vector3f(Vector3f)
- Constructor for class javax.vecmath.
Vector3f
Constructs and initializes a Vector3f from the specified Vector3f.
Vector3f(Vector3d)
- Constructor for class javax.vecmath.
Vector3f
Constructs and initializes a Vector3f from the specified Vector3d.
Vector3f(Tuple3f)
- Constructor for class javax.vecmath.
Vector3f
Constructs and initializes a Vector3f from the specified Tuple3f.
Vector3f(Tuple3d)
- Constructor for class javax.vecmath.
Vector3f
Constructs and initializes a Vector3f from the specified Tuple3d.
Vector3f()
- Constructor for class javax.vecmath.
Vector3f
Constructs and initializes a Vector3f to (0,0,0).
Vector4d
- Class in
javax.vecmath
A 4-element vector represented by double-precision floating point x,y,z,w coordinates.
Vector4d(double, double, double, double)
- Constructor for class javax.vecmath.
Vector4d
Constructs and initializes a Vector4d from the specified xyzw coordinates.
Vector4d(double[])
- Constructor for class javax.vecmath.
Vector4d
Constructs and initializes a Vector4d from the coordinates contained in the array.
Vector4d(Vector4d)
- Constructor for class javax.vecmath.
Vector4d
Constructs and initializes a Vector4d from the specified Vector4d.
Vector4d(Vector4f)
- Constructor for class javax.vecmath.
Vector4d
Constructs and initializes a Vector4d from the specified Vector4f.
Vector4d(Tuple4f)
- Constructor for class javax.vecmath.
Vector4d
Constructs and initializes a Vector4d from the specified Tuple4f.
Vector4d(Tuple4d)
- Constructor for class javax.vecmath.
Vector4d
Constructs and initializes a Vector4d from the specified Tuple4d.
Vector4d(Tuple3d)
- Constructor for class javax.vecmath.
Vector4d
Constructs and initializes a Vector4d from the specified Tuple3d.
Vector4d()
- Constructor for class javax.vecmath.
Vector4d
Constructs and initializes a Vector4d to (0,0,0,0).
Vector4f
- Class in
javax.vecmath
A 4-element vector represented by single-precision floating point x,y,z,w coordinates.
Vector4f(float, float, float, float)
- Constructor for class javax.vecmath.
Vector4f
Constructs and initializes a Vector4f from the specified xyzw coordinates.
Vector4f(float[])
- Constructor for class javax.vecmath.
Vector4f
Constructs and initializes a Vector4f from the array of length 4.
Vector4f(Vector4f)
- Constructor for class javax.vecmath.
Vector4f
Constructs and initializes a Vector4f from the specified Vector4f.
Vector4f(Vector4d)
- Constructor for class javax.vecmath.
Vector4f
Constructs and initializes a Vector4f from the specified Vector4d.
Vector4f(Tuple4f)
- Constructor for class javax.vecmath.
Vector4f
Constructs and initializes a Vector4f from the specified Tuple4f.
Vector4f(Tuple4d)
- Constructor for class javax.vecmath.
Vector4f
Constructs and initializes a Vector4f from the specified Tuple4d.
Vector4f(Tuple3f)
- Constructor for class javax.vecmath.
Vector4f
Constructs and initializes a Vector4f from the specified Tuple3f.
Vector4f()
- Constructor for class javax.vecmath.
Vector4f
Constructs and initializes a Vector4f to (0,0,0,0).
VECTOR_TYPE
- Static variable in interface com.ryanm.config.
Configurator
Type flag for Vector variables.
VectorCodec
- Class in
com.ryanm.config.serial.imp
VectorCodec()
- Constructor for class com.ryanm.config.serial.imp.
VectorCodec
VectorWidget
- Class in
com.ryanm.config.swing.imp
A widget for editing a 3-dimensional Vector
VectorWidget(Configurator, String)
- Constructor for class com.ryanm.config.swing.imp.
VectorWidget
Standard constructor
VectorWidget()
- Constructor for class com.ryanm.config.swing.imp.
VectorWidget
VelocityAware
- Interface in
com.speckled.specksim.imp.state
Denotes a SpeckState that contains information about the speck's velocity at the time of state capture
VelocityRenderer
- Class in
com.speckled.specksim.gui.imp
Renders an arrow indicating the velocity of VelocityAware specks
VelocityRenderer()
- Constructor for class com.speckled.specksim.gui.imp.
VelocityRenderer
VelocitySpeck
- Class in
com.speckled.specksim.imp.specks
An extremely simple speck type.
VelocitySpeck()
- Constructor for class com.speckled.specksim.imp.specks.
VelocitySpeck
vertices
- Variable in class com.speckled.specksim.imp.motion.
Body
An array of the vertices of the body
vertices
- Variable in class com.speckled.specksim.imp.motion.
SpeckledBodyModel.BodiesState.BodyState
The vertices of the body
VisTest
- Class in
com.ryanm.glvisualiser.imp
A test and demo of all the stuff i've done
VisTest()
- Constructor for class com.ryanm.glvisualiser.imp.
VisTest
visualiser
- Variable in class com.speckled.specksim.gui.imp.
AbstractStateRenderer
A reference to the parent visualiser
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z