Serialized Form
-
Package nl.tudelft.simulation.dsol.animation
-
Class nl.tudelft.simulation.dsol.animation.StaticLocation2d
class StaticLocation2d extends org.djutils.draw.point.OrientedPoint2d implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
bounds
org.djutils.draw.bounds.Bounds2d bounds
the bounds.
-
-
Class nl.tudelft.simulation.dsol.animation.StaticLocation3d
class StaticLocation3d extends org.djutils.draw.point.OrientedPoint3d implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
bounds
org.djutils.draw.bounds.Bounds3d bounds
the bounds.
-
-
-
Package nl.tudelft.simulation.dsol.animation.d2
-
Class nl.tudelft.simulation.dsol.animation.d2.ImageRenderable
- serialVersionUID:
- 20200108L
-
Serialization Methods
-
readObject
reads a serializable object from stream.- Parameters:
in
- java.io.ObjectInputStream; the inputstream- Throws:
IOException
- on IOExceptionClassNotFoundException
- if the class of a serialized objectcould not be found
-
writeObject
writes a serializable object to stream.- Parameters:
out
- ObjectOutputStream; the outputstream- Throws:
IOException
- on IOException
-
-
Serialized Fields
-
imageUrls
URL[] imageUrls
the imageIcons to use. -
orientation
short orientation
the origin of the image.
-
-
Class nl.tudelft.simulation.dsol.animation.d2.Renderable2d
class Renderable2d extends Object implements Serializable- serialVersionUID:
- 20200108L
-
Serialized Fields
-
flags
byte flags
Storage of the boolean flags, to prevent each flag from taking 32 bits... The initial value is binary 1011 = 0B: rotate = true, flip = false, scale = true, translate = true, scaleY = false; scaleObject = false. -
id
int id
the unique id of this animation object. -
source
L extends Locatable source
the source of the renderable.
-
-
Class nl.tudelft.simulation.dsol.animation.d2.SingleImageRenderable
- serialVersionUID:
- 20200108L
-
-
Package nl.tudelft.simulation.dsol.animation.gis
-
Exception nl.tudelft.simulation.dsol.animation.gis.DsolGisException
class DsolGisException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Class nl.tudelft.simulation.dsol.animation.gis.GisObject
class GisObject extends Object implements Serializable- serialVersionUID:
- 20201015L
-
Class nl.tudelft.simulation.dsol.animation.gis.SerializableRectangle2d
class SerializableRectangle2d extends Rectangle2D implements Serializable- serialVersionUID:
- 20201015L
-
Class nl.tudelft.simulation.dsol.animation.gis.SerializableRectangle2d.Double
class Double extends SerializableRectangle2d implements Serializable- serialVersionUID:
- 20201015L
-
Serialization Methods
-
readObject
Read a serialized object from the stream.- Parameters:
in
- ObjectInputStream; the input- Throws:
IOException
- on exception
-
writeObject
Serialize the object to the stream.- Parameters:
out
- ObjectOutputStream; the outputstream- Throws:
IOException
- on exception
-
-
Serialized Fields
-
rectangle
Rectangle2D.Double rectangle
the rectangle.
-
-
Class nl.tudelft.simulation.dsol.animation.gis.SerializableRectangle2d.Float
class Float extends SerializableRectangle2d implements Serializable-
Serialization Methods
-
readObject
Read a serialized object from the stream.- Parameters:
in
- ObjectInputStream; the stream- Throws:
IOException
- on IOException
-
writeObject
Serialize the object to the stream.- Parameters:
out
- ObjectOutputStream; the stream- Throws:
IOException
- on IOException
-
-
Serialized Fields
-
rectangle
Rectangle2D rectangle
the rectangle.
-
-
-
-
Package nl.tudelft.simulation.dsol.animation.graph
-
Class nl.tudelft.simulation.dsol.animation.graph.DoubleAppendList
class DoubleAppendList extends Object implements Serializable- serialVersionUID:
- 20210103L
-
Serialized Fields
-
currentChunk
double[] currentChunk
the current chunk, already stored in the List. -
inChunkNext
int inChunkNext
the current in-chunk counter that indicates the next value to be written. -
numElements
int numElements
the total number of elements. -
storage
List<double[]> storage
the backing list with chunks.
-
-
Class nl.tudelft.simulation.dsol.animation.graph.FloatAppendList
class FloatAppendList extends Object implements Serializable- serialVersionUID:
- 20210103L
-
Serialized Fields
-
currentChunk
float[] currentChunk
the current chunk, already stored in the List. -
inChunkNext
int inChunkNext
the current in-chunk counter that indicates the next value to be written. -
numElements
int numElements
the total number of elements. -
storage
List<float[]> storage
the backing list with chunks.
-
-