- abs(double) - Method in class geofasc.swing.tool.Calculator
-
- abs(int) - Method in class geofasc.swing.tool.Calculator
-
- AbstractFigure - Class in geofasc.swing
-
AbstractFigure
serves as the abstract base class for all
components visualizing 2-dimensional geometric figures like rectangle, circle
or line segments.
- AbstractFigure() - Constructor for class geofasc.swing.AbstractFigure
-
Constructs a new AbstractFigure
at (x,y)
-location (0,0)
.
- AbstractFigure(int, int) - Constructor for class geofasc.swing.AbstractFigure
-
Constructs a new AbstractFigure
at the given location.
- add(Component) - Method in class geofasc.swing.tool.Canvas
- add(Component...) - Method in class geofasc.swing.tool.Canvas
-
Adds the given components to this canvas.
- addChangeListener(ChangeListener) - Method in class geofasc.swing.model.DefaultFigureModel
-
Adds a listener to this model which is notified on model changes.
- addChangeListener(ChangeListener) - Method in interface geofasc.swing.model.FigureModel
-
Adds a listener to this model which is notified on model changes.
- addPoint(int, int) - Method in class geofasc.swing.model.DefaultPolylineModel
-
Adds a point to this model's poly[gon|line].
- addPoint(int, int, int) - Method in class geofasc.swing.model.DefaultPolylineModel
-
Adds a point to this model's poly[gon|line] at the specified index.
- addPoint(int, Point) - Method in class geofasc.swing.model.DefaultPolylineModel
-
Adds a point to this model's poly[gon|line] at the specified index.
- addPoint(Point) - Method in class geofasc.swing.model.DefaultPolylineModel
-
Adds a point to this model's poly[gon|line].
- addPoint(int, int) - Method in interface geofasc.swing.model.PolylineModel
-
Adds a point to this model's poly[gon|line].
- addPoint(int, int, int) - Method in interface geofasc.swing.model.PolylineModel
-
Adds a point to this model's poly[gon|line] at the specified index.
- addPoint(int, Point) - Method in interface geofasc.swing.model.PolylineModel
-
Adds a point to this model's poly[gon|line] at the specified index.
- addPoint(Point) - Method in interface geofasc.swing.model.PolylineModel
-
Adds a point to this model's poly[gon|line].
- addPoint(int, int) - Method in class geofasc.swing.Polyline
-
- addPoint(int, int, int) - Method in class geofasc.swing.Polyline
-
- addPoint(Point) - Method in class geofasc.swing.Polyline
-
- addPoint(int, Point) - Method in class geofasc.swing.Polyline
-
- addToCanvas(Component) - Method in class geofasc.swing.tool.Frame
-
- addToCanvas(Component...) - Method in class geofasc.swing.tool.Frame
-