Serialized Form
-
Package armyc2.c5isr.graphics2d
-
Class armyc2.c5isr.graphics2d.Line2D.Double
class Double extends Line2D implements Serializable- serialVersionUID:
- 7979627399746467499L
-
Serialized Fields
-
x1
double x1
The X coordinate of the start point of the line segment.- Since:
- 1.2
-
x2
double x2
The X coordinate of the end point of the line segment.- Since:
- 1.2
-
y1
double y1
The Y coordinate of the start point of the line segment.- Since:
- 1.2
-
y2
double y2
The Y coordinate of the end point of the line segment.- Since:
- 1.2
-
-
Class armyc2.c5isr.graphics2d.Line2D.Float
class Float extends Line2D implements Serializable- serialVersionUID:
- 6161772511649436349L
-
Serialized Fields
-
x1
float x1
The X coordinate of the start point of the line segment.- Since:
- 1.2
-
x2
float x2
The X coordinate of the end point of the line segment.- Since:
- 1.2
-
y1
float y1
The Y coordinate of the start point of the line segment.- Since:
- 1.2
-
y2
float y2
The Y coordinate of the end point of the line segment.- Since:
- 1.2
-
-
Class armyc2.c5isr.graphics2d.Point2D.Double
class Double extends Point2D implements Serializable- serialVersionUID:
- 6150783262733311327L
-
Serialized Fields
-
x
double x
The X coordinate of thisPoint2D
.- Since:
- 1.2
-
y
double y
The Y coordinate of thisPoint2D
.- Since:
- 1.2
-
-
Class armyc2.c5isr.graphics2d.Point2D.Float
class Float extends Point2D implements Serializable- serialVersionUID:
- -2870572449815403710L
-
Serialized Fields
-
x
float x
The X coordinate of thisPoint2D
.- Since:
- 1.2
-
y
float y
The Y coordinate of thisPoint2D
.- Since:
- 1.2
-
-
-
Package armyc2.c5isr.renderer.utilities
-
Exception armyc2.c5isr.renderer.utilities.RendererException
class RendererException extends Exception implements Serializable
-
-
Package armyc2.c5isr.web.json.utilities
-
Exception armyc2.c5isr.web.json.utilities.JSONException
class JSONException extends Exception implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
cause
Throwable cause
-
-