- Calculator - Class in geofasc.swing.tool
-
A Calculator
provides easy access for often used mathematical
operations like computing the square of two numbers or generating a random
number.
- Calculator() - Constructor for class geofasc.swing.tool.Calculator
-
Creates a new Calculator
.
- Canvas - Class in geofasc.swing.tool
-
A
Canvas
is intended to be used as a container with a
null-layout for
AbstractFigure
s but also other
Component
s
(also besides figures).
- Canvas() - Constructor for class geofasc.swing.tool.Canvas
-
Creates a new empty Canvas
.
- Canvas(Component...) - Constructor for class geofasc.swing.tool.Canvas
-
Creates a new Canvas
putting the passed components into it.
- Circle - Class in geofasc.swing
-
Circle
is the component used for visualizing a circle
figure.
- Circle() - Constructor for class geofasc.swing.Circle
-
Constructs a new Circle
with radius 0.
- Circle(int) - Constructor for class geofasc.swing.Circle
-
Constructs a new Circle
with the given radius
.
- Circle(int, int, int) - Constructor for class geofasc.swing.Circle
-
Constructs a new Circle
with the given radius
at location (x,y)
.
- CircleModel - Interface in geofasc.swing.model
-
CircleModel
is the interface for the data model of a circle
figure.
- close() - Method in class geofasc.swing.tool.Frame
-
Sets this frame invisible and disposes it.
- componentAdded(ContainerEvent) - Method in class geofasc.swing.AbstractFigure
-
- componentAdded(ContainerEvent) - Method in class geofasc.swing.tool.Canvas
-
- ComponentMouseDragger - Class in geofasc.swing.tool
-
The ComponentMouseDragger
singleton class can be used to enable
mouse dragging on components.
- componentRemoved(ContainerEvent) - Method in class geofasc.swing.AbstractFigure
-
- componentRemoved(ContainerEvent) - Method in class geofasc.swing.tool.Canvas
-
- contains(JComponent, int, int) - Method in class geofasc.swing.plaf.BasicEllipseUI
- contains(JComponent, int, int) - Method in class geofasc.swing.plaf.BasicLineSegmentUI
- contains(JComponent, int, int) - Method in class geofasc.swing.plaf.BasicPolylineUI
- createUI(JComponent) - Static method in class geofasc.swing.plaf.BasicFigureUI
-