A B C D E F G H I J L M N O P R S T U W Z 

A

AbstractFilter - Class in nl.tudelft.simulation.language.filters
The abstract filter forms the abstract class for all filters.
AbstractFilter() - Constructor for class nl.tudelft.simulation.language.filters.AbstractFilter
constructs a new AbstractFilter
accept(Object) - Method in class nl.tudelft.simulation.language.filters.AbstractFilter
 
accept(Object) - Method in interface nl.tudelft.simulation.language.filters.Filterinterface
a filter defines whether to accept a value in a chart
addJToolBar(JToolBar, int) - Method in class nl.tudelft.simulation.language.swing.JMultiToolbarFrame
Adds another toolbar to the specified side of the frame.
addPoint(double, double) - Method in class nl.tudelft.simulation.language.d2.DirectionalShape
add a point to the shape
and(Filterinterface) - Method in class nl.tudelft.simulation.language.filters.AbstractFilter
adds filter to this filter and returns the composed filter
AND - Static variable in class nl.tudelft.simulation.language.filters.CompositeFilter
the AND operator
and(Filterinterface) - Method in interface nl.tudelft.simulation.language.filters.Filterinterface
adds filter to this filter and returns the composed filter
Angle - Class in nl.tudelft.simulation.language.d2
The Angle class presents a number of mathematical utility functions on the angle.
angle(Point2D, Point2D) - Static method in class nl.tudelft.simulation.language.d2.Angle
Return the 2-pi normalized angle when making an arc from p0 to p1

B

BACKSIDE - Static variable in class nl.tudelft.simulation.language.d2.DirectionalLine
point at the back of the line
BitUtil - Class in nl.tudelft.simulation.language.util
Utilities for the bitset class.
BoundingBox - Class in nl.tudelft.simulation.language.d3
A bounding box.
BoundingBox() - Constructor for class nl.tudelft.simulation.language.d3.BoundingBox
constructs a new BoundingBox
BoundingBox(double, double, double) - Constructor for class nl.tudelft.simulation.language.d3.BoundingBox
constructs a new BoundingBox around [0;0;0]
BoundingBox(Bounds) - Constructor for class nl.tudelft.simulation.language.d3.BoundingBox
constructs a new BoundingBox
BoundingBox(Bounds[]) - Constructor for class nl.tudelft.simulation.language.d3.BoundingBox
constructs a new BoundingBox
BoundingBox(Point3d, Point3d) - Constructor for class nl.tudelft.simulation.language.d3.BoundingBox
constructs a new BoundingBox
BoundsUtil - Class in nl.tudelft.simulation.language.d3
A BoundsUtil.

C

calcNormal() - Method in class nl.tudelft.simulation.language.d2.DirectionalLine
Calculates the normal to this line.
CartesianPoint - Class in nl.tudelft.simulation.language.d3
The Point3D class with utilities to convert to point2D where the z-axis is neglected.
CartesianPoint(double, double, double) - Constructor for class nl.tudelft.simulation.language.d3.CartesianPoint
constructs a new CartesianPoint
CartesianPoint(double[]) - Constructor for class nl.tudelft.simulation.language.d3.CartesianPoint
constructs a new CartesianPoint
CartesianPoint(Point3d) - Constructor for class nl.tudelft.simulation.language.d3.CartesianPoint
constructs a new CartesianPoint
CartesianPoint(Point3f) - Constructor for class nl.tudelft.simulation.language.d3.CartesianPoint
constructs a new CartesianPoint
CartesianPoint(Tuple3f) - Constructor for class nl.tudelft.simulation.language.d3.CartesianPoint
constructs a new CartesianPoint
CartesianPoint(Tuple3d) - Constructor for class nl.tudelft.simulation.language.d3.CartesianPoint
constructs a new CartesianPoint
CartesianPoint(Point2D) - Constructor for class nl.tudelft.simulation.language.d3.CartesianPoint
constructs a new CartesianPoint
CartesianPoint() - Constructor for class nl.tudelft.simulation.language.d3.CartesianPoint
constructs a new CartesianPoint
cast(Class[], Object[]) - Static method in class nl.tudelft.simulation.language.primitives.Primitive
casts a set of values to classes
cast(Class, Object) - Static method in class nl.tudelft.simulation.language.primitives.Primitive
casts an object to a instance of clazz
Circle - Class in nl.tudelft.simulation.language.d2
(c) copyright 2002-2005 Delft University of Technology , the Netherlands.
ClassUtil - Class in nl.tudelft.simulation.language.reflection
ClassUtil is a utility class providing assistance for Java Classes.
clone() - Method in class nl.tudelft.simulation.language.d3.DirectedPoint
 
COLLINEAR - Static variable in class nl.tudelft.simulation.language.d2.DirectionalLine
point collinear with the line
CompositeFilter - Class in nl.tudelft.simulation.language.filters
The composite filter combines two filters.
CompositeFilter(Filterinterface, Filterinterface, short) - Constructor for class nl.tudelft.simulation.language.filters.CompositeFilter
constructs a new CompositeFilter
construct() - Method in class nl.tudelft.simulation.language.swing.SwingWorker
 
containerStack - Variable in class nl.tudelft.simulation.language.swing.JMultiToolbarFrame
A stack of all the toolbar containers -- those "outside" of currentContentPane.
contains(Rectangle2D, Rectangle2D) - Static method in class nl.tudelft.simulation.language.d2.Shape
is r1 completely in r2
contains(DirectedPoint, Bounds, Point3d) - Static method in class nl.tudelft.simulation.language.d3.BoundsUtil
 
currentContentPane - Variable in class nl.tudelft.simulation.language.swing.JMultiToolbarFrame
The pane you can fiddle with -- to which content can be added, of which the layout can be changed, and so on.

D

deSerialize() - Method in class nl.tudelft.simulation.language.reflection.SerializableConstructor
deserializes the field
deSerialize() - Method in class nl.tudelft.simulation.language.reflection.SerializableField
deserializes the field
deSerialize() - Method in class nl.tudelft.simulation.language.reflection.SerializableMethod
deserializes the field
determineSegments() - Method in class nl.tudelft.simulation.language.d2.DirectionalShape
determine the line segments between the points
DirectedPoint - Class in nl.tudelft.simulation.language.d3
The location object.
DirectedPoint() - Constructor for class nl.tudelft.simulation.language.d3.DirectedPoint
constructs a new DirectedPoint
DirectedPoint(double, double, double) - Constructor for class nl.tudelft.simulation.language.d3.DirectedPoint
constructs a new DirectedPoint
DirectedPoint(double, double, double, double, double, double) - Constructor for class nl.tudelft.simulation.language.d3.DirectedPoint
constructs a new DirectedPoint
DirectedPoint(Point2D, double) - Constructor for class nl.tudelft.simulation.language.d3.DirectedPoint
constructs a new DirectedPoint
DirectedPoint(double[]) - Constructor for class nl.tudelft.simulation.language.d3.DirectedPoint
constructs a new DirectedPoint
DirectedPoint(Point3d) - Constructor for class nl.tudelft.simulation.language.d3.DirectedPoint
constructs a new DirectedPoint
DirectedPoint(SphericalPoint) - Constructor for class nl.tudelft.simulation.language.d3.DirectedPoint
constructs a new DirectedPoint
DirectedPoint(DirectedPoint) - Constructor for class nl.tudelft.simulation.language.d3.DirectedPoint
constructs a new DirectedPoint
DirectedPoint(Point2D) - Constructor for class nl.tudelft.simulation.language.d3.DirectedPoint
constructs a new DirectedPoint
DirectedPoint(Point3f) - Constructor for class nl.tudelft.simulation.language.d3.DirectedPoint
constructs a new DirectedPoint
DirectedPoint(Tuple3d) - Constructor for class nl.tudelft.simulation.language.d3.DirectedPoint
constructs a new DirectedPoint
DirectedPoint(Tuple3f) - Constructor for class nl.tudelft.simulation.language.d3.DirectedPoint
constructs a new DirectedPoint
DirectionalLine - Class in nl.tudelft.simulation.language.d2
A directional line with normal vector.
DirectionalLine(double, double, double, double) - Constructor for class nl.tudelft.simulation.language.d2.DirectionalLine
Creates a new DirectionalLine based on the specified coordinates.
DirectionalShape - Class in nl.tudelft.simulation.language.d2
DirectionalShape is used to create a shape out of vertices and find out whether a certain point is inside or outside of the shape.
DirectionalShape() - Constructor for class nl.tudelft.simulation.language.d2.DirectionalShape
constructs a new directional line

E

equals(Object) - Method in class nl.tudelft.simulation.language.d3.DirectedPoint
 
equals(Tuple3d) - Method in class nl.tudelft.simulation.language.d3.DirectedPoint
 
equalsCoordinates(DirectionalLine) - Method in class nl.tudelft.simulation.language.d2.DirectionalLine
Returns true if the endpoints of this line match the endpoints of the specified line.
equalsCoordinatesIgnoreOrder(DirectionalLine) - Method in class nl.tudelft.simulation.language.d2.DirectionalLine
Returns true if the endpoints of this line match the endpoints of the specified line, ignoring endpoint order (if the first point of this line is equal to the second point of the specified line, and vice versa, returns true).

F

FieldSignature - Class in nl.tudelft.simulation.language.reflection
A field descriptor represents the type of a class, instance, or local variable.
FieldSignature(String) - Constructor for class nl.tudelft.simulation.language.reflection.FieldSignature
constructs a new FieldSignature
FieldSignature(Class) - Constructor for class nl.tudelft.simulation.language.reflection.FieldSignature
constructs a new FieldSignature
filter(Object) - Method in class nl.tudelft.simulation.language.filters.AbstractFilter
filters the entry.
filter(Object) - Method in class nl.tudelft.simulation.language.filters.CompositeFilter
 
filter(Object) - Method in class nl.tudelft.simulation.language.filters.MaxPointFilter
 
filter(Object) - Method in class nl.tudelft.simulation.language.filters.ModulusFilter
 
filter(Object) - Method in class nl.tudelft.simulation.language.filters.ZeroFilter
 
Filterinterface - Interface in nl.tudelft.simulation.language.filters
The FilterInterface is a general interface for all filters in DSOL.
finalize() - Method in class nl.tudelft.simulation.language.concurrent.WorkerThread
 
finished() - Method in class nl.tudelft.simulation.language.swing.SwingWorker
Called on the event dispatching thread (not on the worker thread) after the construct method has returned.
flip() - Method in class nl.tudelft.simulation.language.d2.DirectionalLine
Flips this line so that the end points are reversed (in other words, (x1,y1) becomes (x2,y2) and vice versa) and the normal is changed to point the opposite direction.
forName(String) - Static method in class nl.tudelft.simulation.language.primitives.Primitive
returns the primitiveClass of the name given as defined by the Java VM class constants.
fromBoolean(boolean) - Static method in class nl.tudelft.simulation.language.util.BitUtil
returns a one-size BitSet with value
fromByteArray(byte[]) - Static method in class nl.tudelft.simulation.language.util.BitUtil
 
fromInt(int, int) - Static method in class nl.tudelft.simulation.language.util.BitUtil
returns the bitset of an integer value
fromInteger(Integer, int) - Static method in class nl.tudelft.simulation.language.util.BitUtil
returns the bitset of an integer value
fromString(String) - Static method in class nl.tudelft.simulation.language.util.BitUtil
constructs a new BitSet from a string in the "110110" format.
FRONTSIDE - Static variable in class nl.tudelft.simulation.language.d2.DirectionalLine
point in front of the line

G

get() - Method in class nl.tudelft.simulation.language.swing.SwingWorker
Return the value created by the construct method.
getAllConstructors(Class, Constructor[]) - Static method in class nl.tudelft.simulation.language.reflection.ClassUtil
gets all the constructors of a class and adds the result to result
getAllMethods(Class, String, Method[]) - Static method in class nl.tudelft.simulation.language.reflection.ClassUtil
gets all the methods of a class and adds the result to result
getClass(Object[]) - Static method in class nl.tudelft.simulation.language.reflection.ClassUtil
converts an array of objects to their corresponding classes
getClassValue() - Method in class nl.tudelft.simulation.language.reflection.FieldSignature
 
getContentPane() - Method in class nl.tudelft.simulation.language.swing.JMultiToolbarFrame
Overrides JFrame.getContentPane().
getCriterium() - Method in class nl.tudelft.simulation.language.filters.AbstractFilter
returns the filter criterium
getCriterium() - Method in class nl.tudelft.simulation.language.filters.CompositeFilter
 
getCriterium() - Method in interface nl.tudelft.simulation.language.filters.Filterinterface
returns a string representation of the criterium
getCriterium() - Method in class nl.tudelft.simulation.language.filters.MaxPointFilter
 
getCriterium() - Method in class nl.tudelft.simulation.language.filters.ModulusFilter
 
getCriterium() - Method in class nl.tudelft.simulation.language.filters.ZeroFilter
 
getFullScreenWindow() - Method in class nl.tudelft.simulation.language.swing.ScreenManager
Method getFullScreenWindow.
getInside(double, double) - Method in class nl.tudelft.simulation.language.d2.DirectionalShape
determine whether a point (x,y) is inside this shape or not
getIntersect(DirectedPoint, Bounds, double) - Static method in class nl.tudelft.simulation.language.d3.BoundsUtil
computes the intersect of bounds with the zValue
getIntersection(Line2D.Double) - Method in class nl.tudelft.simulation.language.d2.DirectionalLine
Returns the fraction of intersection along this line.
getIntersectionPoint(Line2D.Double) - Method in class nl.tudelft.simulation.language.d2.DirectionalLine
Returns the interection point of this line with the specified line.
getLineThickness() - Method in class nl.tudelft.simulation.language.d2.DirectionalLine
Gets the thickness of the line.
getNormalx() - Method in class nl.tudelft.simulation.language.d2.DirectionalLine
 
getNormaly() - Method in class nl.tudelft.simulation.language.d2.DirectionalLine
 
getParameterDescriptor() - Method in class nl.tudelft.simulation.language.reflection.MethodSignature
 
getParameterDescriptor(String) - Static method in class nl.tudelft.simulation.language.reflection.MethodSignature
 
getParameterTypes() - Method in class nl.tudelft.simulation.language.reflection.MethodSignature
returns the parameterTypes
getParameterTypes(String) - Static method in class nl.tudelft.simulation.language.reflection.MethodSignature
returns the parameterTypes
getPhi() - Method in class nl.tudelft.simulation.language.d3.SphericalPoint
 
getPrimitive(Class) - Static method in class nl.tudelft.simulation.language.primitives.Primitive
gets the primitive of the given wrapperClass
getRadius() - Method in class nl.tudelft.simulation.language.d3.SphericalPoint
 
getResource(String) - Static method in class nl.tudelft.simulation.language.io.URLResource
resolves a resource for name
getResourceAsStream(String) - Static method in class nl.tudelft.simulation.language.io.URLResource
returns the reseource as stream
getReturnDescriptor() - Method in class nl.tudelft.simulation.language.reflection.MethodSignature
 
getReturnDescriptor(String) - Static method in class nl.tudelft.simulation.language.reflection.MethodSignature
 
getReturnType() - Method in class nl.tudelft.simulation.language.reflection.MethodSignature
returns the returnType of this methodDescriptor
getReturnType(String) - Static method in class nl.tudelft.simulation.language.reflection.MethodSignature
returns the returnType of this methodDescriptor
getRotX() - Method in class nl.tudelft.simulation.language.d3.DirectedPoint
returns the rotX value
getRotY() - Method in class nl.tudelft.simulation.language.d3.DirectedPoint
returns ther rotY-value
getRotZ() - Method in class nl.tudelft.simulation.language.d3.DirectedPoint
returns the rotZ value
getSide(Line2D.Double) - Method in class nl.tudelft.simulation.language.d2.DirectionalLine
Gets the side of this line that the specified line segment is on.
getSideThick(double, double) - Method in class nl.tudelft.simulation.language.d2.DirectionalLine
Gets the side of this line the specified point is on.
getSideThin(double, double) - Method in class nl.tudelft.simulation.language.d2.DirectionalLine
Gets the side of this line the specified point is on.
getStringValue() - Method in class nl.tudelft.simulation.language.reflection.FieldSignature
 
getTheta() - Method in class nl.tudelft.simulation.language.d3.SphericalPoint
 
getValue() - Method in class nl.tudelft.simulation.language.swing.SwingWorker
 
getWrapper(Class) - Static method in class nl.tudelft.simulation.language.primitives.Primitive
gets the wrapper of this primitive class

H

hashCode() - Method in class nl.tudelft.simulation.language.d3.DirectedPoint
 

I

interrupt() - Method in class nl.tudelft.simulation.language.swing.SwingWorker
A new method that interrupts the worker thread.
intersection(Point2D, double, Point2D, double) - Static method in class nl.tudelft.simulation.language.d2.Circle
Elegant intersection algorithm from http://astronomy.swin.edu.au/~pbourke/geometry/2circle/
intersects(Rectangle2D, Rectangle2D) - Static method in class nl.tudelft.simulation.language.d2.Shape
 
inverted - Variable in class nl.tudelft.simulation.language.filters.AbstractFilter
is this filter inverted
isEmpty - Variable in class nl.tudelft.simulation.language.swing.JMultiToolbarFrame
Whether the window is empty (i.e., has only an unedited, blank 'untitled' document in it).
isEmpty() - Method in class nl.tudelft.simulation.language.swing.JMultiToolbarFrame
Returns whether the window is empty.
isInverted() - Method in class nl.tudelft.simulation.language.filters.AbstractFilter
 
isInverted() - Method in interface nl.tudelft.simulation.language.filters.Filterinterface
is the filter inverted?
isMoreSpecific(Class[], Class[]) - Static method in class nl.tudelft.simulation.language.reflection.ClassUtil
Determines & returns whether constructor 'a' is more specific than constructor 'b', as defined in the Java Language Specification §15.12.
isMoreSpecific(Constructor, Constructor) - Static method in class nl.tudelft.simulation.language.reflection.ClassUtil
Determines & returns whether constructor 'a' is more specific than constructor 'b', as defined in the Java Language Specification §15.12.
isMoreSpecific(Method, Method) - Static method in class nl.tudelft.simulation.language.reflection.ClassUtil
Determines & returns whether constructor 'a' is more specific than constructor 'b', as defined in the Java Language Specification §15.12.
isVisible(int, Class, Class) - Static method in class nl.tudelft.simulation.language.reflection.ClassUtil
Returns whether a declaringClass is accessible according to the modifiers
isVisible(Field, Class) - Static method in class nl.tudelft.simulation.language.reflection.ClassUtil
Returns whether a field is visible for a caller.
isVisible(Constructor, Class) - Static method in class nl.tudelft.simulation.language.reflection.ClassUtil
Returns whether a constructor is visible for a caller.
isVisible(Method, Class) - Static method in class nl.tudelft.simulation.language.reflection.ClassUtil
Returns whether a method is visible for a caller.

J

JMultiToolbarFrame - Class in nl.tudelft.simulation.language.swing
JMultiToolbarFrame.java .
JMultiToolbarFrame() - Constructor for class nl.tudelft.simulation.language.swing.JMultiToolbarFrame
Returns a new JMultiToolbarFrame.

L

lines - Variable in class nl.tudelft.simulation.language.d2.DirectionalShape
lines that connect the points
lock(Object) - Static method in class nl.tudelft.simulation.language.concurrent.Monitor
locks an object for the current thread
lock(Object, Thread) - Static method in class nl.tudelft.simulation.language.concurrent.Monitor
locks an object for the given requestor.

M

matchSignature(Method[], String, Class[]) - Static method in class nl.tudelft.simulation.language.reflection.ClassUtil
Filters an array methods for signatures that are compatible with a given signature.
matchSignature(Method, String, Class[]) - Static method in class nl.tudelft.simulation.language.reflection.ClassUtil
Filters an array methods for signatures that are compatible with a given signature.
matchSignature(Constructor, Class[]) - Static method in class nl.tudelft.simulation.language.reflection.ClassUtil
Filters an array methods for signatures that are compatible with a given signature.
matchSignature(Constructor[], Class[]) - Static method in class nl.tudelft.simulation.language.reflection.ClassUtil
Filters an array methods for signatures that are compatible with a given signature.
MaxPointFilter - Class in nl.tudelft.simulation.language.filters
The histogram specifies a histogram chart for the DSOL framework.
MaxPointFilter(long) - Constructor for class nl.tudelft.simulation.language.filters.MaxPointFilter
constructs a new MaxPointFilter
MethodSignature - Class in nl.tudelft.simulation.language.reflection
A method descriptor represents the parameters that the method takes and the value that it returns.
MethodSignature(String) - Constructor for class nl.tudelft.simulation.language.reflection.MethodSignature
constructs a new MethodSignature
MethodSignature(Method) - Constructor for class nl.tudelft.simulation.language.reflection.MethodSignature
constructs a new MethodSignature
MethodSignature(Constructor) - Constructor for class nl.tudelft.simulation.language.reflection.MethodSignature
constructs a new MethodSignature
ModulusFilter - Class in nl.tudelft.simulation.language.filters
The modulus filter only accepts the nth event where n % given modulus = 0.
ModulusFilter(long) - Constructor for class nl.tudelft.simulation.language.filters.ModulusFilter
constructs a new ModulusFilter
Monitor - Class in nl.tudelft.simulation.language.concurrent
In the Java programming language there is a lock associated with every object.

N

nl.tudelft.simulation.language.concurrent - package nl.tudelft.simulation.language.concurrent
 
nl.tudelft.simulation.language.d2 - package nl.tudelft.simulation.language.d2
 
nl.tudelft.simulation.language.d3 - package nl.tudelft.simulation.language.d3
 
nl.tudelft.simulation.language.filters - package nl.tudelft.simulation.language.filters
 
nl.tudelft.simulation.language.io - package nl.tudelft.simulation.language.io
 
nl.tudelft.simulation.language.primitives - package nl.tudelft.simulation.language.primitives
 
nl.tudelft.simulation.language.reflection - package nl.tudelft.simulation.language.reflection
 
nl.tudelft.simulation.language.swing - package nl.tudelft.simulation.language.swing
 
nl.tudelft.simulation.language.util - package nl.tudelft.simulation.language.util
 
normalize() - Method in class nl.tudelft.simulation.language.d2.DirectionalLine
Normalizes the normal of this line (make the normal's length 1).
normalize() - Method in class nl.tudelft.simulation.language.d3.BoundingBox
normalizes the boundingBox
normalize2Pi(double) - Static method in class nl.tudelft.simulation.language.d2.Angle
Normalize an angle between 0 and 2*pi
normalizePi(double) - Static method in class nl.tudelft.simulation.language.d2.Angle
Normalize an angle between -pi and +pi

O

operatorToString() - Method in class nl.tudelft.simulation.language.filters.CompositeFilter
Converts the operator of this filter into a human readable string.
or(Filterinterface) - Method in class nl.tudelft.simulation.language.filters.AbstractFilter
creates a new composite filter which is one or two
OR - Static variable in class nl.tudelft.simulation.language.filters.CompositeFilter
the OR operator
or(Filterinterface) - Method in interface nl.tudelft.simulation.language.filters.Filterinterface
creates a new composite filter which is one or two
overlaps(Rectangle2D, Rectangle2D) - Static method in class nl.tudelft.simulation.language.d2.Shape
overlaps extent and shape.

P

points - Variable in class nl.tudelft.simulation.language.d2.DirectionalShape
points that span up the shape
Primitive - Class in nl.tudelft.simulation.language.primitives
The Primitive class is a utility class to deal with primitives.

R

removeJToolBar(JToolBar) - Method in class nl.tudelft.simulation.language.swing.JMultiToolbarFrame
Removes the specified toolbar.
resolveConstructor(Class, Class, Class[]) - Static method in class nl.tudelft.simulation.language.reflection.ClassUtil
returns the interface method
resolveConstructor(Class, Class[]) - Static method in class nl.tudelft.simulation.language.reflection.ClassUtil
returns the interface method
resolveConstructor(Class, Object[]) - Static method in class nl.tudelft.simulation.language.reflection.ClassUtil
returns the constructor
resolveField(Class, String) - Static method in class nl.tudelft.simulation.language.reflection.ClassUtil
resolves the field for a class, taking into account inner classes
resolveField(Class, Class, String) - Static method in class nl.tudelft.simulation.language.reflection.ClassUtil
returns the field
resolveField(Object, String) - Static method in class nl.tudelft.simulation.language.reflection.ClassUtil
resolves the field for a given object instance
resolveMethod(Class, Class, String, Class[]) - Static method in class nl.tudelft.simulation.language.reflection.ClassUtil
returns the interface method
resolveMethod(Class, String, Class[]) - Static method in class nl.tudelft.simulation.language.reflection.ClassUtil
returns the interface method
resolveMethod(Object, String, Class[]) - Static method in class nl.tudelft.simulation.language.reflection.ClassUtil
resolves a method the method
resolveMethod(Object, String, Object[]) - Static method in class nl.tudelft.simulation.language.reflection.ClassUtil
returns the method
restoreScreen() - Method in class nl.tudelft.simulation.language.swing.ScreenManager
Method restoreScreen.
run() - Method in class nl.tudelft.simulation.language.concurrent.WorkerThread
 

S

ScreenManager - Class in nl.tudelft.simulation.language.swing
The ScreenManager class manages initializing and displaying full screen graphics mode.
ScreenManager() - Constructor for class nl.tudelft.simulation.language.swing.ScreenManager
Constructs a new ScreenManager.
SerializableConstructor - Class in nl.tudelft.simulation.language.reflection
A SerializableConstructor.
SerializableConstructor(Constructor) - Constructor for class nl.tudelft.simulation.language.reflection.SerializableConstructor
constructs a new SerializableConstructor
SerializableConstructor(Class, Class[]) - Constructor for class nl.tudelft.simulation.language.reflection.SerializableConstructor
constructs a new SerializableConstructor
SerializableField - Class in nl.tudelft.simulation.language.reflection
A SerializableField.
SerializableField(Field) - Constructor for class nl.tudelft.simulation.language.reflection.SerializableField
constructs a new SerializableField
SerializableField(Class, String) - Constructor for class nl.tudelft.simulation.language.reflection.SerializableField
constructs a new SerializableField
SerializableMethod - Class in nl.tudelft.simulation.language.reflection
A SerializableMethod.
SerializableMethod(Method) - Constructor for class nl.tudelft.simulation.language.reflection.SerializableMethod
constructs a new SerializableMethod
SerializableMethod(Class, String, Class[]) - Constructor for class nl.tudelft.simulation.language.reflection.SerializableMethod
constructs a new SerializableMethod
setEmpty(boolean) - Method in class nl.tudelft.simulation.language.swing.JMultiToolbarFrame
Sets whether the window is empty
setFullScreen(JFrame) - Method in class nl.tudelft.simulation.language.swing.ScreenManager
Method setFullScreen.
setInverted(boolean) - Method in class nl.tudelft.simulation.language.filters.AbstractFilter
 
setInverted(boolean) - Method in interface nl.tudelft.simulation.language.filters.Filterinterface
inverts the filter
setLine(float, float, float, float) - Method in class nl.tudelft.simulation.language.d2.DirectionalLine
Set the line using floats.
setLine(double, double, double, double) - Method in class nl.tudelft.simulation.language.d2.DirectionalLine
 
setLineThickness(double) - Method in class nl.tudelft.simulation.language.d2.DirectionalLine
Sets the tickness of the line.
setRotX(double) - Method in class nl.tudelft.simulation.language.d3.DirectedPoint
sets the rotX
setRotY(double) - Method in class nl.tudelft.simulation.language.d3.DirectedPoint
sets the rotY
setRotZ(double) - Method in class nl.tudelft.simulation.language.d3.DirectedPoint
sets the rotZ value
setValue(Object) - Method in class nl.tudelft.simulation.language.swing.SwingWorker
Set the value produced by worker thread
Shape - Class in nl.tudelft.simulation.language.d2
Shape utilities.
SPANNING - Static variable in class nl.tudelft.simulation.language.d2.DirectionalLine
other line is spanning this line
SphericalPoint - Class in nl.tudelft.simulation.language.d3
SphericalPoint(double, double, double) - Constructor for class nl.tudelft.simulation.language.d3.SphericalPoint
constructs a new SphericalPoint.
start() - Method in class nl.tudelft.simulation.language.swing.SwingWorker
Start the worker thread.
SwingWorker - Class in nl.tudelft.simulation.language.swing
This is the 3rd version of SwingWorker (also known as SwingWorker 3), an abstract class that you subclass to perform GUI-related work in a dedicated thread.
SwingWorker() - Constructor for class nl.tudelft.simulation.language.swing.SwingWorker
Start a thread that will call the construct method and then exit.

T

threadVar - Variable in class nl.tudelft.simulation.language.swing.SwingWorker
the thread to use.
to2D() - Method in class nl.tudelft.simulation.language.d3.CartesianPoint
returns the 2D representation of the point
toBoolean(Object) - Static method in class nl.tudelft.simulation.language.primitives.Primitive
casts an object to Boolean
toByte(Object) - Static method in class nl.tudelft.simulation.language.primitives.Primitive
casts an object to Byte
toByteArray(BitSet) - Static method in class nl.tudelft.simulation.language.util.BitUtil
 
toCartesianPoint() - Method in class nl.tudelft.simulation.language.d3.CartesianPoint
converts the point to a sperical point
toCartesianPoint() - Method in class nl.tudelft.simulation.language.d3.SphericalPoint
converts a sphericalpoint to a cartesian point
toCartesianPoint(SphericalPoint) - Static method in class nl.tudelft.simulation.language.d3.SphericalPoint
converts a sphericalpoint to a cartesian point
toCharacter(Object) - Static method in class nl.tudelft.simulation.language.primitives.Primitive
casts an object to Character
toClass(String) - Static method in class nl.tudelft.simulation.language.reflection.FieldSignature
converts a fieldDescriptor to its class representation
toDescriptor(Class[]) - Static method in class nl.tudelft.simulation.language.reflection.FieldSignature
converts an array of fields to its descriptor
toDescriptor(Class) - Static method in class nl.tudelft.simulation.language.reflection.FieldSignature
converts a field to its descriptor
toDouble(Object) - Static method in class nl.tudelft.simulation.language.primitives.Primitive
casts an object to Double
toFloat(Object) - Static method in class nl.tudelft.simulation.language.primitives.Primitive
casts an object to Float
toInt(BitSet, int) - Static method in class nl.tudelft.simulation.language.util.BitUtil
 
toInteger(Object) - Static method in class nl.tudelft.simulation.language.primitives.Primitive
casts an object to Integer
toLong(Object) - Static method in class nl.tudelft.simulation.language.primitives.Primitive
casts an object to Long
toolbarStack - Variable in class nl.tudelft.simulation.language.swing.JMultiToolbarFrame
A stack of all the toolbars.
topContainer - Variable in class nl.tudelft.simulation.language.swing.JMultiToolbarFrame
The container of currentContentPane.
toShort(Object) - Static method in class nl.tudelft.simulation.language.primitives.Primitive
casts an object to Short
toSphericalPoint(CartesianPoint) - Static method in class nl.tudelft.simulation.language.d3.CartesianPoint
converts a cartesian point to a sperical point
toString() - Method in class nl.tudelft.simulation.language.d2.DirectionalLine
 
toString() - Method in class nl.tudelft.simulation.language.d3.DirectedPoint
 
toString() - Method in class nl.tudelft.simulation.language.filters.AbstractFilter
 
toString() - Method in class nl.tudelft.simulation.language.reflection.FieldSignature
 
toString() - Method in class nl.tudelft.simulation.language.reflection.MethodSignature
 
transform(Bounds, DirectedPoint) - Static method in class nl.tudelft.simulation.language.d3.BoundsUtil
rotates and translates to a directed point

U

unlock(Object) - Static method in class nl.tudelft.simulation.language.concurrent.Monitor
unlocks an object locked by the current Thread
unlock(Object, Thread) - Static method in class nl.tudelft.simulation.language.concurrent.Monitor
unlocks an object locked by owner.
URLResource - Class in nl.tudelft.simulation.language.io
(c) copyright 2002-2005 Delft University of Technology , the Netherlands.

W

WorkerThread - Class in nl.tudelft.simulation.language.concurrent
The WorkerThread is a working thread.
WorkerThread(String, Runnable) - Constructor for class nl.tudelft.simulation.language.concurrent.WorkerThread
constructs a new SimulatorRunThread

Z

ZeroFilter - Class in nl.tudelft.simulation.language.filters
The Zero filter does not filter any value.
ZeroFilter() - Constructor for class nl.tudelft.simulation.language.filters.ZeroFilter
constructs a new ZeroFilte
A B C D E F G H I J L M N O P R S T U W Z 

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