- random() - Method in class geofasc.swing.tool.Calculator
-
Generates a random double number.
- randomInt() - Method in class geofasc.swing.tool.Calculator
-
Generates a random integer.
- randomInt(int, int) - Method in class geofasc.swing.tool.Calculator
-
Generates a random integer between the given intervall (including the
left and right bounds of the intervall).
- Rectangle - Class in geofasc.swing
-
Rectangle
is the component used for visualizing a rectangle
figure.
- Rectangle() - Constructor for class geofasc.swing.Rectangle
-
Constructs a new empty Rectangle
with width and height equal
to 0.
- Rectangle(int, int) - Constructor for class geofasc.swing.Rectangle
-
Constructs a new Rectangle
with the given size.
- Rectangle(int, int, int, int) - Constructor for class geofasc.swing.Rectangle
-
Constructs a new Rectangle
with the given bounds (size and
location).
- RectangleModel - Interface in geofasc.swing.model
-
RectangleModel
is the interface for the data model of a
rectangle figure.
- RectangleUI - Class in geofasc.swing.plaf
-
Pluggable look and feel interface for a
Rectangle
.
- RectangleUI() - Constructor for class geofasc.swing.plaf.RectangleUI
-
- register(Component) - Static method in class geofasc.swing.tool.ComponentMouseDragger
-
Registers the given component to this class and enables mouse dragging
for it.
- remove(Component) - Method in class geofasc.swing.tool.Canvas
- remove(Component...) - Method in class geofasc.swing.tool.Canvas
-
Removes the given components from this canvas.
- removeAll() - Method in class geofasc.swing.tool.Canvas
- removeChangeListener(ChangeListener) - Method in class geofasc.swing.model.DefaultFigureModel
-
Removes a previously added listener from the model.
- removeChangeListener(ChangeListener) - Method in interface geofasc.swing.model.FigureModel
-
Removes a previously added listener from the model.
- removePoint(int) - Method in class geofasc.swing.model.DefaultPolylineModel
-
Removes the point with the given index from this model's poly[gon|line].
- removePoint(int, int) - Method in class geofasc.swing.model.DefaultPolylineModel
-
Removes the point with the given coordinates from this model's
poly[gon|line].
- removePoint(Point) - Method in class geofasc.swing.model.DefaultPolylineModel
-
Removes the given point from this model's poly[gon|line].
- removePoint(int) - Method in interface geofasc.swing.model.PolylineModel
-
Removes the point with the given index from this model's poly[gon|line].
- removePoint(int, int) - Method in interface geofasc.swing.model.PolylineModel
-
Removes the point with the given coordinates from this model's
poly[gon|line].
- removePoint(Point) - Method in interface geofasc.swing.model.PolylineModel
-
Removes the given point from this model's poly[gon|line].
- removePoint(int) - Method in class geofasc.swing.Polyline
-
- removePoint(int, int) - Method in class geofasc.swing.Polyline
-
- removePoint(Point) - Method in class geofasc.swing.Polyline
-
- round(double) - Method in class geofasc.swing.tool.Calculator
-