FigureModel
is the interface for the data model of a
2-dimensional figure primarily maintaining information about its size and its
location.FigureModelExtended
extends FigureModel
by providing
write access to the figure's bounds.FiguresDemo
is a small demo presenting geofasc's components and
components composed by such ones.AbstractFigure
.FlyingBulletsDemo
is a small demo showing bullets flying around
and bouncing on this frame's bounds.Frame
(synonym is a window) is intended to be used as a
top-level container with a Canvas
as its content pane.Frame
with width 640 and height 480 in pixels.Frame
with the given size and with the
top-left corner of the display as location.Frame
with the given size and at the given
location.Frame
with the given size and with the
top-left corner of the display as location.Frame
with width 640 and height 480 in pixels
and with the top-left corner of the display as location.