Serialized Form
Package nl.tudelft.simulation.language.d2 |
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 |
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 |
inverted
boolean inverted
- is this filter inverted
operator
short operator
- the operator of the composite filter
filters
Filterinterface[] filters
- the filters to compose
maxPoints
long maxPoints
- the maxPoints to use
accepted
long accepted
- the amount of points already accepted
modulus
long modulus
- the maxPoints to use
current
long current
- the amount of points already accepted
Package nl.tudelft.simulation.language.reflection |
value
String value
- the value of the field descriptor
value
String value
- the value of the methodDescriptor
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
constructor
Constructor<T> constructor
- the constructor
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
field
Field field
- the field
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
method
Method method
- the method to use
Package nl.tudelft.simulation.language.swing |
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 |
Copyright © 2002-2011 Delft University of Technology, the Netherlands. All Rights Reserved.