- Led - Class in geofasc.swing.demo
-
A
Lamp
is a
Circle
with the common functionality of a
lamp.
- Led(int, Color, Color) - Constructor for class geofasc.swing.demo.Led
-
- Led(int, Color, Color, boolean) - Constructor for class geofasc.swing.demo.Led
-
- Led(int, int, int, Color, Color) - Constructor for class geofasc.swing.demo.Led
-
- Led(int, int, int, Color, Color, boolean) - Constructor for class geofasc.swing.demo.Led
-
- LineSegment - Class in geofasc.swing
-
LineSegment
is the component used for visualizing a line segment
figure.
- LineSegment() - Constructor for class geofasc.swing.LineSegment
-
Constructs a new empty LineSegment
with length 0 and at
(x,y)-
location (0,0)
.
- LineSegment(int, int, int, int) - Constructor for class geofasc.swing.LineSegment
-
Constructs a new LineSegment
with the given restricting
points and at (x,y)-
location (0,0)
.
- LineSegment(Point, Point) - Constructor for class geofasc.swing.LineSegment
-
Constructs a new LineSegment
with the given restricting
points and at (x,y)-
location (0,0)
.
- LineSegment(int, int, int, int, int, int) - Constructor for class geofasc.swing.LineSegment
-
Constructs a new LineSegment
with the given restricting
points and at the given location.
- LineSegment(int, int, Point, Point) - Constructor for class geofasc.swing.LineSegment
-
Constructs a new LineSegment
with the given restricting
points and at the given location.
- LineSegmentModel - Interface in geofasc.swing.model
-
LineSegmentModel
is the interface for the data model of a line
segment figure.
- LineSegmentUI - Class in geofasc.swing.plaf
-
- LineSegmentUI() - Constructor for class geofasc.swing.plaf.LineSegmentUI
-