- geofasc.swing - package geofasc.swing
-
Provides all the classes being geometric figures as Swing components.
- geofasc.swing.demo - package geofasc.swing.demo
-
- geofasc.swing.model - package geofasc.swing.model
-
Provides all the data model classes (interfaces and their default implementations)
for the geometric figure components.
- geofasc.swing.plaf - package geofasc.swing.plaf
-
Provides all the pluggable look and feel (L&F) classes (the views) for the geometric figure components.
- geofasc.swing.tool - package geofasc.swing.tool
-
Provides all the tool classes being helpful for quickly building demo programs
with geometric figure components and other components.
- getArcHeight() - Method in class geofasc.swing.model.DefaultRectangleModel
-
Gets the arc height used when drawing this model's rectangle with rounded
corners.
- getArcHeight() - Method in interface geofasc.swing.model.RectangleModel
-
Gets the arc height used when drawing this model's rectangle with rounded
corners.
- getArcHeight() - Method in class geofasc.swing.Rectangle
-
- getArcSize() - Method in class geofasc.swing.model.DefaultRectangleModel
-
Gets the arc size (arc width and height) used when drawing this model's
rectangle with rounded corners.
- getArcSize() - Method in interface geofasc.swing.model.RectangleModel
-
Gets the arc size (arc width and height) used when drawing this model's
rectangle with rounded corners.
- getArcSize() - Method in class geofasc.swing.Rectangle
-
- getArcWidth() - Method in class geofasc.swing.model.DefaultRectangleModel
-
Gets the arc width used when drawing this model's rectangle with rounded
corners.
- getArcWidth() - Method in interface geofasc.swing.model.RectangleModel
-
Gets the arc width used when drawing this model's rectangle with rounded
corners.
- getArcWidth() - Method in class geofasc.swing.Rectangle
-
- getBaseline(JComponent, int, int) - Method in class geofasc.swing.plaf.BasicFigureUI
-
Returns the baseline.
- getBaselineResizeBehavior(JComponent) - Method in class geofasc.swing.plaf.BasicFigureUI
-
Returns an enum indicating how the baseline of the component changes as
the size changes.
- getBounds() - Method in class geofasc.swing.model.DefaultFigureModel
-
Gets the bounds (size and location) of this model's figure.
- getBounds(Rectangle) - Method in class geofasc.swing.model.DefaultFigureModel
-
Gets the bounds (size and location) of this model's figure.
- getBounds() - Method in class geofasc.swing.model.DefaultFigureModelExtended
-
Gets the bounds (size and location) of this model's figure.
- getBounds() - Method in class geofasc.swing.model.DefaultLineSegmentModel
-
- getBounds() - Method in class geofasc.swing.model.DefaultPointModel
-
Gets the bounds (size and location) of this model's figure.
- getBounds() - Method in class geofasc.swing.model.DefaultPolylineModel
-
- getBounds() - Method in interface geofasc.swing.model.FigureModel
-
Gets the bounds (size and location) of this model's figure.
- getBounds(Rectangle) - Method in interface geofasc.swing.model.FigureModel
-
Gets the bounds (size and location) of this model's figure.
- getCanvas() - Method in class geofasc.swing.tool.Frame
-
Gets the canvas of this frame used as the actual content pane.
- getComponentCount() - Method in class geofasc.swing.tool.Canvas
- getComponents() - Method in class geofasc.swing.tool.Canvas
- getDiameter() - Method in class geofasc.swing.Circle
-
- getDiameter() - Method in interface geofasc.swing.model.CircleModel
-
Gets the diameter of this model's circle.
- getDiameter() - Method in class geofasc.swing.model.DefaultCircleModel
-
Gets the diameter of this model's circle.
- getDirection() - Method in class geofasc.swing.model.DefaultFigureModel
-
Gets the direction (in degrees) of this model's figure.
- getDirection() - Method in interface geofasc.swing.model.FigureModel
-
Gets the direction (in degrees) of this model's figure.
- getFigureBounds() - Method in class geofasc.swing.AbstractFigure
-
- getFigureBounds(Rectangle) - Method in class geofasc.swing.AbstractFigure
-
- getFigureCount() - Method in class geofasc.swing.tool.Canvas
-
Gets the number of figures in this canvas.
- getFigureDirection() - Method in class geofasc.swing.AbstractFigure
-
- getFigureFillColor() - Method in class geofasc.swing.AbstractFigure
-
- getFigureHeight() - Method in class geofasc.swing.AbstractFigure
-
- getFigureLineColor() - Method in class geofasc.swing.AbstractFigure
-
- getFigureLocation() - Method in class geofasc.swing.AbstractFigure
-
- getFigureLocationX() - Method in class geofasc.swing.AbstractFigure
-
- getFigureLocationY() - Method in class geofasc.swing.AbstractFigure
-
- getFigures() - Method in class geofasc.swing.tool.Canvas
-
Gets all the figures in this canvas.
- getFigureSize() - Method in class geofasc.swing.AbstractFigure
-
- getFigureWidth() - Method in class geofasc.swing.AbstractFigure
-
- getFillColor() - Method in class geofasc.swing.model.DefaultFigureModel
-
Gets the fill color of this model's figure used when drawing it (has to
be set extra).
- getFillColor() - Method in interface geofasc.swing.model.FigureModel
-
Gets the fill color of this model's figure used when drawing it (has to
be set extra).
- getFirstPoint() - Method in class geofasc.swing.LineSegment
-
- getFirstPoint() - Method in class geofasc.swing.model.DefaultLineSegmentModel
-
Gets the first point of this model's line segment (the coordinates of the
point refer to the coordinate system of this model's line segment).
- getFirstPoint() - Method in interface geofasc.swing.model.LineSegmentModel
-
Gets the first point of this model's line segment (the coordinates of the
point refer to the coordinate system of this model's line segment).
- getFirstPointX() - Method in class geofasc.swing.LineSegment
-
- getFirstPointX() - Method in class geofasc.swing.model.DefaultLineSegmentModel
-
Gets the x-location of the first point of this model's line segment (the
coordinate refers to the coordinate system of this model's line segment).
- getFirstPointX() - Method in interface geofasc.swing.model.LineSegmentModel
-
Gets the x-location of the first point of this model's line segment (the
coordinate refers to the coordinate system of this model's line segment).
- getFirstPointY() - Method in class geofasc.swing.LineSegment
-
- getFirstPointY() - Method in class geofasc.swing.model.DefaultLineSegmentModel
-
Gets the y-location of the first point of this model's line segment (the
coordinate refers to the coordinate system of this model's line segment).
- getFirstPointY() - Method in interface geofasc.swing.model.LineSegmentModel
-
Gets the y-location of the first point of this model's line segment (the
coordinate refers to the coordinate system of this model's line segment).
- getHeight() - Method in class geofasc.swing.model.DefaultFigureModel
-
Gets the height of this model's figure
- getHeight() - Method in interface geofasc.swing.model.FigureModel
-
Gets the height of this model's figure
- getHeight() - Method in class geofasc.swing.tool.Canvas
- getHeight() - Method in class geofasc.swing.tool.Frame
- getIndexOfPoint(int, int) - Method in class geofasc.swing.model.DefaultPolylineModel
-
Gets the index of the point of this model's poly[gon|line] with the given
coordinates.
- getIndexOfPoint(Point) - Method in class geofasc.swing.model.DefaultPolylineModel
-
Gets the index of the point of this model's poly[gon|line].
- getIndexOfPoint(int, int) - Method in interface geofasc.swing.model.PolylineModel
-
Gets the index of the point of this model's poly[gon|line] with the given
coordinates.
- getIndexOfPoint(Point) - Method in interface geofasc.swing.model.PolylineModel
-
Gets the index of the point of this model's poly[gon|line].
- getIndexOfPoint(int, int) - Method in class geofasc.swing.Polyline
-
- getIndexOfPoint(Point) - Method in class geofasc.swing.Polyline
-
- getInstance() - Static method in class geofasc.swing.tool.ComponentMouseDragger
-
Gets the singleton instance of this class.
- getLength() - Method in class geofasc.swing.LineSegment
-
- getLength() - Method in class geofasc.swing.model.DefaultLineSegmentModel
-
Gets the length of this model's line segment.
- getLength() - Method in class geofasc.swing.model.DefaultSquareModel
-
Gets the length of this model's square sides.
- getLength() - Method in interface geofasc.swing.model.LineSegmentModel
-
Gets the length of this model's line segment.
- getLength() - Method in interface geofasc.swing.model.SquareModel
-
Gets the length of this model's square sides.
- getLength() - Method in class geofasc.swing.Square
-
- getLineColor() - Method in class geofasc.swing.model.DefaultFigureModel
-
Gets the outer line color of this model's figure used when drawing it.
- getLineColor() - Method in interface geofasc.swing.model.FigureModel
-
Gets the outer line color of this model's figure used when drawing it.
- getLocation() - Method in class geofasc.swing.model.DefaultFigureModel
-
Gets the location as point of this model's figure.
- getLocation() - Method in interface geofasc.swing.model.FigureModel
-
Gets the location as point of this model's figure.
- getLocation() - Method in class geofasc.swing.tool.Canvas
- getLocationX() - Method in class geofasc.swing.model.DefaultFigureModel
-
Gets the x-location of this model's figure.
- getLocationX() - Method in interface geofasc.swing.model.FigureModel
-
Gets the x-location of this model's figure.
- getLocationY() - Method in class geofasc.swing.model.DefaultFigureModel
-
Gets the y-location of this model's figure.
- getLocationY() - Method in interface geofasc.swing.model.FigureModel
-
Gets the y-location of this model's figure.
- getMinimumSize() - Method in class geofasc.swing.AbstractFigure
- getModel() - Method in class geofasc.swing.AbstractFigure
-
Returns the data model of this figure.
- getModel() - Method in class geofasc.swing.Circle
-
Returns the data model of this figure.
- getModel() - Method in class geofasc.swing.Ellipse
-
Returns the data model of this figure.
- getModel() - Method in class geofasc.swing.LineSegment
-
Returns the data model of this figure.
- getModel() - Method in class geofasc.swing.Polyline
-
Returns the data model of this figure.
- getModel() - Method in class geofasc.swing.Rectangle
-
Returns the data model of this figure.
- getModel() - Method in class geofasc.swing.Square
-
Returns the data model of this figure.
- getNumberOfPoints() - Method in class geofasc.swing.model.DefaultPolylineModel
-
Gets the total number of points defining this model's poly[gon|line].
- getNumberOfPoints() - Method in interface geofasc.swing.model.PolylineModel
-
Gets the total number of points defining this model's poly[gon|line].
- getNumberOfPoints() - Method in class geofasc.swing.Polyline
-
- getOffColor() - Method in class geofasc.swing.demo.Led
-
- getOnColor() - Method in class geofasc.swing.demo.Led
-
- getPoint(int) - Method in class geofasc.swing.model.DefaultPolylineModel
-
Gets the point of this model's poly[gon|line] with the given index.
- getPoint(int) - Method in interface geofasc.swing.model.PolylineModel
-
Gets the point of this model's poly[gon|line] with the given index.
- getPoint(int) - Method in class geofasc.swing.Polyline
-
- getPoints() - Method in class geofasc.swing.model.DefaultPolylineModel
-
Gets all points of this model's poly[gon|line].
- getPoints() - Method in interface geofasc.swing.model.PolylineModel
-
Gets all points of this model's poly[gon|line].
- getPoints() - Method in class geofasc.swing.Polyline
-
- getPreferredSize() - Method in class geofasc.swing.AbstractFigure
- getRadius() - Method in class geofasc.swing.Circle
-
- getRadius() - Method in interface geofasc.swing.model.CircleModel
-
Gets the radius of this model's circle.
- getRadius() - Method in class geofasc.swing.model.DefaultCircleModel
-
Gets the radius of this model's circle.
- getSecondPoint() - Method in class geofasc.swing.LineSegment
-
- getSecondPoint() - Method in class geofasc.swing.model.DefaultLineSegmentModel
-
Gets the second point of this model's line segment (the coordinates of
the point refer to the coordinate system of this model's line segment).
- getSecondPoint() - Method in interface geofasc.swing.model.LineSegmentModel
-
Gets the second point of this model's line segment (the coordinates of
the point refer to the coordinate system of this model's line segment).
- getSecondPointX() - Method in class geofasc.swing.LineSegment
-
- getSecondPointX() - Method in class geofasc.swing.model.DefaultLineSegmentModel
-
Gets the x-location of the second point of this model's line segment (the
coordinate refers to the coordinate system of this model's line segment).
- getSecondPointX() - Method in interface geofasc.swing.model.LineSegmentModel
-
Gets the x-location of the second point of this model's line segment (the
coordinate refers to the coordinate system of this model's line segment).
- getSecondPointY() - Method in class geofasc.swing.LineSegment
-
- getSecondPointY() - Method in class geofasc.swing.model.DefaultLineSegmentModel
-
Gets the y-location of the second point of this model's line segment (the
coordinate refers to the coordinate system of this model's line segment).
- getSecondPointY() - Method in interface geofasc.swing.model.LineSegmentModel
-
Gets the y-location of the second point of this model's line segment (the
coordinate refers to the coordinate system of this model's line segment).
- getSize() - Method in class geofasc.swing.model.DefaultFigureModel
-
Gets the size (width and height) of this model's figure.
- getSize() - Method in interface geofasc.swing.model.FigureModel
-
Gets the size (width and height) of this model's figure.
- getSize() - Method in class geofasc.swing.tool.Canvas
- getState() - Method in class geofasc.swing.demo.TrafficLight
-
- getTitle() - Method in class geofasc.swing.tool.Frame
- getUI() - Method in class geofasc.swing.AbstractFigure
- getUI() - Method in class geofasc.swing.Ellipse
- getUI() - Method in class geofasc.swing.LineSegment
- getUI() - Method in class geofasc.swing.Point
- getUI() - Method in class geofasc.swing.Polyline
- getUI() - Method in class geofasc.swing.Rectangle
- getUIClassID() - Method in class geofasc.swing.AbstractFigure
- getUIClassID() - Method in class geofasc.swing.Ellipse
- getUIClassID() - Method in class geofasc.swing.LineSegment
- getUIClassID() - Method in class geofasc.swing.Point
- getUIClassID() - Method in class geofasc.swing.Polyline
- getUIClassID() - Method in class geofasc.swing.Rectangle
- getWidth() - Method in class geofasc.swing.model.DefaultFigureModel
-
Gets the width of this model's figure.
- getWidth() - Method in interface geofasc.swing.model.FigureModel
-
Gets the width of this model's figure.
- getWidth() - Method in class geofasc.swing.tool.Canvas
- getWidth() - Method in class geofasc.swing.tool.Frame
- getWinkel() - Method in class geofasc.swing.demo.TwinFluegel
-
Gibt den Drehwinkel (zwischen 0° und 360°) dieses Flügels zurück.
- getX() - Method in class geofasc.swing.tool.Canvas
- getXPoints() - Method in class geofasc.swing.model.DefaultPolylineModel
-
Gets all x-locations of all points of this model's poly[gon|line].
- getXPoints() - Method in interface geofasc.swing.model.PolylineModel
-
- getXPoints() - Method in class geofasc.swing.Polyline
-
- getY() - Method in class geofasc.swing.tool.Canvas
- getYPoints() - Method in class geofasc.swing.model.DefaultPolylineModel
-
Gets all y-locations of all points of this model's poly[gon|line].
- getYPoints() - Method in interface geofasc.swing.model.PolylineModel
-
- getYPoints() - Method in class geofasc.swing.Polyline
-