Package java.awt.geom
See: Description
-
Interface Summary Interface Description PathIterator ThePathIterator
interface provides the mechanism for objects that implement theShape
interface to return the geometry of their boundary by allowing a caller to retrieve the path of that boundary a segment at a time. -
Class Summary Class Description AffineTransform TheAffineTransform
class represents a 2D affine transform that performs a linear mapping from 2D coordinates to other 2D coordinates that preserves the "straightness" and "parallelness" of lines.Arc2D Arc2D
is the abstract superclass for all objects that store a 2D arc defined by a framing rectangle, start angle, angular extent (length of the arc), and a closure type (OPEN
,CHORD
, orPIE
).Arc2D.Double This class defines an arc specified indouble
precision.Arc2D.Float This class defines an arc specified infloat
precision.Area AnArea
object stores and manipulates a resolution-independent description of an enclosed area of 2-dimensional space.CubicCurve2D TheCubicCurve2D
class defines a cubic parametric curve segment in(x,y)
coordinate space.CubicCurve2D.Double A cubic parametric curve segment specified withdouble
coordinates.CubicCurve2D.Float A cubic parametric curve segment specified withfloat
coordinates.Dimension2D TheDimension2D
class is to encapsulate a width and a height dimension.Ellipse2D TheEllipse2D
class describes an ellipse that is defined by a framing rectangle.Ellipse2D.Double TheDouble
class defines an ellipse specified indouble
precision.Ellipse2D.Float TheFloat
class defines an ellipse specified infloat
precision.FlatteningPathIterator TheFlatteningPathIterator
class returns a flattened view of anotherPathIterator
object.GeneralPath TheGeneralPath
class represents a geometric path constructed from straight lines, and quadratic and cubic (Bézier) curves.Line2D ThisLine2D
represents a line segment in(x,y)
coordinate space.Line2D.Double A line segment specified with double coordinates.Line2D.Float A line segment specified with float coordinates.Path2D ThePath2D
class provides a simple, yet flexible shape which represents an arbitrary geometric path.Path2D.Double TheDouble
class defines a geometric path with coordinates stored in double precision floating point.Path2D.Float TheFloat
class defines a geometric path with coordinates stored in single precision floating point.Point2D ThePoint2D
class defines a point representing a location in(x,y)
coordinate space.Point2D.Double TheDouble
class defines a point specified indouble
precision.Point2D.Float TheFloat
class defines a point specified in float precision.QuadCurve2D TheQuadCurve2D
class defines a quadratic parametric curve segment in(x,y)
coordinate space.QuadCurve2D.Double A quadratic parametric curve segment specified withdouble
coordinates.QuadCurve2D.Float A quadratic parametric curve segment specified withfloat
coordinates.Rectangle2D TheRectangle2D
class describes a rectangle defined by a location(x,y)
and dimension(w x h)
.Rectangle2D.Double TheDouble
class defines a rectangle specified in double coordinates.Rectangle2D.Float TheFloat
class defines a rectangle specified in float coordinates.RectangularShape RectangularShape
is the base class for a number ofShape
objects whose geometry is defined by a rectangular frame.RoundRectangle2D TheRoundRectangle2D
class defines a rectangle with rounded corners defined by a location(x,y)
, a dimension(w x h)
, and the width and height of an arc with which to round the corners.RoundRectangle2D.Double TheDouble
class defines a rectangle with rounded corners all specified indouble
coordinates.RoundRectangle2D.Float TheFloat
class defines a rectangle with rounded corners all specified infloat
coordinates. -
Exception Summary Exception Description IllegalPathStateException TheIllegalPathStateException
represents an exception that is thrown if an operation is performed on a path that is in an illegal state with respect to the particular operation being performed, such as appending a path segment to aGeneralPath
without an initial moveto.NoninvertibleTransformException TheNoninvertibleTransformException
class represents an exception that is thrown if an operation is performed requiring the inverse of anAffineTransform
object but theAffineTransform
is in a non-invertible state.
Package java.awt.geom Description
- classes for manipulating geometry, such as AffineTransform and the PathIterator interface which is implemented by all Shape objects.
- classes that implement the Shape interface, such as CubicCurve2D, Ellipse2D, Line2D, Rectangle2D, and GeneralShape.
- the Area class which provides mechanisms for add (union), subtract, intersect, and exclusiveOR operations on other Shape objects.
- Since:
- 1.2
Deutsche Übersetzung
Sie haben gebeten, diese Seite auf Deutsch zu besuchen. Momentan ist nur die Oberfläche übersetzt, aber noch nicht der gesamte Inhalt.Wenn Sie mir bei Übersetzungen helfen wollen, ist Ihr Beitrag willkommen. Alles, was Sie tun müssen, ist, sich auf der Website zu registrieren und mir eine Nachricht zu schicken, in der Sie gebeten werden, Sie der Gruppe der Übersetzer hinzuzufügen, die Ihnen die Möglichkeit gibt, die gewünschten Seiten zu übersetzen. Ein Link am Ende jeder übersetzten Seite zeigt an, dass Sie der Übersetzer sind und einen Link zu Ihrem Profil haben.
Vielen Dank im Voraus.
Dokument erstellt 11/06/2005, zuletzt geändert 04/03/2020
Quelle des gedruckten Dokuments:https://www.gaudry.be/de/java-api-rf-java/awt/geom/package-summary.html
Die Infobro ist eine persönliche Seite, deren Inhalt in meiner alleinigen Verantwortung liegt. Der Text ist unter der CreativeCommons-Lizenz (BY-NC-SA) verfügbar. Weitere Informationen auf die Nutzungsbedingungen und dem Autor.
Referenzen
Diese Verweise und Links verweisen auf Dokumente, die während des Schreibens dieser Seite konsultiert wurden, oder die zusätzliche Informationen liefern können, aber die Autoren dieser Quellen können nicht für den Inhalt dieser Seite verantwortlich gemacht werden.
Der Autor Diese Website ist allein dafür verantwortlich, wie die verschiedenen Konzepte und Freiheiten, die mit den Nachschlagewerken gemacht werden, hier dargestellt werden. Denken Sie daran, dass Sie mehrere Quellinformationen austauschen müssen, um das Risiko von Fehlern zu reduzieren.