Serialized Form


Package nl.tudelft.simulation.language.d2

Class nl.tudelft.simulation.language.d2.DirectionalLine extends Line2D.Double implements Serializable

Serialized Fields

lineThickness

double lineThickness
the thickness of the line


normalX

double normalX
x coordinate of the line normal


normalY

double normalY
y coordinate of the line normal


Package nl.tudelft.simulation.language.d3

Class nl.tudelft.simulation.language.d3.CartesianPoint extends Point3d implements Serializable

Class nl.tudelft.simulation.language.d3.DirectedPoint extends CartesianPoint implements Serializable

Serialized Fields

rotX

double rotX
rotX is the rotX


rotY

double rotY
rotY is the rotY-value


rotZ

double rotZ
rotZ is the rotZ-value


Package nl.tudelft.simulation.language.filters

Class nl.tudelft.simulation.language.filters.AbstractFilter extends Object implements Serializable

Serialized Fields

inverted

boolean inverted
is this filter inverted

Class nl.tudelft.simulation.language.filters.CompositeFilter extends AbstractFilter implements Serializable

Serialized Fields

operator

short operator
the operator of the composite filter


filters

Filterinterface[] filters
the filters to compose

Class nl.tudelft.simulation.language.filters.MaxPointFilter extends AbstractFilter implements Serializable

Serialized Fields

maxPoints

long maxPoints
the maxPoints to use


accepted

long accepted
the amount of points already accepted

Class nl.tudelft.simulation.language.filters.ModulusFilter extends AbstractFilter implements Serializable

Serialized Fields

modulus

long modulus
the maxPoints to use


current

long current
the amount of points already accepted

Class nl.tudelft.simulation.language.filters.ZeroFilter extends AbstractFilter implements Serializable


Package nl.tudelft.simulation.language.reflection

Class nl.tudelft.simulation.language.reflection.FieldSignature extends Object implements Serializable

Serialized Fields

value

String value
the value of the field descriptor

Class nl.tudelft.simulation.language.reflection.MethodSignature extends Object implements Serializable

Serialized Fields

value

String value
the value of the methodDescriptor

Class nl.tudelft.simulation.language.reflection.SerializableConstructor extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException
reads a serializable method from stream

Throws:
IOException - on IOException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
writes a serializable method to stream

Throws:
IOException - on IOException
Serialized Fields

constructor

Constructor<T> constructor
the constructor

Class nl.tudelft.simulation.language.reflection.SerializableField extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException
reads a serializable method from stream

Throws:
IOException - on IOException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
writes a serializable method to stream

Throws:
IOException - on IOException
Serialized Fields

field

Field field
the field

Class nl.tudelft.simulation.language.reflection.SerializableMethod extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException
reads a serializable method from stream

Throws:
IOException - on IOException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
writes a serializable method to stream

Throws:
IOException - on IOException
Serialized Fields

method

Method method
the method to use


Package nl.tudelft.simulation.language.swing

Class nl.tudelft.simulation.language.swing.JMultiToolbarFrame extends JFrame implements Serializable

Serialized Fields

currentContentPane

Container currentContentPane
The pane you can fiddle with -- to which content can be added, of which the layout can be changed, and so on. It's returned by getContentPane().


containerStack

Vector<E> containerStack
A stack of all the toolbar containers -- those "outside" of currentContentPane. The indices match those of toolbarStack .


toolbarStack

Vector<E> toolbarStack
A stack of all the toolbars. The indices match those of containerStack.


topContainer

Container topContainer
The container of currentContentPane.


isEmpty

boolean isEmpty
Whether the window is empty (i.e., has only an unedited, blank 'untitled' document in it).


Package nl.tudelft.simulation.language.util

Class nl.tudelft.simulation.language.util.BitUtil extends Object implements Serializable



Copyright © 2002-2011 Delft University of Technology, the Netherlands. All Rights Reserved.