Serialized Form
-
Package nl.tudelft.simulation.language
-
Exception nl.tudelft.simulation.language.DsolException
class DsolException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception nl.tudelft.simulation.language.DsolRuntimeException
class DsolRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package nl.tudelft.simulation.language.d2
-
Class nl.tudelft.simulation.language.d2.DirectionalLine
class DirectionalLine extends Line2D.Double implements Serializable- serialVersionUID:
- 1L
-
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.
-
-