Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Package
java.awt.geom

Classes in java.awt.geom used by java.awt.geom
AffineTransform
          This class represents an affine transformation between two coordinate spaces in 2 dimensions.
Arc2D
          This class represents all arcs (segments of an ellipse in 2-D space).
Area
          The Area class represents any area for the purpose of Constructive Area Geometry (CAG) manipulations.
Area.CubicSegment
          Cubic Bezier curve segment
Area.Intersection
          A small wrapper class to store intersection points
Area.LineSegment
           
Area.QuadSegment
          Quadratic Bezier curve segment Note: Most peers don't support quadratics directly, so it might make sense to represent them as cubics internally and just be done with it.
Area.Segment
          Class representing a linked-list of vertices forming a closed polygon, convex or concave, without holes.
CubicCurve2D
          A two-dimensional curve that is parameterized with a cubic function.
Dimension2D
          This stores a dimension in 2-dimensional space - a width (along the x-axis) and height (along the y-axis).
Ellipse2D
          Ellipse2D is the shape of an ellipse.
GeneralPath
          A general geometric path, consisting of any number of subpaths constructed out of straight lines and cubic or quadratic Bezier curves.
Line2D
          Represents a directed line bewteen two points in (x,y) Cartesian space.
NoninvertibleTransformException
          Thrown if an operation requires an inverse of an AffineTransform, but the transform is in a non-invertible state.
PathIterator
          This interface provides a directed path over the boundary of a shape.
Point2D
          This class implements a generic point in 2D Cartesian space.
QuadCurve2D
          A two-dimensional curve that is parameterized with a quadratic function.
Rectangle2D
          This class describes a rectangle by a point (x,y) and dimension (w x h).
RectangularShape
          This class provides a generic framework, and several helper methods, for subclasses which represent geometric objects inside a rectangular frame.
RoundRectangle2D
          This class implements a rectangle with rounded corners.