A  C  D  E  F  G  H  I  L  M  N  O  P  Q  R  S  T  U  W  X  Y 

A

accumulateCrossings(Crossings) - Method in class noawt .sun .awt .geom . Curve
 
accumulateCubic(double, double, double[]) - Method in class noawt .sun .awt .geom . Crossings
 
accumulateLine(double, double, double, double) - Method in class noawt .sun .awt .geom . Crossings
 
accumulateLine(double, double, double, double, int) - Method in class noawt .sun .awt .geom . Crossings
 
accumulateQuad(double, double, double[]) - Method in class noawt .sun .awt .geom . Crossings
 
add(Area) - Method in class noawt .java .awt .geom . Area
Adds the shape of the specified Area to the shape of this Area.
add(double, double) - Method in class noawt .java .awt .geom . Rectangle2D
Adds a point, specified by the double precision arguments newx and newy, to this Rectangle2D.
add(Point2D) - Method in class noawt .java .awt .geom . Rectangle2D
Adds the Point2D object pt to this Rectangle2D.
add(Rectangle2D) - Method in class noawt .java .awt .geom . Rectangle2D
Adds a Rectangle2D object to this Rectangle2D.
add(int, int) - Method in class noawt .java .awt . Rectangle
Adds a point, specified by the integer arguments newx,newy to the bounds of this Rectangle.
add(Point) - Method in class noawt .java .awt . Rectangle
Adds the specified Point to the bounds of this Rectangle.
add(Rectangle) - Method in class noawt .java .awt . Rectangle
Adds a Rectangle to this Rectangle.
AddOp() - Constructor for class noawt .sun .awt .geom . AreaOp.AddOp
 
AffineTransform - Class in noawt.java.awt.geom
The AffineTransform 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.
AffineTransform() - Constructor for class noawt .java .awt .geom . AffineTransform
Constructs a new AffineTransform representing the Identity transformation.
AffineTransform(AffineTransform) - Constructor for class noawt .java .awt .geom . AffineTransform
Constructs a new AffineTransform that is a copy of the specified AffineTransform object.
AffineTransform(float, float, float, float, float, float) - Constructor for class noawt .java .awt .geom . AffineTransform
Constructs a new AffineTransform from 6 floating point values representing the 6 specifiable entries of the 3x3 transformation matrix.
AffineTransform(float[]) - Constructor for class noawt .java .awt .geom . AffineTransform
Constructs a new AffineTransform from an array of floating point values representing either the 4 non-translation enries or the 6 specifiable entries of the 3x3 transformation matrix.
AffineTransform(double, double, double, double, double, double) - Constructor for class noawt .java .awt .geom . AffineTransform
Constructs a new AffineTransform from 6 double precision values representing the 6 specifiable entries of the 3x3 transformation matrix.
AffineTransform(double[]) - Constructor for class noawt .java .awt .geom . AffineTransform
Constructs a new AffineTransform from an array of double precision values representing either the 4 non-translation entries or the 6 specifiable entries of the 3x3 transformation matrix.
append(Shape, boolean) - Method in class noawt .java .awt .geom . Path2D
Appends the geometry of the specified Shape object to the path, possibly connecting the new geometry to the existing path segments with a line segment.
append(PathIterator, boolean) - Method in class noawt .java .awt .geom . Path2D
Appends the geometry of the specified PathIterator object to the path, possibly connecting the new geometry to the existing path segments with a line segment.
append(PathIterator, boolean) - Method in class noawt .java .awt .geom . Path2D.Double
Appends the geometry of the specified PathIterator object to the path, possibly connecting the new geometry to the existing path segments with a line segment.
append(PathIterator, boolean) - Method in class noawt .java .awt .geom . Path2D.Float
Appends the geometry of the specified PathIterator object to the path, possibly connecting the new geometry to the existing path segments with a line segment.
Arc2D - Class in noawt.java.awt.geom
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, or PIE).
Arc2D(int) - Constructor for class noawt .java .awt .geom . Arc2D
This is an abstract class that cannot be instantiated directly.
Arc2D.Double - Class in noawt.java.awt.geom
This class defines an arc specified in double precision.
Arc2D.Float - Class in noawt.java.awt.geom
This class defines an arc specified in float precision.
archeight - Variable in class noawt .java .awt .geom . RoundRectangle2D.Double
The height of the arc that rounds off the corners.
archeight - Variable in class noawt .java .awt .geom . RoundRectangle2D.Float
The height of the arc that rounds off the corners.
arcwidth - Variable in class noawt .java .awt .geom . RoundRectangle2D.Double
The width of the arc that rounds off the corners.
arcwidth - Variable in class noawt .java .awt .geom . RoundRectangle2D.Float
The width of the arc that rounds off the corners.
Area - Class in noawt.java.awt.geom
An Area object stores and manipulates a resolution-independent description of an enclosed area of 2-dimensional space.
Area() - Constructor for class noawt .java .awt .geom . Area
Default constructor which creates an empty area.
Area(Shape) - Constructor for class noawt .java .awt .geom . Area
The Area class creates an area geometry from the specified Shape object.
AreaOp - Class in noawt.sun.awt.geom
 
AreaOp.AddOp - Class in noawt.sun.awt.geom
 
AreaOp.CAGOp - Class in noawt.sun.awt.geom
 
AreaOp.EOWindOp - Class in noawt.sun.awt.geom
 
AreaOp.IntOp - Class in noawt.sun.awt.geom
 
AreaOp.NZWindOp - Class in noawt.sun.awt.geom
 
AreaOp.SubOp - Class in noawt.sun.awt.geom
 
AreaOp.XorOp - Class in noawt.sun.awt.geom
 

C

CAGOp() - Constructor for class noawt .sun .awt .geom . AreaOp.CAGOp
 
calculate(Vector, Vector) - Method in class noawt .sun .awt .geom . AreaOp
 
CHORD - Static variable in class noawt .java .awt .geom . Arc2D
The closure type for an arc closed by drawing a straight line segment from the start of the arc segment to the end of the arc segment.
classify(Edge) - Method in class noawt .sun .awt .geom . AreaOp.CAGOp
 
classify(Edge) - Method in class noawt .sun .awt .geom . AreaOp
 
classify(Edge) - Method in class noawt .sun .awt .geom . AreaOp.EOWindOp
 
classify(Edge) - Method in class noawt .sun .awt .geom . AreaOp.NZWindOp
 
clone() - Method in class noawt .java .awt .geom . AffineTransform
Returns a copy of this AffineTransform object.
clone() - Method in class noawt .java .awt .geom . Area
Returns an exact copy of this Area object.
clone() - Method in class noawt .java .awt .geom . CubicCurve2D
Creates a new object of the same class as this object.
clone() - Method in class noawt .java .awt .geom . Dimension2D
Creates a new object of the same class as this object.
clone() - Method in class noawt .java .awt .geom . Line2D
Creates a new object of the same class as this object.
clone() - Method in class noawt .java .awt .geom . Path2D
Creates a new object of the same class as this object.
clone() - Method in class noawt .java .awt .geom . Path2D.Double
Creates a new object of the same class as this object.
clone() - Method in class noawt .java .awt .geom . Path2D.Float
Creates a new object of the same class as this object.
clone() - Method in class noawt .java .awt .geom . Point2D
Creates a new object of the same class and with the same contents as this object.
clone() - Method in class noawt .java .awt .geom . QuadCurve2D
Creates a new object of the same class and with the same contents as this object.
clone() - Method in class noawt .java .awt .geom . RectangularShape
Creates a new object of the same class and with the same contents as this object.
closePath() - Method in class noawt .java .awt .geom . Path2D
Closes the current subpath by drawing a straight line back to the coordinates of the last moveTo.
closePath() - Method in interface noawt .sun .awt .geom . PathConsumer2D
 
compareTo(Curve, double[]) - Method in class noawt .sun .awt .geom . Curve
 
concatenate(AffineTransform) - Method in class noawt .java .awt .geom . AffineTransform
Concatenates an AffineTransform Tx to this AffineTransform Cx in the most commonly useful way to provide a new user space that is mapped to the former user space by Tx.
contains(double, double) - Method in class noawt .java .awt .geom . Arc2D
Determines whether or not the specified point is inside the boundary of the arc.
contains(double, double, double, double) - Method in class noawt .java .awt .geom . Arc2D
Determines whether or not the interior of the arc entirely contains the specified rectangle.
contains(Rectangle2D) - Method in class noawt .java .awt .geom . Arc2D
Determines whether or not the interior of the arc entirely contains the specified rectangle.
contains(double, double) - Method in class noawt .java .awt .geom . Area
Tests if the specified coordinates are inside the boundary of the Shape.
contains(Point2D) - Method in class noawt .java .awt .geom . Area
Tests if a specified Point2D is inside the boundary of the Shape.
contains(double, double, double, double) - Method in class noawt .java .awt .geom . Area
Tests if the interior of the Shape entirely contains the specified rectangular area.
contains(Rectangle2D) - Method in class noawt .java .awt .geom . Area
Tests if the interior of the Shape entirely contains the specified Rectangle2D.
contains(double, double) - Method in class noawt .java .awt .geom . CubicCurve2D
Tests if the specified coordinates are inside the boundary of the Shape.
contains(Point2D) - Method in class noawt .java .awt .geom . CubicCurve2D
Tests if a specified Point2D is inside the boundary of the Shape.
contains(double, double, double, double) - Method in class noawt .java .awt .geom . CubicCurve2D
Tests if the interior of the Shape entirely contains the specified rectangular area.
contains(Rectangle2D) - Method in class noawt .java .awt .geom . CubicCurve2D
Tests if the interior of the Shape entirely contains the specified Rectangle2D.
contains(double, double) - Method in class noawt .java .awt .geom . Ellipse2D
Tests if the specified coordinates are inside the boundary of the Shape.
contains(double, double, double, double) - Method in class noawt .java .awt .geom . Ellipse2D
Tests if the interior of the Shape entirely contains the specified rectangular area.
contains(double, double) - Method in class noawt .java .awt .geom . Line2D
Tests if a specified coordinate is inside the boundary of this Line2D.
contains(Point2D) - Method in class noawt .java .awt .geom . Line2D
Tests if a given Point2D is inside the boundary of this Line2D.
contains(double, double, double, double) - Method in class noawt .java .awt .geom . Line2D
Tests if the interior of this Line2D entirely contains the specified set of rectangular coordinates.
contains(Rectangle2D) - Method in class noawt .java .awt .geom . Line2D
Tests if the interior of this Line2D entirely contains the specified Rectangle2D.
contains(PathIterator, double, double) - Static method in class noawt .java .awt .geom . Path2D
Tests if the specified coordinates are inside the closed boundary of the specified PathIterator.
contains(PathIterator, Point2D) - Static method in class noawt .java .awt .geom . Path2D
Tests if the specified Point2D is inside the closed boundary of the specified PathIterator.
contains(double, double) - Method in class noawt .java .awt .geom . Path2D
Tests if the specified coordinates are inside the boundary of the Shape.
contains(Point2D) - Method in class noawt .java .awt .geom . Path2D
Tests if a specified Point2D is inside the boundary of the Shape.
contains(PathIterator, double, double, double, double) - Static method in class noawt .java .awt .geom . Path2D
Tests if the specified rectangular area is entirely inside the closed boundary of the specified PathIterator.
contains(PathIterator, Rectangle2D) - Static method in class noawt .java .awt .geom . Path2D
Tests if the specified Rectangle2D is entirely inside the closed boundary of the specified PathIterator.
contains(double, double, double, double) - Method in class noawt .java .awt .geom . Path2D
Tests if the interior of the Shape entirely contains the specified rectangular area.
contains(Rectangle2D) - Method in class noawt .java .awt .geom . Path2D
Tests if the interior of the Shape entirely contains the specified Rectangle2D.
contains(double, double) - Method in class noawt .java .awt .geom . QuadCurve2D
Tests if the specified coordinates are inside the boundary of the Shape.
contains(Point2D) - Method in class noawt .java .awt .geom . QuadCurve2D
Tests if a specified Point2D is inside the boundary of the Shape.
contains(double, double, double, double) - Method in class noawt .java .awt .geom . QuadCurve2D
Tests if the interior of the Shape entirely contains the specified rectangular area.
contains(Rectangle2D) - Method in class noawt .java .awt .geom . QuadCurve2D
Tests if the interior of the Shape entirely contains the specified Rectangle2D.
contains(double, double) - Method in class noawt .java .awt .geom . Rectangle2D
Tests if the specified coordinates are inside the boundary of the Shape.
contains(double, double, double, double) - Method in class noawt .java .awt .geom . Rectangle2D
Tests if the interior of the Shape entirely contains the specified rectangular area.
contains(Point2D) - Method in class noawt .java .awt .geom . RectangularShape
Tests if a specified Point2D is inside the boundary of the Shape.
contains(Rectangle2D) - Method in class noawt .java .awt .geom . RectangularShape
Tests if the interior of the Shape entirely contains the specified Rectangle2D.
contains(double, double) - Method in class noawt .java .awt .geom . RoundRectangle2D
Tests if the specified coordinates are inside the boundary of the Shape.
contains(double, double, double, double) - Method in class noawt .java .awt .geom . RoundRectangle2D
Tests if the interior of the Shape entirely contains the specified rectangular area.
contains(Point) - Method in class noawt .java .awt . Rectangle
Checks whether or not this Rectangle contains the specified Point.
contains(int, int) - Method in class noawt .java .awt . Rectangle
Checks whether or not this Rectangle contains the point at the specified location (x,y).
contains(Rectangle) - Method in class noawt .java .awt . Rectangle
Checks whether or not this Rectangle entirely contains the specified Rectangle.
contains(int, int, int, int) - Method in class noawt .java .awt . Rectangle
Checks whether this Rectangle entirely contains the Rectangle at the specified location (X,Y) with the specified dimensions (W,H).
contains(double, double) - Method in interface noawt .java .awt . Shape
Tests if the specified coordinates are inside the boundary of the Shape.
contains(Point2D) - Method in interface noawt .java .awt . Shape
Tests if a specified Point2D is inside the boundary of the Shape.
contains(double, double, double, double) - Method in interface noawt .java .awt . Shape
Tests if the interior of the Shape entirely contains the specified rectangular area.
contains(Rectangle2D) - Method in interface noawt .java .awt . Shape
Tests if the interior of the Shape entirely contains the specified Rectangle2D.
containsAngle(double) - Method in class noawt .java .awt .geom . Arc2D
Determines whether or not the specified angle is within the angular extents of the arc.
controlPointString() - Method in class noawt .sun .awt .geom . Curve
 
covers(double, double) - Method in class noawt .sun .awt .geom . Crossings
 
covers(double, double) - Method in class noawt .sun .awt .geom . Crossings.EvenOdd
 
covers(double, double) - Method in class noawt .sun .awt .geom . Crossings.NonZero
 
createIntersection(Rectangle2D) - Method in class noawt .java .awt .geom . Rectangle2D
Returns a new Rectangle2D object representing the intersection of this Rectangle2D with the specified Rectangle2D.
createIntersection(Rectangle2D) - Method in class noawt .java .awt .geom . Rectangle2D.Double
Returns a new Rectangle2D object representing the intersection of this Rectangle2D with the specified Rectangle2D.
createIntersection(Rectangle2D) - Method in class noawt .java .awt .geom . Rectangle2D.Float
Returns a new Rectangle2D object representing the intersection of this Rectangle2D with the specified Rectangle2D.
createIntersection(Rectangle2D) - Method in class noawt .java .awt . Rectangle
Returns a new Rectangle2D object representing the intersection of this Rectangle2D with the specified Rectangle2D.
createInverse() - Method in class noawt .java .awt .geom . AffineTransform
Returns an AffineTransform object representing the inverse transformation.
createTransformedArea(AffineTransform) - Method in class noawt .java .awt .geom . Area
Creates a new Area object that contains the same geometry as this Area transformed by the specified AffineTransform.
createTransformedShape(Shape) - Method in class noawt .java .awt .geom . AffineTransform
Returns a new Shape object defined by the geometry of the specified Shape after it has been transformed by this transform.
createTransformedShape(AffineTransform) - Method in class noawt .java .awt .geom . Path2D
Returns a new Shape representing a transformed version of this Path2D.
createUnion(Rectangle2D) - Method in class noawt .java .awt .geom . Rectangle2D
Returns a new Rectangle2D object representing the union of this Rectangle2D with the specified Rectangle2D.
createUnion(Rectangle2D) - Method in class noawt .java .awt .geom . Rectangle2D.Double
Returns a new Rectangle2D object representing the union of this Rectangle2D with the specified Rectangle2D.
createUnion(Rectangle2D) - Method in class noawt .java .awt .geom . Rectangle2D.Float
Returns a new Rectangle2D object representing the union of this Rectangle2D with the specified Rectangle2D.
createUnion(Rectangle2D) - Method in class noawt .java .awt . Rectangle
Returns a new Rectangle2D object representing the union of this Rectangle2D with the specified Rectangle2D.
Crossings - Class in noawt.sun.awt.geom
 
Crossings(double, double, double, double) - Constructor for class noawt .sun .awt .geom . Crossings
 
Crossings.EvenOdd - Class in noawt.sun.awt.geom
 
Crossings.NonZero - Class in noawt.sun.awt.geom
 
crossingsFor(double, double) - Method in class noawt .sun .awt .geom . Curve
 
CTAG_LEFT - Static variable in class noawt .sun .awt .geom . AreaOp
 
CTAG_RIGHT - Static variable in class noawt .sun .awt .geom . AreaOp
 
ctrlx - Variable in class noawt .java .awt .geom . QuadCurve2D.Double
The X coordinate of the control point of the quadratic curve segment.
ctrlx - Variable in class noawt .java .awt .geom . QuadCurve2D.Float
The X coordinate of the control point of the quadratic curve segment.
ctrlx1 - Variable in class noawt .java .awt .geom . CubicCurve2D.Double
The X coordinate of the first control point of the cubic curve segment.
ctrlx1 - Variable in class noawt .java .awt .geom . CubicCurve2D.Float
The X coordinate of the first control point of the cubic curve segment.
ctrlx2 - Variable in class noawt .java .awt .geom . CubicCurve2D.Double
The X coordinate of the second control point of the cubic curve segment.
ctrlx2 - Variable in class noawt .java .awt .geom . CubicCurve2D.Float
The X coordinate of the second control point of the cubic curve segment.
ctrly - Variable in class noawt .java .awt .geom . QuadCurve2D.Double
The Y coordinate of the control point of the quadratic curve segment.
ctrly - Variable in class noawt .java .awt .geom . QuadCurve2D.Float
The Y coordinate of the control point of the quadratic curve segment.
ctrly1 - Variable in class noawt .java .awt .geom . CubicCurve2D.Double
The Y coordinate of the first control point of the cubic curve segment.
ctrly1 - Variable in class noawt .java .awt .geom . CubicCurve2D.Float
The Y coordinate of the first control point of the cubic curve segment.
ctrly2 - Variable in class noawt .java .awt .geom . CubicCurve2D.Double
The Y coordinate of the second control point of the cubic curve segment.
ctrly2 - Variable in class noawt .java .awt .geom . CubicCurve2D.Float
The Y coordinate of the second control point of the cubic curve segment.
CubicCurve2D - Class in noawt.java.awt.geom
The CubicCurve2D class defines a cubic parametric curve segment in (x,y) coordinate space.
CubicCurve2D() - Constructor for class noawt .java .awt .geom . CubicCurve2D
This is an abstract class that cannot be instantiated directly.
CubicCurve2D.Double - Class in noawt.java.awt.geom
A cubic parametric curve segment specified with double coordinates.
CubicCurve2D.Float - Class in noawt.java.awt.geom
A cubic parametric curve segment specified with float coordinates.
currentSegment(float[]) - Method in class noawt .java .awt .geom . FlatteningPathIterator
Returns the coordinates and type of the current path segment in the iteration.
currentSegment(double[]) - Method in class noawt .java .awt .geom . FlatteningPathIterator
Returns the coordinates and type of the current path segment in the iteration.
currentSegment(float[]) - Method in interface noawt .java .awt .geom . PathIterator
Returns the coordinates and type of the current path segment in the iteration.
currentSegment(double[]) - Method in interface noawt .java .awt .geom . PathIterator
Returns the coordinates and type of the current path segment in the iteration.
Curve - Class in noawt.sun.awt.geom
 
Curve(int) - Constructor for class noawt .sun .awt .geom . Curve
 
curveTo(double, double, double, double, double, double) - Method in class noawt .java .awt .geom . Path2D
Adds a curved segment, defined by three new points, to the path by drawing a Bézier curve that intersects both the current coordinates and the specified coordinates (x3,y3), using the specified points (x1,y1) and (x2,y2) as Bézier control points.
curveTo(double, double, double, double, double, double) - Method in class noawt .java .awt .geom . Path2D.Double
Adds a curved segment, defined by three new points, to the path by drawing a Bézier curve that intersects both the current coordinates and the specified coordinates (x3,y3), using the specified points (x1,y1) and (x2,y2) as Bézier control points.
curveTo(double, double, double, double, double, double) - Method in class noawt .java .awt .geom . Path2D.Float
Adds a curved segment, defined by three new points, to the path by drawing a Bézier curve that intersects both the current coordinates and the specified coordinates (x3,y3), using the specified points (x1,y1) and (x2,y2) as Bézier control points.
curveTo(float, float, float, float, float, float) - Method in class noawt .java .awt .geom . Path2D.Float
Adds a curved segment, defined by three new points, to the path by drawing a Bézier curve that intersects both the current coordinates and the specified coordinates (x3,y3), using the specified points (x1,y1) and (x2,y2) as Bézier control points.
curveTo(float, float, float, float, float, float) - Method in interface noawt .sun .awt .geom . PathConsumer2D
 

D

debug - Static variable in class noawt .sun .awt .geom . Crossings
 
DECREASING - Static variable in class noawt .sun .awt .geom . Curve
 
deltaTransform(Point2D, Point2D) - Method in class noawt .java .awt .geom . AffineTransform
Transforms the relative distance vector specified by ptSrc and stores the result in ptDst.
deltaTransform(double[], int, double[], int, int) - Method in class noawt .java .awt .geom . AffineTransform
Transforms an array of relative distance vectors by this transform.
diffbits(double, double) - Static method in class noawt .sun .awt .geom . Curve
 
Dimension - Class in noawt.java.awt
The Dimension class encapsulates the width and height of a component (in integer precision) in a single object.
Dimension() - Constructor for class noawt .java .awt . Dimension
Creates an instance of Dimension with a width of zero and a height of zero.
Dimension(Dimension) - Constructor for class noawt .java .awt . Dimension
Creates an instance of Dimension whose width and height are the same as for the specified dimension.
Dimension(int, int) - Constructor for class noawt .java .awt . Dimension
Constructs a Dimension and initializes it to the specified width and specified height.
Dimension2D - Class in noawt.java.awt.geom
The Dimension2D class is to encapsulate a width and a height dimension.
Dimension2D() - Constructor for class noawt .java .awt .geom . Dimension2D
This is an abstract class that cannot be instantiated directly.
direction - Variable in class noawt .sun .awt .geom . Curve
 
distance(double, double, double, double) - Static method in class noawt .java .awt .geom . Point2D
Returns the distance between two points.
distance(double, double) - Method in class noawt .java .awt .geom . Point2D
Returns the distance from this Point2D to a specified point.
distance(Point2D) - Method in class noawt .java .awt .geom . Point2D
Returns the distance from this Point2D to a specified Point2D.
distanceSq(double, double, double, double) - Static method in class noawt .java .awt .geom . Point2D
Returns the square of the distance between two points.
distanceSq(double, double) - Method in class noawt .java .awt .geom . Point2D
Returns the square of the distance from this Point2D to a specified point.
distanceSq(Point2D) - Method in class noawt .java .awt .geom . Point2D
Returns the square of the distance from this Point2D to a specified Point2D.
Double() - Constructor for class noawt .java .awt .geom . Arc2D.Double
Constructs a new OPEN arc, initialized to location (0, 0), size (0, 0), angular extents (start = 0, extent = 0).
Double(int) - Constructor for class noawt .java .awt .geom . Arc2D.Double
Constructs a new arc, initialized to location (0, 0), size (0, 0), angular extents (start = 0, extent = 0), and the specified closure type.
Double(double, double, double, double, double, double, int) - Constructor for class noawt .java .awt .geom . Arc2D.Double
Constructs a new arc, initialized to the specified location, size, angular extents, and closure type.
Double(Rectangle2D, double, double, int) - Constructor for class noawt .java .awt .geom . Arc2D.Double
Constructs a new arc, initialized to the specified location, size, angular extents, and closure type.
Double() - Constructor for class noawt .java .awt .geom . CubicCurve2D.Double
Constructs and initializes a CubicCurve with coordinates (0, 0, 0, 0, 0, 0, 0, 0).
Double(double, double, double, double, double, double, double, double) - Constructor for class noawt .java .awt .geom . CubicCurve2D.Double
Constructs and initializes a CubicCurve2D from the specified double coordinates.
Double() - Constructor for class noawt .java .awt .geom . Ellipse2D.Double
Constructs a new Ellipse2D, initialized to location (0, 0) and size (0, 0).
Double(double, double, double, double) - Constructor for class noawt .java .awt .geom . Ellipse2D.Double
Constructs and initializes an Ellipse2D from the specified coordinates.
Double() - Constructor for class noawt .java .awt .geom . Line2D.Double
Constructs and initializes a Line with coordinates (0, 0) -> (0, 0).
Double(double, double, double, double) - Constructor for class noawt .java .awt .geom . Line2D.Double
Constructs and initializes a Line2D from the specified coordinates.
Double(Point2D, Point2D) - Constructor for class noawt .java .awt .geom . Line2D.Double
Constructs and initializes a Line2D from the specified Point2D objects.
Double() - Constructor for class noawt .java .awt .geom . Path2D.Double
Constructs a new empty double precision Path2D object with a default winding rule of Path2D.WIND_NON_ZERO.
Double(int) - Constructor for class noawt .java .awt .geom . Path2D.Double
Constructs a new empty double precision Path2D object with the specified winding rule to control operations that require the interior of the path to be defined.
Double(int, int) - Constructor for class noawt .java .awt .geom . Path2D.Double
Constructs a new empty double precision Path2D object with the specified winding rule and the specified initial capacity to store path segments.
Double(Shape) - Constructor for class noawt .java .awt .geom . Path2D.Double
Constructs a new double precision Path2D object from an arbitrary Shape object.
Double(Shape, AffineTransform) - Constructor for class noawt .java .awt .geom . Path2D.Double
Constructs a new double precision Path2D object from an arbitrary Shape object, transformed by an AffineTransform object.
Double() - Constructor for class noawt .java .awt .geom . Point2D.Double
Constructs and initializes a Point2D with coordinates (0, 0).
Double(double, double) - Constructor for class noawt .java .awt .geom . Point2D.Double
Constructs and initializes a Point2D with the specified coordinates.
Double() - Constructor for class noawt .java .awt .geom . QuadCurve2D.Double
Constructs and initializes a QuadCurve2D with coordinates (0, 0, 0, 0, 0, 0).
Double(double, double, double, double, double, double) - Constructor for class noawt .java .awt .geom . QuadCurve2D.Double
Constructs and initializes a QuadCurve2D from the specified double coordinates.
Double() - Constructor for class noawt .java .awt .geom . Rectangle2D.Double
Constructs a new Rectangle2D, initialized to location (0, 0) and size (0, 0).
Double(double, double, double, double) - Constructor for class noawt .java .awt .geom . Rectangle2D.Double
Constructs and initializes a Rectangle2D from the specified double coordinates.
Double() - Constructor for class noawt .java .awt .geom . RoundRectangle2D.Double
Constructs a new RoundRectangle2D, initialized to location (0.0, 0.0), size (0.0, 0.0), and corner arcs of radius 0.0.
Double(double, double, double, double, double, double) - Constructor for class noawt .java .awt .geom . RoundRectangle2D.Double
Constructs and initializes a RoundRectangle2D from the specified double coordinates.
dXforT(double, int) - Method in class noawt .sun .awt .geom . Curve
 
dYforT(double, int) - Method in class noawt .sun .awt .geom . Curve
 

E

Ellipse2D - Class in noawt.java.awt.geom
The Ellipse2D class describes an ellipse that is defined by a framing rectangle.
Ellipse2D() - Constructor for class noawt .java .awt .geom . Ellipse2D
This is an abstract class that cannot be instantiated directly.
Ellipse2D.Double - Class in noawt.java.awt.geom
The Double class defines an ellipse specified in double precision.
Ellipse2D.Float - Class in noawt.java.awt.geom
The Float class defines an ellipse specified in float precision.
enlarge(Rectangle2D) - Method in class noawt .sun .awt .geom . Curve
 
EOWindOp() - Constructor for class noawt .sun .awt .geom . AreaOp.EOWindOp
 
equals(Object) - Method in class noawt .java .awt . Dimension
Checks whether two dimension objects have equal values.
equals(Object) - Method in class noawt .java .awt .geom . AffineTransform
Returns true if this AffineTransform represents the same affine coordinate transform as the specified argument.
equals(Object) - Method in class noawt .java .awt .geom . Arc2D
Determines whether or not the specified Object is equal to this Arc2D.
equals(Area) - Method in class noawt .java .awt .geom . Area
Tests whether the geometries of the two Area objects are equal.
equals(Object) - Method in class noawt .java .awt .geom . Ellipse2D
Determines whether or not the specified Object is equal to this Ellipse2D.
equals(Object) - Method in class noawt .java .awt .geom . Point2D
Determines whether or not two points are equal.
equals(Object) - Method in class noawt .java .awt .geom . Rectangle2D
Determines whether or not the specified Object is equal to this Rectangle2D.
equals(Object) - Method in class noawt .java .awt .geom . RoundRectangle2D
Determines whether or not the specified Object is equal to this RoundRectangle2D.
equals(Object) - Method in class noawt .java .awt . Point
Determines whether or not two points are equal.
equals(Object) - Method in class noawt .java .awt . Rectangle
Checks whether two rectangles are equal.
ETAG_ENTER - Static variable in class noawt .sun .awt .geom . AreaOp
 
ETAG_EXIT - Static variable in class noawt .sun .awt .geom . AreaOp
 
ETAG_IGNORE - Static variable in class noawt .sun .awt .geom . AreaOp
 
EvenOdd(double, double, double, double) - Constructor for class noawt .sun .awt .geom . Crossings.EvenOdd
 
exclusiveOr(Area) - Method in class noawt .java .awt .geom . Area
Sets the shape of this Area to be the combined area of its current shape and the shape of the specified Area, minus their intersection.
extent - Variable in class noawt .java .awt .geom . Arc2D.Double
The angular extent of the arc in degrees.
extent - Variable in class noawt .java .awt .geom . Arc2D.Float
The angular extent of the arc in degrees.

F

fairlyClose(double, double) - Method in class noawt .sun .awt .geom . Curve
 
finalizeSubCurves(Vector, Vector) - Static method in class noawt .sun .awt .geom . AreaOp
 
findCrossings(Vector, double, double, double, double) - Static method in class noawt .sun .awt .geom . Crossings
 
findCrossings(PathIterator, double, double, double, double) - Static method in class noawt .sun .awt .geom . Crossings
 
findIntersect(Curve, double[], double, int, int, double, double, double, double, double, double, double, double, double, double, double, double) - Method in class noawt .sun .awt .geom . Curve
 
FlatteningPathIterator - Class in noawt.java.awt.geom
The FlatteningPathIterator class returns a flattened view of another PathIterator object.
FlatteningPathIterator(PathIterator, double) - Constructor for class noawt .java .awt .geom . FlatteningPathIterator
Constructs a new FlatteningPathIterator object that flattens a path as it iterates over it.
FlatteningPathIterator(PathIterator, double, int) - Constructor for class noawt .java .awt .geom . FlatteningPathIterator
Constructs a new FlatteningPathIterator object that flattens a path as it iterates over it.
Float() - Constructor for class noawt .java .awt .geom . Arc2D.Float
Constructs a new OPEN arc, initialized to location (0, 0), size (0, 0), angular extents (start = 0, extent = 0).
Float(int) - Constructor for class noawt .java .awt .geom . Arc2D.Float
Constructs a new arc, initialized to location (0, 0), size (0, 0), angular extents (start = 0, extent = 0), and the specified closure type.
Float(float, float, float, float, float, float, int) - Constructor for class noawt .java .awt .geom . Arc2D.Float
Constructs a new arc, initialized to the specified location, size, angular extents, and closure type.
Float(Rectangle2D, float, float, int) - Constructor for class noawt .java .awt .geom . Arc2D.Float
Constructs a new arc, initialized to the specified location, size, angular extents, and closure type.
Float() - Constructor for class noawt .java .awt .geom . CubicCurve2D.Float
Constructs and initializes a CubicCurve with coordinates (0, 0, 0, 0, 0, 0, 0, 0).
Float(float, float, float, float, float, float, float, float) - Constructor for class noawt .java .awt .geom . CubicCurve2D.Float
Constructs and initializes a CubicCurve2D from the specified float coordinates.
Float() - Constructor for class noawt .java .awt .geom . Ellipse2D.Float
Constructs a new Ellipse2D, initialized to location (0, 0) and size (0, 0).
Float(float, float, float, float) - Constructor for class noawt .java .awt .geom . Ellipse2D.Float
Constructs and initializes an Ellipse2D from the specified coordinates.
Float() - Constructor for class noawt .java .awt .geom . Line2D.Float
Constructs and initializes a Line with coordinates (0, 0) -> (0, 0).
Float(float, float, float, float) - Constructor for class noawt .java .awt .geom . Line2D.Float
Constructs and initializes a Line from the specified coordinates.
Float(Point2D, Point2D) - Constructor for class noawt .java .awt .geom . Line2D.Float
Constructs and initializes a Line2D from the specified Point2D objects.
Float() - Constructor for class noawt .java .awt .geom . Path2D.Float
Constructs a new empty single precision Path2D object with a default winding rule of Path2D.WIND_NON_ZERO.
Float(int) - Constructor for class noawt .java .awt .geom . Path2D.Float
Constructs a new empty single precision Path2D object with the specified winding rule to control operations that require the interior of the path to be defined.
Float(int, int) - Constructor for class noawt .java .awt .geom . Path2D.Float
Constructs a new empty single precision Path2D object with the specified winding rule and the specified initial capacity to store path segments.
Float(Shape) - Constructor for class noawt .java .awt .geom . Path2D.Float
Constructs a new single precision Path2D object from an arbitrary Shape object.
Float(Shape, AffineTransform) - Constructor for class noawt .java .awt .geom . Path2D.Float
Constructs a new single precision Path2D object from an arbitrary Shape object, transformed by an AffineTransform object.
Float() - Constructor for class noawt .java .awt .geom . Point2D.Float
Constructs and initializes a Point2D with coordinates (0, 0).
Float(float, float) - Constructor for class noawt .java .awt .geom . Point2D.Float
Constructs and initializes a Point2D with the specified coordinates.
Float() - Constructor for class noawt .java .awt .geom . QuadCurve2D.Float
Constructs and initializes a QuadCurve2D with coordinates (0, 0, 0, 0, 0, 0).
Float(float, float, float, float, float, float) - Constructor for class noawt .java .awt .geom . QuadCurve2D.Float
Constructs and initializes a QuadCurve2D from the specified float coordinates.
Float() - Constructor for class noawt .java .awt .geom . Rectangle2D.Float
Constructs a new Rectangle2D, initialized to location (0.0, 0.0) and size (0.0, 0.0).
Float(float, float, float, float) - Constructor for class noawt .java .awt .geom . Rectangle2D.Float
Constructs and initializes a Rectangle2D from the specified float coordinates.
Float() - Constructor for class noawt .java .awt .geom . RoundRectangle2D.Float
Constructs a new RoundRectangle2D, initialized to location (0.0, 0.0), size (0.0, 0.0), and corner arcs of radius 0.0.
Float(float, float, float, float, float, float) - Constructor for class noawt .java .awt .geom . RoundRectangle2D.Float
Constructs and initializes a RoundRectangle2D from the specified float coordinates.

G

GeneralPath - Class in noawt.java.awt.geom
The GeneralPath class represents a geometric path constructed from straight lines, and quadratic and cubic (Bézier) curves.
GeneralPath() - Constructor for class noawt .java .awt .geom . GeneralPath
Constructs a new empty single precision GeneralPath object with a default winding rule of Path2D.WIND_NON_ZERO.
GeneralPath(int) - Constructor for class noawt .java .awt .geom . GeneralPath
Constructs a new GeneralPath object with the specified winding rule to control operations that require the interior of the path to be defined.
GeneralPath(int, int) - Constructor for class noawt .java .awt .geom . GeneralPath
Constructs a new GeneralPath object with the specified winding rule and the specified initial capacity to store path coordinates.
GeneralPath(Shape) - Constructor for class noawt .java .awt .geom . GeneralPath
Constructs a new GeneralPath object from an arbitrary Shape object.
getAngleExtent() - Method in class noawt .java .awt .geom . Arc2D.Double
Returns the angular extent of the arc.
getAngleExtent() - Method in class noawt .java .awt .geom . Arc2D.Float
Returns the angular extent of the arc.
getAngleExtent() - Method in class noawt .java .awt .geom . Arc2D
Returns the angular extent of the arc.
getAngleStart() - Method in class noawt .java .awt .geom . Arc2D.Double
Returns the starting angle of the arc.
getAngleStart() - Method in class noawt .java .awt .geom . Arc2D.Float
Returns the starting angle of the arc.
getAngleStart() - Method in class noawt .java .awt .geom . Arc2D
Returns the starting angle of the arc.
getArcHeight() - Method in class noawt .java .awt .geom . RoundRectangle2D.Double
Gets the height of the arc that rounds off the corners.
getArcHeight() - Method in class noawt .java .awt .geom . RoundRectangle2D.Float
Gets the height of the arc that rounds off the corners.
getArcHeight() - Method in class noawt .java .awt .geom . RoundRectangle2D
Gets the height of the arc that rounds off the corners.
getArcType() - Method in class noawt .java .awt .geom . Arc2D
Returns the arc closure type of the arc: Arc2D.OPEN, Arc2D.CHORD, or Arc2D.PIE.
getArcWidth() - Method in class noawt .java .awt .geom . RoundRectangle2D.Double
Gets the width of the arc that rounds off the corners.
getArcWidth() - Method in class noawt .java .awt .geom . RoundRectangle2D.Float
Gets the width of the arc that rounds off the corners.
getArcWidth() - Method in class noawt .java .awt .geom . RoundRectangle2D
Gets the width of the arc that rounds off the corners.
getBounds() - Method in class noawt .java .awt .geom . Area
Returns a bounding Rectangle that completely encloses this Area.
getBounds() - Method in class noawt .java .awt .geom . CubicCurve2D
Returns an integer Rectangle that completely encloses the Shape.
getBounds() - Method in class noawt .java .awt .geom . Line2D
Returns an integer Rectangle that completely encloses the Shape.
getBounds() - Method in class noawt .java .awt .geom . Path2D
Returns an integer Rectangle that completely encloses the Shape.
getBounds() - Method in class noawt .java .awt .geom . QuadCurve2D
Returns an integer Rectangle that completely encloses the Shape.
getBounds() - Method in class noawt .java .awt .geom . RectangularShape
Returns an integer Rectangle that completely encloses the Shape.
getBounds() - Method in class noawt .java .awt . Rectangle
Gets the bounding Rectangle of this Rectangle.
getBounds() - Method in interface noawt .java .awt . Shape
Returns an integer Rectangle that completely encloses the Shape.
getBounds2D() - Method in class noawt .java .awt .geom . Arc2D
Returns the high-precision framing rectangle of the arc.
getBounds2D() - Method in class noawt .java .awt .geom . Area
Returns a high precision bounding Rectangle2D that completely encloses this Area.
getBounds2D() - Method in class noawt .java .awt .geom . CubicCurve2D.Double
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - Method in class noawt .java .awt .geom . CubicCurve2D.Float
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - Method in class noawt .java .awt .geom . Ellipse2D.Double
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - Method in class noawt .java .awt .geom . Ellipse2D.Float
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - Method in class noawt .java .awt .geom . Line2D.Double
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - Method in class noawt .java .awt .geom . Line2D.Float
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - Method in class noawt .java .awt .geom . Path2D.Double
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - Method in class noawt .java .awt .geom . Path2D.Float
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - Method in class noawt .java .awt .geom . QuadCurve2D.Double
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - Method in class noawt .java .awt .geom . QuadCurve2D.Float
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - Method in class noawt .java .awt .geom . Rectangle2D.Double
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - Method in class noawt .java .awt .geom . Rectangle2D.Float
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - Method in class noawt .java .awt .geom . Rectangle2D
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - Method in class noawt .java .awt .geom . RoundRectangle2D.Double
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - Method in class noawt .java .awt .geom . RoundRectangle2D.Float
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - Method in class noawt .java .awt . Rectangle
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - Method in interface noawt .java .awt . Shape
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getCenterX() - Method in class noawt .java .awt .geom . RectangularShape
Returns the X coordinate of the center of the framing rectangle of the Shape in double precision.
getCenterY() - Method in class noawt .java .awt .geom . RectangularShape
Returns the Y coordinate of the center of the framing rectangle of the Shape in double precision.
getCtrlP1() - Method in class noawt .java .awt .geom . CubicCurve2D.Double
Returns the first control point.
getCtrlP1() - Method in class noawt .java .awt .geom . CubicCurve2D.Float
Returns the first control point.
getCtrlP1() - Method in class noawt .java .awt .geom . CubicCurve2D
Returns the first control point.
getCtrlP2() - Method in class noawt .java .awt .geom . CubicCurve2D.Double
Returns the second control point.
getCtrlP2() - Method in class noawt .java .awt .geom . CubicCurve2D.Float
Returns the second control point.
getCtrlP2() - Method in class noawt .java .awt .geom . CubicCurve2D
Returns the second control point.
getCtrlPt() - Method in class noawt .java .awt .geom . QuadCurve2D.Double
Returns the control point.
getCtrlPt() - Method in class noawt .java .awt .geom . QuadCurve2D.Float
Returns the control point.
getCtrlPt() - Method in class noawt .java .awt .geom . QuadCurve2D
Returns the control point.
getCtrlX() - Method in class noawt .java .awt .geom . QuadCurve2D.Double
Returns the X coordinate of the control point in double precision.
getCtrlX() - Method in class noawt .java .awt .geom . QuadCurve2D.Float
Returns the X coordinate of the control point in double precision.
getCtrlX() - Method in class noawt .java .awt .geom . QuadCurve2D
Returns the X coordinate of the control point in double precision.
getCtrlX1() - Method in class noawt .java .awt .geom . CubicCurve2D.Double
Returns the X coordinate of the first control point in double precision.
getCtrlX1() - Method in class noawt .java .awt .geom . CubicCurve2D.Float
Returns the X coordinate of the first control point in double precision.
getCtrlX1() - Method in class noawt .java .awt .geom . CubicCurve2D
Returns the X coordinate of the first control point in double precision.
getCtrlX2() - Method in class noawt .java .awt .geom . CubicCurve2D.Double
Returns the X coordinate of the second control point in double precision.
getCtrlX2() - Method in class noawt .java .awt .geom . CubicCurve2D.Float
Returns the X coordinate of the second control point in double precision.
getCtrlX2() - Method in class noawt .java .awt .geom . CubicCurve2D
Returns the X coordinate of the second control point in double precision.
getCtrlY() - Method in class noawt .java .awt .geom . QuadCurve2D.Double
Returns the Y coordinate of the control point in double precision.
getCtrlY() - Method in class noawt .java .awt .geom . QuadCurve2D.Float
Returns the Y coordinate of the control point in double precision.
getCtrlY() - Method in class noawt .java .awt .geom . QuadCurve2D
Returns the Y coordinate of the control point in double precision.
getCtrlY1() - Method in class noawt .java .awt .geom . CubicCurve2D.Double
Returns the Y coordinate of the first control point in double precision.
getCtrlY1() - Method in class noawt .java .awt .geom . CubicCurve2D.Float
Returns the Y coordinate of the first control point in double precision.
getCtrlY1() - Method in class noawt .java .awt .geom . CubicCurve2D
Returns the Y coordinate of the first control point in double precision.
getCtrlY2() - Method in class noawt .java .awt .geom . CubicCurve2D.Double
Returns the Y coordinate of the second control point in double precision.
getCtrlY2() - Method in class noawt .java .awt .geom . CubicCurve2D.Float
Returns the Y coordinate of the second control point in double precision.
getCtrlY2() - Method in class noawt .java .awt .geom . CubicCurve2D
Returns the Y coordinate of the second control point in double precision.
getCurrentPoint() - Method in class noawt .java .awt .geom . Path2D
Returns the coordinates most recently added to the end of the path as a Point2D object.
getDeterminant() - Method in class noawt .java .awt .geom . AffineTransform
Returns the determinant of the matrix representation of the transform.
getDirection() - Method in class noawt .sun .awt .geom . Curve
 
getEndPoint() - Method in class noawt .java .awt .geom . Arc2D
Returns the ending point of the arc.
getFlatness(double, double, double, double, double, double, double, double) - Static method in class noawt .java .awt .geom . CubicCurve2D
Returns the flatness of the cubic curve specified by the indicated control points.
getFlatness(double[], int) - Static method in class noawt .java .awt .geom . CubicCurve2D
Returns the flatness of the cubic curve specified by the control points stored in the indicated array at the indicated index.
getFlatness() - Method in class noawt .java .awt .geom . CubicCurve2D
Returns the flatness of this curve.
getFlatness() - Method in class noawt .java .awt .geom . FlatteningPathIterator
Returns the flatness of this iterator.
getFlatness(double, double, double, double, double, double) - Static method in class noawt .java .awt .geom . QuadCurve2D
Returns the flatness, or maximum distance of a control point from the line connecting the end points, of the quadratic curve specified by the indicated control points.
getFlatness(double[], int) - Static method in class noawt .java .awt .geom . QuadCurve2D
Returns the flatness, or maximum distance of a control point from the line connecting the end points, of the quadratic curve specified by the control points stored in the indicated array at the indicated index.
getFlatness() - Method in class noawt .java .awt .geom . QuadCurve2D
Returns the flatness, or maximum distance of a control point from the line connecting the end points, of this QuadCurve2D.
getFlatnessSq(double, double, double, double, double, double, double, double) - Static method in class noawt .java .awt .geom . CubicCurve2D
Returns the square of the flatness of the cubic curve specified by the indicated control points.
getFlatnessSq(double[], int) - Static method in class noawt .java .awt .geom . CubicCurve2D
Returns the square of the flatness of the cubic curve specified by the control points stored in the indicated array at the indicated index.
getFlatnessSq() - Method in class noawt .java .awt .geom . CubicCurve2D
Returns the square of the flatness of this curve.
getFlatnessSq(double, double, double, double, double, double) - Static method in class noawt .java .awt .geom . QuadCurve2D
Returns the square of the flatness, or maximum distance of a control point from the line connecting the end points, of the quadratic curve specified by the indicated control points.
getFlatnessSq(double[], int) - Static method in class noawt .java .awt .geom . QuadCurve2D
Returns the square of the flatness, or maximum distance of a control point from the line connecting the end points, of the quadratic curve specified by the control points stored in the indicated array at the indicated index.
getFlatnessSq() - Method in class noawt .java .awt .geom . QuadCurve2D
Returns the square of the flatness, or maximum distance of a control point from the line connecting the end points, of this QuadCurve2D.
getFrame() - Method in class noawt .java .awt .geom . RectangularShape
Returns the framing Rectangle2D that defines the overall shape of this object.
getHeight() - Method in class noawt .java .awt . Dimension
Returns the height of this Dimension in double precision.
getHeight() - Method in class noawt .java .awt .geom . Arc2D.Double
Returns the height of the framing rectangle in double precision.
getHeight() - Method in class noawt .java .awt .geom . Arc2D.Float
Returns the height of the framing rectangle in double precision.
getHeight() - Method in class noawt .java .awt .geom . Dimension2D
Returns the height of this Dimension in double precision.
getHeight() - Method in class noawt .java .awt .geom . Ellipse2D.Double
Returns the height of the framing rectangle in double precision.
getHeight() - Method in class noawt .java .awt .geom . Ellipse2D.Float
Returns the height of the framing rectangle in double precision.
getHeight() - Method in class noawt .java .awt .geom . Rectangle2D.Double
Returns the height of the framing rectangle in double precision.
getHeight() - Method in class noawt .java .awt .geom . Rectangle2D.Float
Returns the height of the framing rectangle in double precision.
getHeight() - Method in class noawt .java .awt .geom . RectangularShape
Returns the height of the framing rectangle in double precision.
getHeight() - Method in class noawt .java .awt .geom . RoundRectangle2D.Double
Returns the height of the framing rectangle in double precision.
getHeight() - Method in class noawt .java .awt .geom . RoundRectangle2D.Float
Returns the height of the framing rectangle in double precision.
getHeight() - Method in class noawt .java .awt . Rectangle
Returns the height of the bounding Rectangle in double precision.
getLocation() - Method in class noawt .java .awt . Point
Returns the location of this point.
getLocation() - Method in class noawt .java .awt . Rectangle
Returns the location of this Rectangle.
getMatrix(double[]) - Method in class noawt .java .awt .geom . AffineTransform
Retrieves the 6 specifiable values in the 3x3 affine transformation matrix and places them into an array of double precisions values.
getMaxX() - Method in class noawt .java .awt .geom . RectangularShape
Returns the largest X coordinate of the framing rectangle of the Shape in double precision.
getMaxY() - Method in class noawt .java .awt .geom . RectangularShape
Returns the largest Y coordinate of the framing rectangle of the Shape in double precision.
getMinX() - Method in class noawt .java .awt .geom . RectangularShape
Returns the smallest X coordinate of the framing rectangle of the Shape in double precision.
getMinY() - Method in class noawt .java .awt .geom . RectangularShape
Returns the smallest Y coordinate of the framing rectangle of the Shape in double precision.
getNativeConsumer() - Method in interface noawt .sun .awt .geom . PathConsumer2D
If a given PathConsumer performs all or most of its work natively then it can return a (non-zero) pointer to a native function vector that defines C functions for all of the above methods.
getOrder() - Method in class noawt .sun .awt .geom . Curve
 
getP1() - Method in class noawt .java .awt .geom . CubicCurve2D.Double
Returns the start point.
getP1() - Method in class noawt .java .awt .geom . CubicCurve2D.Float
Returns the start point.
getP1() - Method in class noawt .java .awt .geom . CubicCurve2D
Returns the start point.
getP1() - Method in class noawt .java .awt .geom . Line2D.Double
Returns the start Point2D of this Line2D.
getP1() - Method in class noawt .java .awt .geom . Line2D.Float
Returns the start Point2D of this Line2D.
getP1() - Method in class noawt .java .awt .geom . Line2D
Returns the start Point2D of this Line2D.
getP1() - Method in class noawt .java .awt .geom . QuadCurve2D.Double
Returns the start point.
getP1() - Method in class noawt .java .awt .geom . QuadCurve2D.Float
Returns the start point.
getP1() - Method in class noawt .java .awt .geom . QuadCurve2D
Returns the start point.
getP2() - Method in class noawt .java .awt .geom . CubicCurve2D.Double
Returns the end point.
getP2() - Method in class noawt .java .awt .geom . CubicCurve2D.Float
Returns the end point.
getP2() - Method in class noawt .java .awt .geom . CubicCurve2D
Returns the end point.
getP2() - Method in class noawt .java .awt .geom . Line2D.Double
Returns the end Point2D of this Line2D.
getP2() - Method in class noawt .java .awt .geom . Line2D.Float
Returns the end Point2D of this Line2D.
getP2() - Method in class noawt .java .awt .geom . Line2D
Returns the end Point2D of this Line2D.
getP2() - Method in class noawt .java .awt .geom . QuadCurve2D.Double
Returns the end point.
getP2() - Method in class noawt .java .awt .geom . QuadCurve2D.Float
Returns the end point.
getP2() - Method in class noawt .java .awt .geom . QuadCurve2D
Returns the end point.
getPathIterator(AffineTransform) - Method in class noawt .java .awt .geom . Arc2D
Returns an iteration object that defines the boundary of the arc.
getPathIterator(AffineTransform) - Method in class noawt .java .awt .geom . Area
Creates a PathIterator for the outline of this Area object.
getPathIterator(AffineTransform, double) - Method in class noawt .java .awt .geom . Area
Creates a PathIterator for the flattened outline of this Area object.
getPathIterator(AffineTransform) - Method in class noawt .java .awt .geom . CubicCurve2D
Returns an iteration object that defines the boundary of the shape.
getPathIterator(AffineTransform, double) - Method in class noawt .java .awt .geom . CubicCurve2D
Return an iteration object that defines the boundary of the flattened shape.
getPathIterator(AffineTransform) - Method in class noawt .java .awt .geom . Ellipse2D
Returns an iteration object that defines the boundary of this Ellipse2D.
getPathIterator(AffineTransform) - Method in class noawt .java .awt .geom . Line2D
Returns an iteration object that defines the boundary of this Line2D.
getPathIterator(AffineTransform, double) - Method in class noawt .java .awt .geom . Line2D
Returns an iteration object that defines the boundary of this flattened Line2D.
getPathIterator(AffineTransform) - Method in class noawt .java .awt .geom . Path2D.Double
Returns an iterator object that iterates along the Shape boundary and provides access to the geometry of the Shape outline.
getPathIterator(AffineTransform) - Method in class noawt .java .awt .geom . Path2D.Float
Returns an iterator object that iterates along the Shape boundary and provides access to the geometry of the Shape outline.
getPathIterator(AffineTransform, double) - Method in class noawt .java .awt .geom . Path2D
Returns an iterator object that iterates along the Shape boundary and provides access to a flattened view of the Shape outline geometry.
getPathIterator(AffineTransform) - Method in class noawt .java .awt .geom . QuadCurve2D
Returns an iteration object that defines the boundary of the shape of this QuadCurve2D.
getPathIterator(AffineTransform, double) - Method in class noawt .java .awt .geom . QuadCurve2D
Returns an iteration object that defines the boundary of the flattened shape of this QuadCurve2D.
getPathIterator(AffineTransform) - Method in class noawt .java .awt .geom . Rectangle2D
Returns an iteration object that defines the boundary of this Rectangle2D.
getPathIterator(AffineTransform, double) - Method in class noawt .java .awt .geom . Rectangle2D
Returns an iteration object that defines the boundary of the flattened Rectangle2D.
getPathIterator(AffineTransform, double) - Method in class noawt .java .awt .geom . RectangularShape
Returns an iterator object that iterates along the Shape object's boundary and provides access to a flattened view of the outline of the Shape object's geometry.
getPathIterator(AffineTransform) - Method in class noawt .java .awt .geom . RoundRectangle2D
Returns an iteration object that defines the boundary of this RoundRectangle2D.
getPathIterator(AffineTransform) - Method in interface noawt .java .awt . Shape
Returns an iterator object that iterates along the Shape boundary and provides access to the geometry of the Shape outline.
getPathIterator(AffineTransform, double) - Method in interface noawt .java .awt . Shape
Returns an iterator object that iterates along the Shape boundary and provides access to a flattened view of the Shape outline geometry.
getQuadrantRotateInstance(int) - Static method in class noawt .java .awt .geom . AffineTransform
Returns a transform that rotates coordinates by the specified number of quadrants.
getQuadrantRotateInstance(int, double, double) - Static method in class noawt .java .awt .geom . AffineTransform
Returns a transform that rotates coordinates by the specified number of quadrants around the specified anchor point.
getRecursionLimit() - Method in class noawt .java .awt .geom . FlatteningPathIterator
Returns the recursion limit of this iterator.
getReversedCurve() - Method in class noawt .sun .awt .geom . Curve
 
getRotateInstance(double) - Static method in class noawt .java .awt .geom . AffineTransform
Returns a transform representing a rotation transformation.
getRotateInstance(double, double, double) - Static method in class noawt .java .awt .geom . AffineTransform
Returns a transform that rotates coordinates around an anchor point.
getRotateInstance(double, double) - Static method in class noawt .java .awt .geom . AffineTransform
Returns a transform that rotates coordinates according to a rotation vector.
getRotateInstance(double, double, double, double) - Static method in class noawt .java .awt .geom . AffineTransform
Returns a transform that rotates coordinates around an anchor point accordinate to a rotation vector.
getScaleInstance(double, double) - Static method in class noawt .java .awt .geom . AffineTransform
Returns a transform representing a scaling transformation.
getScaleX() - Method in class noawt .java .awt .geom . AffineTransform
Returns the X coordinate scaling element (m00) of the 3x3 affine transformation matrix.
getScaleY() - Method in class noawt .java .awt .geom . AffineTransform
Returns the Y coordinate scaling element (m11) of the 3x3 affine transformation matrix.
getSegment(double[]) - Method in class noawt .sun .awt .geom . Curve
 
getShearInstance(double, double) - Static method in class noawt .java .awt .geom . AffineTransform
Returns a transform representing a shearing transformation.
getShearX() - Method in class noawt .java .awt .geom . AffineTransform
Returns the X coordinate shearing element (m01) of the 3x3 affine transformation matrix.
getShearY() - Method in class noawt .java .awt .geom . AffineTransform
Returns the Y coordinate shearing element (m10) of the 3x3 affine transformation matrix.
getSize() - Method in class noawt .java .awt . Dimension
Gets the size of this Dimension object.
getSize() - Method in class noawt .java .awt . Rectangle
Gets the size of this Rectangle, represented by the returned Dimension.
getStartPoint() - Method in class noawt .java .awt .geom . Arc2D
Returns the starting point of the arc.
getState() - Method in class noawt .sun .awt .geom . AreaOp.CAGOp
 
getState() - Method in class noawt .sun .awt .geom . AreaOp.EOWindOp
 
getState() - Method in class noawt .sun .awt .geom . AreaOp
 
getState() - Method in class noawt .sun .awt .geom . AreaOp.NZWindOp
 
getSubCurve(double, double) - Method in class noawt .sun .awt .geom . Curve
 
getSubCurve(double, double, int) - Method in class noawt .sun .awt .geom . Curve
 
getTranslateInstance(double, double) - Static method in class noawt .java .awt .geom . AffineTransform
Returns a transform representing a translation transformation.
getTranslateX() - Method in class noawt .java .awt .geom . AffineTransform
Returns the X coordinate of the translation element (m02) of the 3x3 affine transformation matrix.
getTranslateY() - Method in class noawt .java .awt .geom . AffineTransform
Returns the Y coordinate of the translation element (m12) of the 3x3 affine transformation matrix.
getType() - Method in class noawt .java .awt .geom . AffineTransform
Retrieves the flag bits describing the conversion properties of this transform.
getWidth() - Method in class noawt .java .awt . Dimension
Returns the width of this Dimension in double precision.
getWidth() - Method in class noawt .java .awt .geom . Arc2D.Double
Returns the width of the framing rectangle in double precision.
getWidth() - Method in class noawt .java .awt .geom . Arc2D.Float
Returns the width of the framing rectangle in double precision.
getWidth() - Method in class noawt .java .awt .geom . Dimension2D
Returns the width of this Dimension in double precision.
getWidth() - Method in class noawt .java .awt .geom . Ellipse2D.Double
Returns the width of the framing rectangle in double precision.
getWidth() - Method in class noawt .java .awt .geom . Ellipse2D.Float
Returns the width of the framing rectangle in double precision.
getWidth() - Method in class noawt .java .awt .geom . Rectangle2D.Double
Returns the width of the framing rectangle in double precision.
getWidth() - Method in class noawt .java .awt .geom . Rectangle2D.Float
Returns the width of the framing rectangle in double precision.
getWidth() - Method in class noawt .java .awt .geom . RectangularShape
Returns the width of the framing rectangle in double precision.
getWidth() - Method in class noawt .java .awt .geom . RoundRectangle2D.Double
Returns the width of the framing rectangle in double precision.
getWidth() - Method in class noawt .java .awt .geom . RoundRectangle2D.Float
Returns the width of the framing rectangle in double precision.
getWidth() - Method in class noawt .java .awt . Rectangle
Returns the width of the bounding Rectangle in double precision.
getWindingRule() - Method in class noawt .java .awt .geom . FlatteningPathIterator
Returns the winding rule for determining the interior of the path.
getWindingRule() - Method in class noawt .java .awt .geom . Path2D
Returns the fill style winding rule.
getWindingRule() - Method in interface noawt .java .awt .geom . PathIterator
Returns the winding rule for determining the interior of the path.
getWithDirection(int) - Method in class noawt .sun .awt .geom . Curve
 
getX() - Method in class noawt .java .awt .geom . Arc2D.Double
Returns the X coordinate of the upper-left corner of the framing rectangle in double precision.
getX() - Method in class noawt .java .awt .geom . Arc2D.Float
Returns the X coordinate of the upper-left corner of the framing rectangle in double precision.
getX() - Method in class noawt .java .awt .geom . Ellipse2D.Double
Returns the X coordinate of the upper-left corner of the framing rectangle in double precision.
getX() - Method in class noawt .java .awt .geom . Ellipse2D.Float
Returns the X coordinate of the upper-left corner of the framing rectangle in double precision.
getX() - Method in class noawt .java .awt .geom . Point2D.Double
Returns the X coordinate of this Point2D in double precision.
getX() - Method in class noawt .java .awt .geom . Point2D.Float
Returns the X coordinate of this Point2D in double precision.
getX() - Method in class noawt .java .awt .geom . Point2D
Returns the X coordinate of this Point2D in double precision.
getX() - Method in class noawt .java .awt .geom . Rectangle2D.Double
Returns the X coordinate of the upper-left corner of the framing rectangle in double precision.
getX() - Method in class noawt .java .awt .geom . Rectangle2D.Float
Returns the X coordinate of the upper-left corner of the framing rectangle in double precision.
getX() - Method in class noawt .java .awt .geom . RectangularShape
Returns the X coordinate of the upper-left corner of the framing rectangle in double precision.
getX() - Method in class noawt .java .awt .geom . RoundRectangle2D.Double
Returns the X coordinate of the upper-left corner of the framing rectangle in double precision.
getX() - Method in class noawt .java .awt .geom . RoundRectangle2D.Float
Returns the X coordinate of the upper-left corner of the framing rectangle in double precision.
getX() - Method in class noawt .java .awt . Point
Returns the X coordinate of this Point2D in double precision.
getX() - Method in class noawt .java .awt . Rectangle
Returns the X coordinate of the bounding Rectangle in double precision.
getX0() - Method in class noawt .sun .awt .geom . Curve
 
getX1() - Method in class noawt .java .awt .geom . CubicCurve2D.Double
Returns the X coordinate of the start point in double precision.
getX1() - Method in class noawt .java .awt .geom . CubicCurve2D.Float
Returns the X coordinate of the start point in double precision.
getX1() - Method in class noawt .java .awt .geom . CubicCurve2D
Returns the X coordinate of the start point in double precision.
getX1() - Method in class noawt .java .awt .geom . Line2D.Double
Returns the X coordinate of the start point in double precision.
getX1() - Method in class noawt .java .awt .geom . Line2D.Float
Returns the X coordinate of the start point in double precision.
getX1() - Method in class noawt .java .awt .geom . Line2D
Returns the X coordinate of the start point in double precision.
getX1() - Method in class noawt .java .awt .geom . QuadCurve2D.Double
Returns the X coordinate of the start point in double in precision.
getX1() - Method in class noawt .java .awt .geom . QuadCurve2D.Float
Returns the X coordinate of the start point in double in precision.
getX1() - Method in class noawt .java .awt .geom . QuadCurve2D
Returns the X coordinate of the start point in double in precision.
getX1() - Method in class noawt .sun .awt .geom . Curve
 
getX2() - Method in class noawt .java .awt .geom . CubicCurve2D.Double
Returns the X coordinate of the end point in double precision.
getX2() - Method in class noawt .java .awt .geom . CubicCurve2D.Float
Returns the X coordinate of the end point in double precision.
getX2() - Method in class noawt .java .awt .geom . CubicCurve2D
Returns the X coordinate of the end point in double precision.
getX2() - Method in class noawt .java .awt .geom . Line2D.Double
Returns the X coordinate of the end point in double precision.
getX2() - Method in class noawt .java .awt .geom . Line2D.Float
Returns the X coordinate of the end point in double precision.
getX2() - Method in class noawt .java .awt .geom . Line2D
Returns the X coordinate of the end point in double precision.
getX2() - Method in class noawt .java .awt .geom . QuadCurve2D.Double
Returns the X coordinate of the end point in double precision.
getX2() - Method in class noawt .java .awt .geom . QuadCurve2D.Float
Returns the X coordinate of the end point in double precision.
getX2() - Method in class noawt .java .awt .geom . QuadCurve2D
Returns the X coordinate of the end point in double precision.
getXBot() - Method in class noawt .sun .awt .geom . Curve
 
getXHi() - Method in class noawt .sun .awt .geom . Crossings
 
getXLo() - Method in class noawt .sun .awt .geom . Crossings
 
getXMax() - Method in class noawt .sun .awt .geom . Curve
 
getXMin() - Method in class noawt .sun .awt .geom . Curve
 
getXTop() - Method in class noawt .sun .awt .geom . Curve
 
getY() - Method in class noawt .java .awt .geom . Arc2D.Double
Returns the Y coordinate of the upper-left corner of the framing rectangle in double precision.
getY() - Method in class noawt .java .awt .geom . Arc2D.Float
Returns the Y coordinate of the upper-left corner of the framing rectangle in double precision.
getY() - Method in class noawt .java .awt .geom . Ellipse2D.Double
Returns the Y coordinate of the upper-left corner of the framing rectangle in double precision.
getY() - Method in class noawt .java .awt .geom . Ellipse2D.Float
Returns the Y coordinate of the upper-left corner of the framing rectangle in double precision.
getY() - Method in class noawt .java .awt .geom . Point2D.Double
Returns the Y coordinate of this Point2D in double precision.
getY() - Method in class noawt .java .awt .geom . Point2D.Float
Returns the Y coordinate of this Point2D in double precision.
getY() - Method in class noawt .java .awt .geom . Point2D
Returns the Y coordinate of this Point2D in double precision.
getY() - Method in class noawt .java .awt .geom . Rectangle2D.Double
Returns the Y coordinate of the upper-left corner of the framing rectangle in double precision.
getY() - Method in class noawt .java .awt .geom . Rectangle2D.Float
Returns the Y coordinate of the upper-left corner of the framing rectangle in double precision.
getY() - Method in class noawt .java .awt .geom . RectangularShape
Returns the Y coordinate of the upper-left corner of the framing rectangle in double precision.
getY() - Method in class noawt .java .awt .geom . RoundRectangle2D.Double
Returns the Y coordinate of the upper-left corner of the framing rectangle in double precision.
getY() - Method in class noawt .java .awt .geom . RoundRectangle2D.Float
Returns the Y coordinate of the upper-left corner of the framing rectangle in double precision.
getY() - Method in class noawt .java .awt . Point
Returns the Y coordinate of this Point2D in double precision.
getY() - Method in class noawt .java .awt . Rectangle
Returns the Y coordinate of the bounding Rectangle in double precision.
getY0() - Method in class noawt .sun .awt .geom . Curve
 
getY1() - Method in class noawt .java .awt .geom . CubicCurve2D.Double
Returns the Y coordinate of the start point in double precision.
getY1() - Method in class noawt .java .awt .geom . CubicCurve2D.Float
Returns the Y coordinate of the start point in double precision.
getY1() - Method in class noawt .java .awt .geom . CubicCurve2D
Returns the Y coordinate of the start point in double precision.
getY1() - Method in class noawt .java .awt .geom . Line2D.Double
Returns the Y coordinate of the start point in double precision.
getY1() - Method in class noawt .java .awt .geom . Line2D.Float
Returns the Y coordinate of the start point in double precision.
getY1() - Method in class noawt .java .awt .geom . Line2D
Returns the Y coordinate of the start point in double precision.
getY1() - Method in class noawt .java .awt .geom . QuadCurve2D.Double
Returns the Y coordinate of the start point in double precision.
getY1() - Method in class noawt .java .awt .geom . QuadCurve2D.Float
Returns the Y coordinate of the start point in double precision.
getY1() - Method in class noawt .java .awt .geom . QuadCurve2D
Returns the Y coordinate of the start point in double precision.
getY1() - Method in class noawt .sun .awt .geom . Curve
 
getY2() - Method in class noawt .java .awt .geom . CubicCurve2D.Double
Returns the Y coordinate of the end point in double precision.
getY2() - Method in class noawt .java .awt .geom . CubicCurve2D.Float
Returns the Y coordinate of the end point in double precision.
getY2() - Method in class noawt .java .awt .geom . CubicCurve2D
Returns the Y coordinate of the end point in double precision.
getY2() - Method in class noawt .java .awt .geom . Line2D.Double
Returns the Y coordinate of the end point in double precision.
getY2() - Method in class noawt .java .awt .geom . Line2D.Float
Returns the Y coordinate of the end point in double precision.
getY2() - Method in class noawt .java .awt .geom . Line2D
Returns the Y coordinate of the end point in double precision.
getY2() - Method in class noawt .java .awt .geom . QuadCurve2D.Double
Returns the Y coordinate of the end point in double precision.
getY2() - Method in class noawt .java .awt .geom . QuadCurve2D.Float
Returns the Y coordinate of the end point in double precision.
getY2() - Method in class noawt .java .awt .geom . QuadCurve2D
Returns the Y coordinate of the end point in double precision.
getYBot() - Method in class noawt .sun .awt .geom . Curve
 
getYHi() - Method in class noawt .sun .awt .geom . Crossings
 
getYLo() - Method in class noawt .sun .awt .geom . Crossings
 
getYTop() - Method in class noawt .sun .awt .geom . Curve
 
grow(int, int) - Method in class noawt .java .awt . Rectangle
Resizes the Rectangle both horizontally and vertically.

H

hashCode() - Method in class noawt .java .awt . Dimension
Returns the hash code for this Dimension.
hashCode() - Method in class noawt .java .awt .geom . AffineTransform
Returns the hashcode for this transform.
hashCode() - Method in class noawt .java .awt .geom . Arc2D
Returns the hashcode for this Arc2D.
hashCode() - Method in class noawt .java .awt .geom . Ellipse2D
Returns the hashcode for this Ellipse2D.
hashCode() - Method in class noawt .java .awt .geom . Point2D
Returns the hashcode for this Point2D.
hashCode() - Method in class noawt .java .awt .geom . Rectangle2D
Returns the hashcode for this Rectangle2D.
hashCode() - Method in class noawt .java .awt .geom . RoundRectangle2D
Returns the hashcode for this RoundRectangle2D.
height - Variable in class noawt .java .awt . Dimension
The height dimension; negative values can be used.
height - Variable in class noawt .java .awt .geom . Arc2D.Double
The overall height of the full ellipse of which this arc is a partial section (not considering the angular extents).
height - Variable in class noawt .java .awt .geom . Arc2D.Float
The overall height of the full ellipse of which this arc is a partial section (not considering the angular extents).
height - Variable in class noawt .java .awt .geom . Ellipse2D.Double
The overall height of the Ellipse2D.
height - Variable in class noawt .java .awt .geom . Ellipse2D.Float
The overall height of this Ellipse2D.
height - Variable in class noawt .java .awt .geom . Rectangle2D.Double
The height of this Rectangle2D.
height - Variable in class noawt .java .awt .geom . Rectangle2D.Float
The height of this Rectangle2D.
height - Variable in class noawt .java .awt .geom . RoundRectangle2D.Double
The height of this RoundRectangle2D.
height - Variable in class noawt .java .awt .geom . RoundRectangle2D.Float
The height of this RoundRectangle2D.
height - Variable in class noawt .java .awt . Rectangle
The height of the Rectangle.

I

IllegalPathStateException - Exception in noawt.java.awt.geom
The IllegalPathStateException 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 a GeneralPath without an initial moveto.
IllegalPathStateException() - Constructor for exception noawt .java .awt .geom . IllegalPathStateException
Constructs an IllegalPathStateException with no detail message.
IllegalPathStateException(String) - Constructor for exception noawt .java .awt .geom . IllegalPathStateException
Constructs an IllegalPathStateException with the specified detail message.
INCREASING - Static variable in class noawt .sun .awt .geom . Curve
 
insert(int, double, double, int) - Method in class noawt .sun .awt .geom . Crossings.NonZero
 
insertCubic(Vector, double, double, double[]) - Static method in class noawt .sun .awt .geom . Curve
 
insertLine(Vector, double, double, double, double) - Static method in class noawt .sun .awt .geom . Curve
 
insertMove(Vector, double, double) - Static method in class noawt .sun .awt .geom . Curve
 
insertQuad(Vector, double, double, double[]) - Static method in class noawt .sun .awt .geom . Curve
 
inside(int, int) - Method in class noawt .java .awt . Rectangle
Deprecated.
As of JDK version 1.1, replaced by contains(int, int).
intersect(Area) - Method in class noawt .java .awt .geom . Area
Sets the shape of this Area to the intersection of its current shape and the shape of the specified Area.
intersect(Rectangle2D, Rectangle2D, Rectangle2D) - Static method in class noawt .java .awt .geom . Rectangle2D
Intersects the pair of specified source Rectangle2D objects and puts the result into the specified destination Rectangle2D object.
intersection(Rectangle) - Method in class noawt .java .awt . Rectangle
Computes the intersection of this Rectangle with the specified Rectangle.
intersects(double, double, double, double) - Method in class noawt .java .awt .geom . Arc2D
Determines whether or not the interior of the arc intersects the interior of the specified rectangle.
intersects(double, double, double, double) - Method in class noawt .java .awt .geom . Area
Tests if the interior of the Shape intersects the interior of a specified rectangular area.
intersects(Rectangle2D) - Method in class noawt .java .awt .geom . Area
Tests if the interior of the Shape intersects the interior of a specified Rectangle2D.
intersects(double, double, double, double) - Method in class noawt .java .awt .geom . CubicCurve2D
Tests if the interior of the Shape intersects the interior of a specified rectangular area.
intersects(Rectangle2D) - Method in class noawt .java .awt .geom . CubicCurve2D
Tests if the interior of the Shape intersects the interior of a specified Rectangle2D.
intersects(double, double, double, double) - Method in class noawt .java .awt .geom . Ellipse2D
Tests if the interior of the Shape intersects the interior of a specified rectangular area.
intersects(double, double, double, double) - Method in class noawt .java .awt .geom . Line2D
Tests if the interior of the Shape intersects the interior of a specified rectangular area.
intersects(Rectangle2D) - Method in class noawt .java .awt .geom . Line2D
Tests if the interior of the Shape intersects the interior of a specified Rectangle2D.
intersects(PathIterator, double, double, double, double) - Static method in class noawt .java .awt .geom . Path2D
Tests if the interior of the specified PathIterator intersects the interior of a specified set of rectangular coordinates.
intersects(PathIterator, Rectangle2D) - Static method in class noawt .java .awt .geom . Path2D
Tests if the interior of the specified PathIterator intersects the interior of a specified Rectangle2D.
intersects(double, double, double, double) - Method in class noawt .java .awt .geom . Path2D
Tests if the interior of the Shape intersects the interior of a specified rectangular area.
intersects(Rectangle2D) - Method in class noawt .java .awt .geom . Path2D
Tests if the interior of the Shape intersects the interior of a specified Rectangle2D.
intersects(double, double, double, double) - Method in class noawt .java .awt .geom . QuadCurve2D
Tests if the interior of the Shape intersects the interior of a specified rectangular area.
intersects(Rectangle2D) - Method in class noawt .java .awt .geom . QuadCurve2D
Tests if the interior of the Shape intersects the interior of a specified Rectangle2D.
intersects(double, double, double, double) - Method in class noawt .java .awt .geom . Rectangle2D
Tests if the interior of the Shape intersects the interior of a specified rectangular area.
intersects(Rectangle2D) - Method in class noawt .java .awt .geom . RectangularShape
Tests if the interior of the Shape intersects the interior of a specified Rectangle2D.
intersects(double, double, double, double) - Method in class noawt .java .awt .geom . RoundRectangle2D
Tests if the interior of the Shape intersects the interior of a specified rectangular area.
intersects(Rectangle) - Method in class noawt .java .awt . Rectangle
Determines whether or not this Rectangle and the specified Rectangle intersect.
intersects(double, double, double, double) - Method in interface noawt .java .awt . Shape
Tests if the interior of the Shape intersects the interior of a specified rectangular area.
intersects(Rectangle2D) - Method in interface noawt .java .awt . Shape
Tests if the interior of the Shape intersects the interior of a specified Rectangle2D.
intersectsLine(double, double, double, double) - Method in class noawt .java .awt .geom . Line2D
Tests if the line segment from (x1,y1) to (x2,y2) intersects this line segment.
intersectsLine(Line2D) - Method in class noawt .java .awt .geom . Line2D
Tests if the specified line segment intersects this line segment.
intersectsLine(double, double, double, double) - Method in class noawt .java .awt .geom . Rectangle2D
Tests if the specified line segment intersects the interior of this Rectangle2D.
intersectsLine(Line2D) - Method in class noawt .java .awt .geom . Rectangle2D
Tests if the specified line segment intersects the interior of this Rectangle2D.
IntOp() - Constructor for class noawt .sun .awt .geom . AreaOp.IntOp
 
inverseTransform(Point2D, Point2D) - Method in class noawt .java .awt .geom . AffineTransform
Inverse transforms the specified ptSrc and stores the result in ptDst.
inverseTransform(double[], int, double[], int, int) - Method in class noawt .java .awt .geom . AffineTransform
Inverse transforms an array of double precision coordinates by this transform.
invert() - Method in class noawt .java .awt .geom . AffineTransform
Sets this transform to the inverse of itself.
isDone() - Method in class noawt .java .awt .geom . FlatteningPathIterator
Tests if the iteration is complete.
isDone() - Method in interface noawt .java .awt .geom . PathIterator
Tests if the iteration is complete.
isEmpty() - Method in class noawt .java .awt .geom . Arc2D.Double
Determines whether the RectangularShape is empty.
isEmpty() - Method in class noawt .java .awt .geom . Arc2D.Float
Determines whether the RectangularShape is empty.
isEmpty() - Method in class noawt .java .awt .geom . Area
Tests whether this Area object encloses any area.
isEmpty() - Method in class noawt .java .awt .geom . Ellipse2D.Double
Determines whether the RectangularShape is empty.
isEmpty() - Method in class noawt .java .awt .geom . Ellipse2D.Float
Determines whether the RectangularShape is empty.
isEmpty() - Method in class noawt .java .awt .geom . Rectangle2D.Double
Determines whether the RectangularShape is empty.
isEmpty() - Method in class noawt .java .awt .geom . Rectangle2D.Float
Determines whether the RectangularShape is empty.
isEmpty() - Method in class noawt .java .awt .geom . RectangularShape
Determines whether the RectangularShape is empty.
isEmpty() - Method in class noawt .java .awt .geom . RoundRectangle2D.Double
Determines whether the RectangularShape is empty.
isEmpty() - Method in class noawt .java .awt .geom . RoundRectangle2D.Float
Determines whether the RectangularShape is empty.
isEmpty() - Method in class noawt .java .awt . Rectangle
Determines whether the RectangularShape is empty.
isEmpty() - Method in class noawt .sun .awt .geom . Crossings
 
isIdentity() - Method in class noawt .java .awt .geom . AffineTransform
Returns true if this AffineTransform is an identity transform.
isPolygonal() - Method in class noawt .java .awt .geom . Area
Tests whether this Area consists entirely of straight edged polygonal geometry.
isRectangular() - Method in class noawt .java .awt .geom . Area
Tests whether this Area is rectangular in shape.
isSingular() - Method in class noawt .java .awt .geom . Area
Tests whether this Area is comprised of a single closed subpath.

L

Line2D - Class in noawt.java.awt.geom
This Line2D represents a line segment in (x,y) coordinate space.
Line2D() - Constructor for class noawt .java .awt .geom . Line2D
This is an abstract class that cannot be instantiated directly.
Line2D.Double - Class in noawt.java.awt.geom
A line segment specified with double coordinates.
Line2D.Float - Class in noawt.java.awt.geom
A line segment specified with float coordinates.
linesIntersect(double, double, double, double, double, double, double, double) - Static method in class noawt .java .awt .geom . Line2D
Tests if the line segment from (x1,y1) to (x2,y2) intersects the line segment from (x3,y3) to (x4,y4).
lineTo(double, double) - Method in class noawt .java .awt .geom . Path2D.Double
Adds a point to the path by drawing a straight line from the current coordinates to the new specified coordinates specified in double precision.
lineTo(double, double) - Method in class noawt .java .awt .geom . Path2D.Float
Adds a point to the path by drawing a straight line from the current coordinates to the new specified coordinates specified in double precision.
lineTo(float, float) - Method in class noawt .java .awt .geom . Path2D.Float
Adds a point to the path by drawing a straight line from the current coordinates to the new specified coordinates specified in float precision.
lineTo(double, double) - Method in class noawt .java .awt .geom . Path2D
Adds a point to the path by drawing a straight line from the current coordinates to the new specified coordinates specified in double precision.
lineTo(float, float) - Method in interface noawt .sun .awt .geom . PathConsumer2D
 

M

makeBounds(double, double, double, double) - Method in class noawt .java .awt .geom . Arc2D.Double
Constructs a Rectangle2D of the appropriate precision to hold the parameters calculated to be the framing rectangle of this arc.
makeBounds(double, double, double, double) - Method in class noawt .java .awt .geom . Arc2D.Float
Constructs a Rectangle2D of the appropriate precision to hold the parameters calculated to be the framing rectangle of this arc.
makeBounds(double, double, double, double) - Method in class noawt .java .awt .geom . Arc2D
Constructs a Rectangle2D of the appropriate precision to hold the parameters calculated to be the framing rectangle of this arc.
move(int, int) - Method in class noawt .java .awt . Point
Moves this point to the specified location in the (x,y) coordinate plane.
move(int, int) - Method in class noawt .java .awt . Rectangle
Deprecated.
As of JDK version 1.1, replaced by setLocation(int, int).
moveTo(double, double) - Method in class noawt .java .awt .geom . Path2D.Double
Adds a point to the path by moving to the specified coordinates specified in double precision.
moveTo(double, double) - Method in class noawt .java .awt .geom . Path2D.Float
Adds a point to the path by moving to the specified coordinates specified in double precision.
moveTo(float, float) - Method in class noawt .java .awt .geom . Path2D.Float
Adds a point to the path by moving to the specified coordinates specified in float precision.
moveTo(double, double) - Method in class noawt .java .awt .geom . Path2D
Adds a point to the path by moving to the specified coordinates specified in double precision.
moveTo(float, float) - Method in interface noawt .sun .awt .geom . PathConsumer2D
 

N

newClassification(boolean, boolean) - Method in class noawt .sun .awt .geom . AreaOp.AddOp
 
newClassification(boolean, boolean) - Method in class noawt .sun .awt .geom . AreaOp.CAGOp
 
newClassification(boolean, boolean) - Method in class noawt .sun .awt .geom . AreaOp.IntOp
 
newClassification(boolean, boolean) - Method in class noawt .sun .awt .geom . AreaOp.SubOp
 
newClassification(boolean, boolean) - Method in class noawt .sun .awt .geom . AreaOp.XorOp
 
newRow() - Method in class noawt .sun .awt .geom . AreaOp.CAGOp
 
newRow() - Method in class noawt .sun .awt .geom . AreaOp.EOWindOp
 
newRow() - Method in class noawt .sun .awt .geom . AreaOp
 
newRow() - Method in class noawt .sun .awt .geom . AreaOp.NZWindOp
 
next() - Method in class noawt .java .awt .geom . FlatteningPathIterator
Moves the iterator to the next segment of the path forwards along the primary direction of traversal as long as there are more points in that direction.
next() - Method in interface noawt .java .awt .geom . PathIterator
Moves the iterator to the next segment of the path forwards along the primary direction of traversal as long as there are more points in that direction.
next(double) - Static method in class noawt .sun .awt .geom . Curve
 
nextVertical(double, double) - Method in class noawt .sun .awt .geom . Curve
 
noawt.java.awt - package noawt.java.awt
 
noawt.java.awt.geom - package noawt.java.awt.geom
Provides the Java 2D classes for defining and performing operations on objects related to two-dimensional geometry.
noawt.sun.awt.geom - package noawt.sun.awt.geom
 
NoninvertibleTransformException - Exception in noawt.java.awt.geom
The NoninvertibleTransformException class represents an exception that is thrown if an operation is performed requiring the inverse of an AffineTransform object but the AffineTransform is in a non-invertible state.
NoninvertibleTransformException(String) - Constructor for exception noawt .java .awt .geom . NoninvertibleTransformException
Constructs an instance of NoninvertibleTransformException with the specified detail message.
NonZero(double, double, double, double) - Constructor for class noawt .sun .awt .geom . Crossings.NonZero
 
NZWindOp() - Constructor for class noawt .sun .awt .geom . AreaOp.NZWindOp
 

O

obstructs(double, double, int) - Static method in class noawt .sun .awt .geom . AreaOp
 
OPEN - Static variable in class noawt .java .awt .geom . Arc2D
The closure type for an open arc with no path segments connecting the two ends of the arc segment.
orderof(double, double) - Static method in class noawt .sun .awt .geom . Curve
 
OUT_BOTTOM - Static variable in class noawt .java .awt .geom . Rectangle2D
The bitmask that indicates that a point lies below this Rectangle2D.
OUT_LEFT - Static variable in class noawt .java .awt .geom . Rectangle2D
The bitmask that indicates that a point lies to the left of this Rectangle2D.
OUT_RIGHT - Static variable in class noawt .java .awt .geom . Rectangle2D
The bitmask that indicates that a point lies to the right of this Rectangle2D.
OUT_TOP - Static variable in class noawt .java .awt .geom . Rectangle2D
The bitmask that indicates that a point lies above this Rectangle2D.
outcode(double, double) - Method in class noawt .java .awt .geom . Rectangle2D.Double
Determines where the specified coordinates lie with respect to this Rectangle2D.
outcode(double, double) - Method in class noawt .java .awt .geom . Rectangle2D.Float
Determines where the specified coordinates lie with respect to this Rectangle2D.
outcode(double, double) - Method in class noawt .java .awt .geom . Rectangle2D
Determines where the specified coordinates lie with respect to this Rectangle2D.
outcode(Point2D) - Method in class noawt .java .awt .geom . Rectangle2D
Determines where the specified Point2D lies with respect to this Rectangle2D.
outcode(double, double) - Method in class noawt .java .awt . Rectangle
Determines where the specified coordinates lie with respect to this Rectangle2D.

P

Path2D - Class in noawt.java.awt.geom
The Path2D class provides a simple, yet flexible shape which represents an arbitrary geometric path.
Path2D.Double - Class in noawt.java.awt.geom
The Double class defines a geometric path with coordinates stored in double precision floating point.
Path2D.Float - Class in noawt.java.awt.geom
The Float class defines a geometric path with coordinates stored in single precision floating point.
PathConsumer2D - Interface in noawt.sun.awt.geom
 
pathDone() - Method in interface noawt .sun .awt .geom . PathConsumer2D
Called after the last segment of the last subpath when the iteration of the path segments is completely done.
PathIterator - Interface in noawt.java.awt.geom
The PathIterator interface provides the mechanism for objects that implement the Shape interface to return the geometry of their boundary by allowing a caller to retrieve the path of that boundary a segment at a time.
PIE - Static variable in class noawt .java .awt .geom . Arc2D
The closure type for an arc closed by drawing straight line segments from the start of the arc segment to the center of the full ellipse and from that point to the end of the arc segment.
Point - Class in noawt.java.awt
A point representing a location in (x,y) coordinate space, specified in integer precision.
Point() - Constructor for class noawt .java .awt . Point
Constructs and initializes a point at the origin (0, 0) of the coordinate space.
Point(Point) - Constructor for class noawt .java .awt . Point
Constructs and initializes a point with the same location as the specified Point object.
Point(int, int) - Constructor for class noawt .java .awt . Point
Constructs and initializes a point at the specified (x,y) location in the coordinate space.
Point2D - Class in noawt.java.awt.geom
The Point2D class defines a point representing a location in (x,y) coordinate space.
Point2D() - Constructor for class noawt .java .awt .geom . Point2D
This is an abstract class that cannot be instantiated directly.
Point2D.Double - Class in noawt.java.awt.geom
The Double class defines a point specified in double precision.
Point2D.Float - Class in noawt.java.awt.geom
The Float class defines a point specified in float precision.
pointCrossingsForCubic(double, double, double, double, double, double, double, double, double, double, int) - Static method in class noawt .sun .awt .geom . Curve
Calculates the number of times the cubic from (x0,y0) to (x1,y1) crosses the ray extending to the right from (px,py).
pointCrossingsForLine(double, double, double, double, double, double) - Static method in class noawt .sun .awt .geom . Curve
Calculates the number of times the line from (x0,y0) to (x1,y1) crosses the ray extending to the right from (px,py).
pointCrossingsForPath(PathIterator, double, double) - Static method in class noawt .sun .awt .geom . Curve
Calculates the number of times the given path crosses the ray extending to the right from (px,py).
pointCrossingsForQuad(double, double, double, double, double, double, double, double, int) - Static method in class noawt .sun .awt .geom . Curve
Calculates the number of times the quad from (x0,y0) to (x1,y1) crosses the ray extending to the right from (px,py).
preConcatenate(AffineTransform) - Method in class noawt .java .awt .geom . AffineTransform
Concatenates an AffineTransform Tx to this AffineTransform Cx in a less commonly used way such that Tx modifies the coordinate transformation relative to the absolute pixel space rather than relative to the existing user space.
prev(double) - Static method in class noawt .sun .awt .geom . Curve
 
print() - Method in class noawt .sun .awt .geom . Crossings
 
ptLineDist(double, double, double, double, double, double) - Static method in class noawt .java .awt .geom . Line2D
Returns the distance from a point to a line.
ptLineDist(double, double) - Method in class noawt .java .awt .geom . Line2D
Returns the distance from a point to this line.
ptLineDist(Point2D) - Method in class noawt .java .awt .geom . Line2D
Returns the distance from a Point2D to this line.
ptLineDistSq(double, double, double, double, double, double) - Static method in class noawt .java .awt .geom . Line2D
Returns the square of the distance from a point to a line.
ptLineDistSq(double, double) - Method in class noawt .java .awt .geom . Line2D
Returns the square of the distance from a point to this line.
ptLineDistSq(Point2D) - Method in class noawt .java .awt .geom . Line2D
Returns the square of the distance from a specified Point2D to this line.
ptSegDist(double, double, double, double, double, double) - Static method in class noawt .java .awt .geom . Line2D
Returns the distance from a point to a line segment.
ptSegDist(double, double) - Method in class noawt .java .awt .geom . Line2D
Returns the distance from a point to this line segment.
ptSegDist(Point2D) - Method in class noawt .java .awt .geom . Line2D
Returns the distance from a Point2D to this line segment.
ptSegDistSq(double, double, double, double, double, double) - Static method in class noawt .java .awt .geom . Line2D
Returns the square of the distance from a point to a line segment.
ptSegDistSq(double, double) - Method in class noawt .java .awt .geom . Line2D
Returns the square of the distance from a point to this line segment.
ptSegDistSq(Point2D) - Method in class noawt .java .awt .geom . Line2D
Returns the square of the distance from a Point2D to this line segment.

Q

QuadCurve2D - Class in noawt.java.awt.geom
The QuadCurve2D class defines a quadratic parametric curve segment in (x,y) coordinate space.
QuadCurve2D() - Constructor for class noawt .java .awt .geom . QuadCurve2D
This is an abstract class that cannot be instantiated directly.
QuadCurve2D.Double - Class in noawt.java.awt.geom
A quadratic parametric curve segment specified with double coordinates.
QuadCurve2D.Float - Class in noawt.java.awt.geom
A quadratic parametric curve segment specified with float coordinates.
quadrantRotate(int) - Method in class noawt .java .awt .geom . AffineTransform
Concatenates this transform with a transform that rotates coordinates by the specified number of quadrants.
quadrantRotate(int, double, double) - Method in class noawt .java .awt .geom . AffineTransform
Concatenates this transform with a transform that rotates coordinates by the specified number of quadrants around the specified anchor point.
quadTo(double, double, double, double) - Method in class noawt .java .awt .geom . Path2D.Double
Adds a curved segment, defined by two new points, to the path by drawing a Quadratic curve that intersects both the current coordinates and the specified coordinates (x2,y2), using the specified point (x1,y1) as a quadratic parametric control point.
quadTo(double, double, double, double) - Method in class noawt .java .awt .geom . Path2D.Float
Adds a curved segment, defined by two new points, to the path by drawing a Quadratic curve that intersects both the current coordinates and the specified coordinates (x2,y2), using the specified point (x1,y1) as a quadratic parametric control point.
quadTo(float, float, float, float) - Method in class noawt .java .awt .geom . Path2D.Float
Adds a curved segment, defined by two new points, to the path by drawing a Quadratic curve that intersects both the current coordinates and the specified coordinates (x2,y2), using the specified point (x1,y1) as a quadratic parametric control point.
quadTo(double, double, double, double) - Method in class noawt .java .awt .geom . Path2D
Adds a curved segment, defined by two new points, to the path by drawing a Quadratic curve that intersects both the current coordinates and the specified coordinates (x2,y2), using the specified point (x1,y1) as a quadratic parametric control point.
quadTo(float, float, float, float) - Method in interface noawt .sun .awt .geom . PathConsumer2D
 

R

record(double, double, int) - Method in class noawt .sun .awt .geom . Crossings.EvenOdd
 
record(double, double, int) - Method in class noawt .sun .awt .geom . Crossings.NonZero
 
record(double, double, int) - Method in class noawt .sun .awt .geom . Crossings
 
RECT_INTERSECTS - Static variable in class noawt .sun .awt .geom . Curve
The rectangle intersection test counts the number of times that the path crosses through the shadow that the rectangle projects to the right towards (x => +INFINITY).
Rectangle - Class in noawt.java.awt
A Rectangle specifies an area in a coordinate space that is enclosed by the Rectangle object's upper-left point (x,y) in the coordinate space, its width, and its height.
Rectangle() - Constructor for class noawt .java .awt . Rectangle
Constructs a new Rectangle whose upper-left corner is at (0, 0) in the coordinate space, and whose width and height are both zero.
Rectangle(Rectangle) - Constructor for class noawt .java .awt . Rectangle
Constructs a new Rectangle, initialized to match the values of the specified Rectangle.
Rectangle(int, int, int, int) - Constructor for class noawt .java .awt . Rectangle
Constructs a new Rectangle whose upper-left corner is specified as (x,y) and whose width and height are specified by the arguments of the same name.
Rectangle(int, int) - Constructor for class noawt .java .awt . Rectangle
Constructs a new Rectangle whose upper-left corner is at (0, 0) in the coordinate space, and whose width and height are specified by the arguments of the same name.
Rectangle(Point, Dimension) - Constructor for class noawt .java .awt . Rectangle
Constructs a new Rectangle whose upper-left corner is specified by the Point argument, and whose width and height are specified by the Dimension argument.
Rectangle(Point) - Constructor for class noawt .java .awt . Rectangle
Constructs a new Rectangle whose upper-left corner is the specified Point, and whose width and height are both zero.
Rectangle(Dimension) - Constructor for class noawt .java .awt . Rectangle
Constructs a new Rectangle whose top left corner is (0, 0) and whose width and height are specified by the Dimension argument.
Rectangle2D - Class in noawt.java.awt.geom
The Rectangle2D class describes a rectangle defined by a location (x,y) and dimension (w x h).
Rectangle2D() - Constructor for class noawt .java .awt .geom . Rectangle2D
This is an abstract class that cannot be instantiated directly.
Rectangle2D.Double - Class in noawt.java.awt.geom
The Double class defines a rectangle specified in double coordinates.
Rectangle2D.Float - Class in noawt.java.awt.geom
The Float class defines a rectangle specified in float coordinates.
RectangularShape - Class in noawt.java.awt.geom
RectangularShape is the base class for a number of Shape objects whose geometry is defined by a rectangular frame.
RectangularShape() - Constructor for class noawt .java .awt .geom . RectangularShape
This is an abstract class that cannot be instantiated directly.
rectCrossingsForCubic(int, double, double, double, double, double, double, double, double, double, double, double, double, int) - Static method in class noawt .sun .awt .geom . Curve
Accumulate the number of times the cubic crosses the shadow extending to the right of the rectangle.
rectCrossingsForLine(int, double, double, double, double, double, double, double, double) - Static method in class noawt .sun .awt .geom . Curve
Accumulate the number of times the line crosses the shadow extending to the right of the rectangle.
rectCrossingsForPath(PathIterator, double, double, double, double) - Static method in class noawt .sun .awt .geom . Curve
Accumulate the number of times the path crosses the shadow extending to the right of the rectangle.
rectCrossingsForQuad(int, double, double, double, double, double, double, double, double, double, double, int) - Static method in class noawt .sun .awt .geom . Curve
Accumulate the number of times the quad crosses the shadow extending to the right of the rectangle.
refineTforY(double, double, double) - Method in class noawt .sun .awt .geom . Curve
 
relativeCCW(double, double, double, double, double, double) - Static method in class noawt .java .awt .geom . Line2D
Returns an indicator of where the specified point (px,py) lies with respect to the line segment from (x1,y1) to (x2,y2).
relativeCCW(double, double) - Method in class noawt .java .awt .geom . Line2D
Returns an indicator of where the specified point (px,py) lies with respect to this line segment.
relativeCCW(Point2D) - Method in class noawt .java .awt .geom . Line2D
Returns an indicator of where the specified Point2D lies with respect to this line segment.
remove(int) - Method in class noawt .sun .awt .geom . Crossings.NonZero
 
reset() - Method in class noawt .java .awt .geom . Area
Removes all of the geometry from this Area and restores it to an empty area.
reset() - Method in class noawt .java .awt .geom . Path2D
Resets the path to empty.
reshape(int, int, int, int) - Method in class noawt .java .awt . Rectangle
Deprecated.
As of JDK version 1.1, replaced by setBounds(int, int, int, int).
resize(int, int) - Method in class noawt .java .awt . Rectangle
Deprecated.
As of JDK version 1.1, replaced by setSize(int, int).
resolveLinks(Vector, Vector, Vector) - Static method in class noawt .sun .awt .geom . AreaOp
 
rotate(double) - Method in class noawt .java .awt .geom . AffineTransform
Concatenates this transform with a rotation transformation.
rotate(double, double, double) - Method in class noawt .java .awt .geom . AffineTransform
Concatenates this transform with a transform that rotates coordinates around an anchor point.
rotate(double, double) - Method in class noawt .java .awt .geom . AffineTransform
Concatenates this transform with a transform that rotates coordinates according to a rotation vector.
rotate(double, double, double, double) - Method in class noawt .java .awt .geom . AffineTransform
Concatenates this transform with a transform that rotates coordinates around an anchor point according to a rotation vector.
round(double) - Static method in class noawt .sun .awt .geom . Curve
 
RoundRectangle2D - Class in noawt.java.awt.geom
The RoundRectangle2D 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() - Constructor for class noawt .java .awt .geom . RoundRectangle2D
This is an abstract class that cannot be instantiated directly.
RoundRectangle2D.Double - Class in noawt.java.awt.geom
The Double class defines a rectangle with rounded corners all specified in double coordinates.
RoundRectangle2D.Float - Class in noawt.java.awt.geom
The Float class defines a rectangle with rounded corners all specified in float coordinates.
RSTAG_INSIDE - Static variable in class noawt .sun .awt .geom . AreaOp
 
RSTAG_OUTSIDE - Static variable in class noawt .sun .awt .geom . AreaOp
 

S

scale(double, double) - Method in class noawt .java .awt .geom . AffineTransform
Concatenates this transform with a scaling transformation.
SEG_CLOSE - Static variable in interface noawt .java .awt .geom . PathIterator
The segment type constant that specifies that the preceding subpath should be closed by appending a line segment back to the point corresponding to the most recent SEG_MOVETO.
SEG_CUBICTO - Static variable in interface noawt .java .awt .geom . PathIterator
The segment type constant for the set of 3 points that specify a cubic parametric curve to be drawn from the most recently specified point.
SEG_LINETO - Static variable in interface noawt .java .awt .geom . PathIterator
The segment type constant for a point that specifies the end point of a line to be drawn from the most recently specified point.
SEG_MOVETO - Static variable in interface noawt .java .awt .geom . PathIterator
The segment type constant for a point that specifies the starting location for a new subpath.
SEG_QUADTO - Static variable in interface noawt .java .awt .geom . PathIterator
The segment type constant for the pair of points that specify a quadratic parametric curve to be drawn from the most recently specified point.
setAngleExtent(double) - Method in class noawt .java .awt .geom . Arc2D.Double
Sets the angular extent of this arc to the specified double value.
setAngleExtent(double) - Method in class noawt .java .awt .geom . Arc2D.Float
Sets the angular extent of this arc to the specified double value.
setAngleExtent(double) - Method in class noawt .java .awt .geom . Arc2D
Sets the angular extent of this arc to the specified double value.
setAngles(double, double, double, double) - Method in class noawt .java .awt .geom . Arc2D
Sets the starting angle and angular extent of this arc using two sets of coordinates.
setAngles(Point2D, Point2D) - Method in class noawt .java .awt .geom . Arc2D
Sets the starting angle and angular extent of this arc using two points.
setAngleStart(double) - Method in class noawt .java .awt .geom . Arc2D.Double
Sets the starting angle of this arc to the specified double value.
setAngleStart(double) - Method in class noawt .java .awt .geom . Arc2D.Float
Sets the starting angle of this arc to the specified double value.
setAngleStart(double) - Method in class noawt .java .awt .geom . Arc2D
Sets the starting angle of this arc to the specified double value.
setAngleStart(Point2D) - Method in class noawt .java .awt .geom . Arc2D
Sets the starting angle of this arc to the angle that the specified point defines relative to the center of this arc.
setArc(double, double, double, double, double, double, int) - Method in class noawt .java .awt .geom . Arc2D.Double
Sets the location, size, angular extents, and closure type of this arc to the specified double values.
setArc(double, double, double, double, double, double, int) - Method in class noawt .java .awt .geom . Arc2D.Float
Sets the location, size, angular extents, and closure type of this arc to the specified double values.
setArc(double, double, double, double, double, double, int) - Method in class noawt .java .awt .geom . Arc2D
Sets the location, size, angular extents, and closure type of this arc to the specified double values.
setArc(Point2D, Dimension2D, double, double, int) - Method in class noawt .java .awt .geom . Arc2D
Sets the location, size, angular extents, and closure type of this arc to the specified values.
setArc(Rectangle2D, double, double, int) - Method in class noawt .java .awt .geom . Arc2D
Sets the location, size, angular extents, and closure type of this arc to the specified values.
setArc(Arc2D) - Method in class noawt .java .awt .geom . Arc2D
Sets this arc to be the same as the specified arc.
setArcByCenter(double, double, double, double, double, int) - Method in class noawt .java .awt .geom . Arc2D
Sets the position, bounds, angular extents, and closure type of this arc to the specified values.
setArcByTangent(Point2D, Point2D, Point2D, double) - Method in class noawt .java .awt .geom . Arc2D
Sets the position, bounds, and angular extents of this arc to the specified value.
setArcType(int) - Method in class noawt .java .awt .geom . Arc2D
Sets the closure type of this arc to the specified value: OPEN, CHORD, or PIE.
setBounds(Rectangle) - Method in class noawt .java .awt . Rectangle
Sets the bounding Rectangle of this Rectangle to match the specified Rectangle.
setBounds(int, int, int, int) - Method in class noawt .java .awt . Rectangle
Sets the bounding Rectangle of this Rectangle to the specified x, y, width, and height.
setCurve(double, double, double, double, double, double, double, double) - Method in class noawt .java .awt .geom . CubicCurve2D.Double
Sets the location of the end points and control points of this curve to the specified double coordinates.
setCurve(double, double, double, double, double, double, double, double) - Method in class noawt .java .awt .geom . CubicCurve2D.Float
Sets the location of the end points and control points of this curve to the specified double coordinates.
setCurve(float, float, float, float, float, float, float, float) - Method in class noawt .java .awt .geom . CubicCurve2D.Float
Sets the location of the end points and control points of this curve to the specified float coordinates.
setCurve(double, double, double, double, double, double, double, double) - Method in class noawt .java .awt .geom . CubicCurve2D
Sets the location of the end points and control points of this curve to the specified double coordinates.
setCurve(double[], int) - Method in class noawt .java .awt .geom . CubicCurve2D
Sets the location of the end points and control points of this curve to the double coordinates at the specified offset in the specified array.
setCurve(Point2D, Point2D, Point2D, Point2D) - Method in class noawt .java .awt .geom . CubicCurve2D
Sets the location of the end points and control points of this curve to the specified Point2D coordinates.
setCurve(Point2D[], int) - Method in class noawt .java .awt .geom . CubicCurve2D
Sets the location of the end points and control points of this curve to the coordinates of the Point2D objects at the specified offset in the specified array.
setCurve(CubicCurve2D) - Method in class noawt .java .awt .geom . CubicCurve2D
Sets the location of the end points and control points of this curve to the same as those in the specified CubicCurve2D.
setCurve(double, double, double, double, double, double) - Method in class noawt .java .awt .geom . QuadCurve2D.Double
Sets the location of the end points and control point of this curve to the specified double coordinates.
setCurve(double, double, double, double, double, double) - Method in class noawt .java .awt .geom . QuadCurve2D.Float
Sets the location of the end points and control point of this curve to the specified double coordinates.
setCurve(float, float, float, float, float, float) - Method in class noawt .java .awt .geom . QuadCurve2D.Float
Sets the location of the end points and control point of this curve to the specified float coordinates.
setCurve(double, double, double, double, double, double) - Method in class noawt .java .awt .geom . QuadCurve2D
Sets the location of the end points and control point of this curve to the specified double coordinates.
setCurve(double[], int) - Method in class noawt .java .awt .geom . QuadCurve2D
Sets the location of the end points and control points of this QuadCurve2D to the double coordinates at the specified offset in the specified array.
setCurve(Point2D, Point2D, Point2D) - Method in class noawt .java .awt .geom . QuadCurve2D
Sets the location of the end points and control point of this QuadCurve2D to the specified Point2D coordinates.
setCurve(Point2D[], int) - Method in class noawt .java .awt .geom . QuadCurve2D
Sets the location of the end points and control points of this QuadCurve2D to the coordinates of the Point2D objects at the specified offset in the specified array.
setCurve(QuadCurve2D) - Method in class noawt .java .awt .geom . QuadCurve2D
Sets the location of the end points and control point of this QuadCurve2D to the same as those in the specified QuadCurve2D.
setFrame(double, double, double, double) - Method in class noawt .java .awt .geom . Arc2D
Sets the location and size of the framing rectangle of this Shape to the specified rectangular values.
setFrame(double, double, double, double) - Method in class noawt .java .awt .geom . Ellipse2D.Double
Sets the location and size of the framing rectangle of this Shape to the specified rectangular values.
setFrame(float, float, float, float) - Method in class noawt .java .awt .geom . Ellipse2D.Float
Sets the location and size of the framing rectangle of this Shape to the specified rectangular values.
setFrame(double, double, double, double) - Method in class noawt .java .awt .geom . Ellipse2D.Float
Sets the location and size of the framing rectangle of this Shape to the specified rectangular values.
setFrame(double, double, double, double) - Method in class noawt .java .awt .geom . Rectangle2D
Sets the location and size of the outer bounds of this Rectangle2D to the specified rectangular values.
setFrame(double, double, double, double) - Method in class noawt .java .awt .geom . RectangularShape
Sets the location and size of the framing rectangle of this Shape to the specified rectangular values.
setFrame(Point2D, Dimension2D) - Method in class noawt .java .awt .geom . RectangularShape
Sets the location and size of the framing rectangle of this Shape to the specified Point2D and Dimension2D, respectively.
setFrame(Rectangle2D) - Method in class noawt .java .awt .geom . RectangularShape
Sets the framing rectangle of this Shape to be the specified Rectangle2D.
setFrame(double, double, double, double) - Method in class noawt .java .awt .geom . RoundRectangle2D
Sets the location and size of the framing rectangle of this Shape to the specified rectangular values.
setFrameFromCenter(double, double, double, double) - Method in class noawt .java .awt .geom . RectangularShape
Sets the framing rectangle of this Shape based on the specified center point coordinates and corner point coordinates.
setFrameFromCenter(Point2D, Point2D) - Method in class noawt .java .awt .geom . RectangularShape
Sets the framing rectangle of this Shape based on a specified center Point2D and corner Point2D.
setFrameFromDiagonal(double, double, double, double) - Method in class noawt .java .awt .geom . RectangularShape
Sets the diagonal of the framing rectangle of this Shape based on the two specified coordinates.
setFrameFromDiagonal(Point2D, Point2D) - Method in class noawt .java .awt .geom . RectangularShape
Sets the diagonal of the framing rectangle of this Shape based on two specified Point2D objects.
setLine(double, double, double, double) - Method in class noawt .java .awt .geom . Line2D.Double
Sets the location of the end points of this Line2D to the specified double coordinates.
setLine(double, double, double, double) - Method in class noawt .java .awt .geom . Line2D.Float
Sets the location of the end points of this Line2D to the specified double coordinates.
setLine(float, float, float, float) - Method in class noawt .java .awt .geom . Line2D.Float
Sets the location of the end points of this Line2D to the specified float coordinates.
setLine(double, double, double, double) - Method in class noawt .java .awt .geom . Line2D
Sets the location of the end points of this Line2D to the specified double coordinates.
setLine(Point2D, Point2D) - Method in class noawt .java .awt .geom . Line2D
Sets the location of the end points of this Line2D to the specified Point2D coordinates.
setLine(Line2D) - Method in class noawt .java .awt .geom . Line2D
Sets the location of the end points of this Line2D to the same as those end points of the specified Line2D.
setLocation(double, double) - Method in class noawt .java .awt .geom . Point2D.Double
Sets the location of this Point2D to the specified double coordinates.
setLocation(double, double) - Method in class noawt .java .awt .geom . Point2D.Float
Sets the location of this Point2D to the specified double coordinates.
setLocation(float, float) - Method in class noawt .java .awt .geom . Point2D.Float
Sets the location of this Point2D to the specified float coordinates.
setLocation(double, double) - Method in class noawt .java .awt .geom . Point2D
Sets the location of this Point2D to the specified double coordinates.
setLocation(Point2D) - Method in class noawt .java .awt .geom . Point2D
Sets the location of this Point2D to the same coordinates as the specified Point2D object.
setLocation(Point) - Method in class noawt .java .awt . Point
Sets the location of the point to the specified location.
setLocation(int, int) - Method in class noawt .java .awt . Point
Changes the point to have the specified location.
setLocation(double, double) - Method in class noawt .java .awt . Point
Sets the location of this point to the specified double coordinates.
setLocation(Point) - Method in class noawt .java .awt . Rectangle
Moves this Rectangle to the specified location.
setLocation(int, int) - Method in class noawt .java .awt . Rectangle
Moves this Rectangle to the specified location.
setRect(double, double, double, double) - Method in class noawt .java .awt .geom . Rectangle2D.Double
Sets the location and size of this Rectangle2D to the specified double values.
setRect(Rectangle2D) - Method in class noawt .java .awt .geom . Rectangle2D.Double
Sets this Rectangle2D to be the same as the specified Rectangle2D.
setRect(float, float, float, float) - Method in class noawt .java .awt .geom . Rectangle2D.Float
Sets the location and size of this Rectangle2D to the specified float values.
setRect(double, double, double, double) - Method in class noawt .java .awt .geom . Rectangle2D.Float
Sets the location and size of this Rectangle2D to the specified double values.
setRect(Rectangle2D) - Method in class noawt .java .awt .geom . Rectangle2D.Float
Sets this Rectangle2D to be the same as the specified Rectangle2D.
setRect(double, double, double, double) - Method in class noawt .java .awt .geom . Rectangle2D
Sets the location and size of this Rectangle2D to the specified double values.
setRect(Rectangle2D) - Method in class noawt .java .awt .geom . Rectangle2D
Sets this Rectangle2D to be the same as the specified Rectangle2D.
setRect(double, double, double, double) - Method in class noawt .java .awt . Rectangle
Sets the bounds of this Rectangle to the integer bounds which encompass the specified x, y, width, and height.
setRoundRect(double, double, double, double, double, double) - Method in class noawt .java .awt .geom . RoundRectangle2D.Double
Sets the location, size, and corner radii of this RoundRectangle2D to the specified double values.
setRoundRect(RoundRectangle2D) - Method in class noawt .java .awt .geom . RoundRectangle2D.Double
Sets this RoundRectangle2D to be the same as the specified RoundRectangle2D.
setRoundRect(float, float, float, float, float, float) - Method in class noawt .java .awt .geom . RoundRectangle2D.Float
Sets the location, size, and corner radii of this RoundRectangle2D to the specified float values.
setRoundRect(double, double, double, double, double, double) - Method in class noawt .java .awt .geom . RoundRectangle2D.Float
Sets the location, size, and corner radii of this RoundRectangle2D to the specified double values.
setRoundRect(RoundRectangle2D) - Method in class noawt .java .awt .geom . RoundRectangle2D.Float
Sets this RoundRectangle2D to be the same as the specified RoundRectangle2D.
setRoundRect(double, double, double, double, double, double) - Method in class noawt .java .awt .geom . RoundRectangle2D
Sets the location, size, and corner radii of this RoundRectangle2D to the specified double values.
setRoundRect(RoundRectangle2D) - Method in class noawt .java .awt .geom . RoundRectangle2D
Sets this RoundRectangle2D to be the same as the specified RoundRectangle2D.
setSize(double, double) - Method in class noawt .java .awt . Dimension
Sets the size of this Dimension object to the specified width and height in double precision.
setSize(Dimension) - Method in class noawt .java .awt . Dimension
Sets the size of this Dimension object to the specified size.
setSize(int, int) - Method in class noawt .java .awt . Dimension
Sets the size of this Dimension object to the specified width and height.
setSize(double, double) - Method in class noawt .java .awt .geom . Dimension2D
Sets the size of this Dimension object to the specified width and height.
setSize(Dimension2D) - Method in class noawt .java .awt .geom . Dimension2D
Sets the size of this Dimension2D object to match the specified size.
setSize(Dimension) - Method in class noawt .java .awt . Rectangle
Sets the size of this Rectangle to match the specified Dimension.
setSize(int, int) - Method in class noawt .java .awt . Rectangle
Sets the size of this Rectangle to the specified width and height.
setToIdentity() - Method in class noawt .java .awt .geom . AffineTransform
Resets this transform to the Identity transform.
setToQuadrantRotation(int) - Method in class noawt .java .awt .geom . AffineTransform
Sets this transform to a rotation transformation that rotates coordinates by the specified number of quadrants.
setToQuadrantRotation(int, double, double) - Method in class noawt .java .awt .geom . AffineTransform
Sets this transform to a translated rotation transformation that rotates coordinates by the specified number of quadrants around the specified anchor point.
setToRotation(double) - Method in class noawt .java .awt .geom . AffineTransform
Sets this transform to a rotation transformation.
setToRotation(double, double, double) - Method in class noawt .java .awt .geom . AffineTransform
Sets this transform to a translated rotation transformation.
setToRotation(double, double) - Method in class noawt .java .awt .geom . AffineTransform
Sets this transform to a rotation transformation that rotates coordinates according to a rotation vector.
setToRotation(double, double, double, double) - Method in class noawt .java .awt .geom . AffineTransform
Sets this transform to a rotation transformation that rotates coordinates around an anchor point according to a rotation vector.
setToScale(double, double) - Method in class noawt .java .awt .geom . AffineTransform
Sets this transform to a scaling transformation.
setToShear(double, double) - Method in class noawt .java .awt .geom . AffineTransform
Sets this transform to a shearing transformation.
setToTranslation(double, double) - Method in class noawt .java .awt .geom . AffineTransform
Sets this transform to a translation transformation.
setTransform(AffineTransform) - Method in class noawt .java .awt .geom . AffineTransform
Sets this transform to a copy of the transform in the specified AffineTransform object.
setTransform(double, double, double, double, double, double) - Method in class noawt .java .awt .geom . AffineTransform
Sets this transform to the matrix specified by the 6 double precision values.
setWindingRule(int) - Method in class noawt .java .awt .geom . Path2D
Sets the winding rule for this path to the specified value.
Shape - Interface in noawt.java.awt
The Shape interface provides definitions for objects that represent some form of geometric shape.
shear(double, double) - Method in class noawt .java .awt .geom . AffineTransform
Concatenates this transform with a shearing transformation.
signeddiffbits(double, double) - Static method in class noawt .sun .awt .geom . Curve
 
solveCubic(double[]) - Static method in class noawt .java .awt .geom . CubicCurve2D
Solves the cubic whose coefficients are in the eqn array and places the non-complex roots back into the same array, returning the number of roots.
solveCubic(double[], double[]) - Static method in class noawt .java .awt .geom . CubicCurve2D
Solve the cubic whose coefficients are in the eqn array and place the non-complex roots into the res array, returning the number of roots.
solveQuadratic(double[]) - Static method in class noawt .java .awt .geom . QuadCurve2D
Solves the quadratic whose coefficients are in the eqn array and places the non-complex roots back into the same array, returning the number of roots.
solveQuadratic(double[], double[]) - Static method in class noawt .java .awt .geom . QuadCurve2D
Solves the quadratic whose coefficients are in the eqn array and places the non-complex roots into the res array, returning the number of roots.
start - Variable in class noawt .java .awt .geom . Arc2D.Double
The starting angle of the arc in degrees.
start - Variable in class noawt .java .awt .geom . Arc2D.Float
The starting angle of the arc in degrees.
subdivide(CubicCurve2D, CubicCurve2D) - Method in class noawt .java .awt .geom . CubicCurve2D
Subdivides this cubic curve and stores the resulting two subdivided curves into the left and right curve parameters.
subdivide(CubicCurve2D, CubicCurve2D, CubicCurve2D) - Static method in class noawt .java .awt .geom . CubicCurve2D
Subdivides the cubic curve specified by the src parameter and stores the resulting two subdivided curves into the left and right curve parameters.
subdivide(double[], int, double[], int, double[], int) - Static method in class noawt .java .awt .geom . CubicCurve2D
Subdivides the cubic curve specified by the coordinates stored in the src array at indices srcoff through ( srcoff + 7) and stores the resulting two subdivided curves into the two result arrays at the corresponding indices.
subdivide(QuadCurve2D, QuadCurve2D) - Method in class noawt .java .awt .geom . QuadCurve2D
Subdivides this QuadCurve2D and stores the resulting two subdivided curves into the left and right curve parameters.
subdivide(QuadCurve2D, QuadCurve2D, QuadCurve2D) - Static method in class noawt .java .awt .geom . QuadCurve2D
Subdivides the quadratic curve specified by the src parameter and stores the resulting two subdivided curves into the left and right curve parameters.
subdivide(double[], int, double[], int, double[], int) - Static method in class noawt .java .awt .geom . QuadCurve2D
Subdivides the quadratic curve specified by the coordinates stored in the src array at indices srcoff through srcoff + 5 and stores the resulting two subdivided curves into the two result arrays at the corresponding indices.
SubOp() - Constructor for class noawt .sun .awt .geom . AreaOp.SubOp
 
subtract(Area) - Method in class noawt .java .awt .geom . Area
Subtracts the shape of the specified Area from the shape of this Area.

T

TforY(double) - Method in class noawt .sun .awt .geom . Curve
 
TMIN - Static variable in class noawt .sun .awt .geom . Curve
 
toString() - Method in class noawt .java .awt . Dimension
Returns a string representation of the values of this Dimension object's height and width fields.
toString() - Method in class noawt .java .awt .geom . AffineTransform
Returns a String that represents the value of this Object.
toString() - Method in class noawt .java .awt .geom . Point2D.Double
Returns a String that represents the value of this Point2D.
toString() - Method in class noawt .java .awt .geom . Point2D.Float
Returns a String that represents the value of this Point2D.
toString() - Method in class noawt .java .awt .geom . Rectangle2D.Double
Returns the String representation of this Rectangle2D.
toString() - Method in class noawt .java .awt .geom . Rectangle2D.Float
Returns the String representation of this Rectangle2D.
toString() - Method in class noawt .java .awt . Point
Returns a string representation of this point and its location in the (x,y) coordinate space.
toString() - Method in class noawt .java .awt . Rectangle
Returns a String representing this Rectangle and its values.
toString() - Method in class noawt .sun .awt .geom . Curve
 
transform(Point2D, Point2D) - Method in class noawt .java .awt .geom . AffineTransform
Transforms the specified ptSrc and stores the result in ptDst.
transform(Point2D[], int, Point2D[], int, int) - Method in class noawt .java .awt .geom . AffineTransform
Transforms an array of point objects by this transform.
transform(float[], int, float[], int, int) - Method in class noawt .java .awt .geom . AffineTransform
Transforms an array of floating point coordinates by this transform.
transform(double[], int, double[], int, int) - Method in class noawt .java .awt .geom . AffineTransform
Transforms an array of double precision coordinates by this transform.
transform(float[], int, double[], int, int) - Method in class noawt .java .awt .geom . AffineTransform
Transforms an array of floating point coordinates by this transform and stores the results into an array of doubles.
transform(double[], int, float[], int, int) - Method in class noawt .java .awt .geom . AffineTransform
Transforms an array of double precision coordinates by this transform and stores the results into an array of floats.
transform(AffineTransform) - Method in class noawt .java .awt .geom . Area
Transforms the geometry of this Area using the specified AffineTransform.
transform(AffineTransform) - Method in class noawt .java .awt .geom . Path2D.Double
Transforms the geometry of this path using the specified AffineTransform.
transform(AffineTransform) - Method in class noawt .java .awt .geom . Path2D.Float
Transforms the geometry of this path using the specified AffineTransform.
transform(AffineTransform) - Method in class noawt .java .awt .geom . Path2D
Transforms the geometry of this path using the specified AffineTransform.
translate(double, double) - Method in class noawt .java .awt .geom . AffineTransform
Concatenates this transform with a translation transformation.
translate(int, int) - Method in class noawt .java .awt . Point
Translates this point, at location (x,y), by dx along the x axis and dy along the y axis so that it now represents the point (x+dx,y+dy).
translate(int, int) - Method in class noawt .java .awt . Rectangle
Translates this Rectangle the indicated distance, to the right along the X coordinate axis, and downward along the Y coordinate axis.
TYPE_FLIP - Static variable in class noawt .java .awt .geom . AffineTransform
This flag bit indicates that the transform defined by this object performs a mirror image flip about some axis which changes the normally right handed coordinate system into a left handed system in addition to the conversions indicated by other flag bits.
TYPE_GENERAL_ROTATION - Static variable in class noawt .java .awt .geom . AffineTransform
This flag bit indicates that the transform defined by this object performs a rotation by an arbitrary angle in addition to the conversions indicated by other flag bits.
TYPE_GENERAL_SCALE - Static variable in class noawt .java .awt .geom . AffineTransform
This flag bit indicates that the transform defined by this object performs a general scale in addition to the conversions indicated by other flag bits.
TYPE_GENERAL_TRANSFORM - Static variable in class noawt .java .awt .geom . AffineTransform
This constant indicates that the transform defined by this object performs an arbitrary conversion of the input coordinates.
TYPE_IDENTITY - Static variable in class noawt .java .awt .geom . AffineTransform
This constant indicates that the transform defined by this object is an identity transform.
TYPE_MASK_ROTATION - Static variable in class noawt .java .awt .geom . AffineTransform
This constant is a bit mask for any of the rotation flag bits.
TYPE_MASK_SCALE - Static variable in class noawt .java .awt .geom . AffineTransform
This constant is a bit mask for any of the scale flag bits.
TYPE_QUADRANT_ROTATION - Static variable in class noawt .java .awt .geom . AffineTransform
This flag bit indicates that the transform defined by this object performs a quadrant rotation by some multiple of 90 degrees in addition to the conversions indicated by other flag bits.
TYPE_TRANSLATION - Static variable in class noawt .java .awt .geom . AffineTransform
This flag bit indicates that the transform defined by this object performs a translation in addition to the conversions indicated by other flag bits.
TYPE_UNIFORM_SCALE - Static variable in class noawt .java .awt .geom . AffineTransform
This flag bit indicates that the transform defined by this object performs a uniform scale in addition to the conversions indicated by other flag bits.

U

union(Rectangle2D, Rectangle2D, Rectangle2D) - Static method in class noawt .java .awt .geom . Rectangle2D
Unions the pair of source Rectangle2D objects and puts the result into the specified destination Rectangle2D object.
union(Rectangle) - Method in class noawt .java .awt . Rectangle
Computes the union of this Rectangle with the specified Rectangle.

W

width - Variable in class noawt .java .awt . Dimension
The width dimension; negative values can be used.
width - Variable in class noawt .java .awt .geom . Arc2D.Double
The overall width of the full ellipse of which this arc is a partial section (not considering the angular extents).
width - Variable in class noawt .java .awt .geom . Arc2D.Float
The overall width of the full ellipse of which this arc is a partial section (not considering the angular extents).
width - Variable in class noawt .java .awt .geom . Ellipse2D.Double
The overall width of this Ellipse2D.
width - Variable in class noawt .java .awt .geom . Ellipse2D.Float
The overall width of this Ellipse2D.
width - Variable in class noawt .java .awt .geom . Rectangle2D.Double
The width of this Rectangle2D.
width - Variable in class noawt .java .awt .geom . Rectangle2D.Float
The width of this Rectangle2D.
width - Variable in class noawt .java .awt .geom . RoundRectangle2D.Double
The width of this RoundRectangle2D.
width - Variable in class noawt .java .awt .geom . RoundRectangle2D.Float
The width of this RoundRectangle2D.
width - Variable in class noawt .java .awt . Rectangle
The width of the Rectangle.
WIND_EVEN_ODD - Static variable in class noawt .java .awt .geom . Path2D
An even-odd winding rule for determining the interior of a path.
WIND_EVEN_ODD - Static variable in interface noawt .java .awt .geom . PathIterator
The winding rule constant for specifying an even-odd rule for determining the interior of a path.
WIND_NON_ZERO - Static variable in class noawt .java .awt .geom . Path2D
A non-zero winding rule for determining the interior of a path.
WIND_NON_ZERO - Static variable in interface noawt .java .awt .geom . PathIterator
The winding rule constant for specifying a non-zero rule for determining the interior of a path.

X

x - Variable in class noawt .java .awt .geom . Arc2D.Double
The X coordinate of the upper-left corner of the framing rectangle of the arc.
x - Variable in class noawt .java .awt .geom . Arc2D.Float
The X coordinate of the upper-left corner of the framing rectangle of the arc.
x - Variable in class noawt .java .awt .geom . Ellipse2D.Double
The X coordinate of the upper-left corner of the framing rectangle of this Ellipse2D.
x - Variable in class noawt .java .awt .geom . Ellipse2D.Float
The X coordinate of the upper-left corner of the framing rectangle of this Ellipse2D.
x - Variable in class noawt .java .awt .geom . Point2D.Double
The X coordinate of this Point2D.
x - Variable in class noawt .java .awt .geom . Point2D.Float
The X coordinate of this Point2D.
x - Variable in class noawt .java .awt .geom . Rectangle2D.Double
The X coordinate of this Rectangle2D.
x - Variable in class noawt .java .awt .geom . Rectangle2D.Float
The X coordinate of this Rectangle2D.
x - Variable in class noawt .java .awt .geom . RoundRectangle2D.Double
The X coordinate of this RoundRectangle2D.
x - Variable in class noawt .java .awt .geom . RoundRectangle2D.Float
The X coordinate of this RoundRectangle2D.
x - Variable in class noawt .java .awt . Point
The X coordinate of this Point.
x - Variable in class noawt .java .awt . Rectangle
The X coordinate of the upper-left corner of the Rectangle.
x1 - Variable in class noawt .java .awt .geom . CubicCurve2D.Double
The X coordinate of the start point of the cubic curve segment.
x1 - Variable in class noawt .java .awt .geom . CubicCurve2D.Float
The X coordinate of the start point of the cubic curve segment.
x1 - Variable in class noawt .java .awt .geom . Line2D.Double
The X coordinate of the start point of the line segment.
x1 - Variable in class noawt .java .awt .geom . Line2D.Float
The X coordinate of the start point of the line segment.
x1 - Variable in class noawt .java .awt .geom . QuadCurve2D.Double
The X coordinate of the start point of the quadratic curve segment.
x1 - Variable in class noawt .java .awt .geom . QuadCurve2D.Float
The X coordinate of the start point of the quadratic curve segment.
x2 - Variable in class noawt .java .awt .geom . CubicCurve2D.Double
The X coordinate of the end point of the cubic curve segment.
x2 - Variable in class noawt .java .awt .geom . CubicCurve2D.Float
The X coordinate of the end point of the cubic curve segment.
x2 - Variable in class noawt .java .awt .geom . Line2D.Double
The X coordinate of the end point of the line segment.
x2 - Variable in class noawt .java .awt .geom . Line2D.Float
The X coordinate of the end point of the line segment.
x2 - Variable in class noawt .java .awt .geom . QuadCurve2D.Double
The X coordinate of the end point of the quadratic curve segment.
x2 - Variable in class noawt .java .awt .geom . QuadCurve2D.Float
The X coordinate of the end point of the quadratic curve segment.
XforT(double) - Method in class noawt .sun .awt .geom . Curve
 
XforY(double) - Method in class noawt .sun .awt .geom . Curve
 
XorOp() - Constructor for class noawt .sun .awt .geom . AreaOp.XorOp
 

Y

y - Variable in class noawt .java .awt .geom . Arc2D.Double
The Y coordinate of the upper-left corner of the framing rectangle of the arc.
y - Variable in class noawt .java .awt .geom . Arc2D.Float
The Y coordinate of the upper-left corner of the framing rectangle of the arc.
y - Variable in class noawt .java .awt .geom . Ellipse2D.Double
The Y coordinate of the upper-left corner of the framing rectangle of this Ellipse2D.
y - Variable in class noawt .java .awt .geom . Ellipse2D.Float
The Y coordinate of the upper-left corner of the framing rectangle of this Ellipse2D.
y - Variable in class noawt .java .awt .geom . Point2D.Double
The Y coordinate of this Point2D.
y - Variable in class noawt .java .awt .geom . Point2D.Float
The Y coordinate of this Point2D.
y - Variable in class noawt .java .awt .geom . Rectangle2D.Double
The Y coordinate of this Rectangle2D.
y - Variable in class noawt .java .awt .geom . Rectangle2D.Float
The Y coordinate of this Rectangle2D.
y - Variable in class noawt .java .awt .geom . RoundRectangle2D.Double
The Y coordinate of this RoundRectangle2D.
y - Variable in class noawt .java .awt .geom . RoundRectangle2D.Float
The Y coordinate of this RoundRectangle2D.
y - Variable in class noawt .java .awt . Point
The Y coordinate of this Point.
y - Variable in class noawt .java .awt . Rectangle
The Y coordinate of the upper-left corner of the Rectangle.
y1 - Variable in class noawt .java .awt .geom . CubicCurve2D.Double
The Y coordinate of the start point of the cubic curve segment.
y1 - Variable in class noawt .java .awt .geom . CubicCurve2D.Float
The Y coordinate of the start point of the cubic curve segment.
y1 - Variable in class noawt .java .awt .geom . Line2D.Double
The Y coordinate of the start point of the line segment.
y1 - Variable in class noawt .java .awt .geom . Line2D.Float
The Y coordinate of the start point of the line segment.
y1 - Variable in class noawt .java .awt .geom . QuadCurve2D.Double
The Y coordinate of the start point of the quadratic curve segment.
y1 - Variable in class noawt .java .awt .geom . QuadCurve2D.Float
The Y coordinate of the start point of the quadratic curve segment.
y2 - Variable in class noawt .java .awt .geom . CubicCurve2D.Double
The Y coordinate of the end point of the cubic curve segment.
y2 - Variable in class noawt .java .awt .geom . CubicCurve2D.Float
The Y coordinate of the end point of the cubic curve segment.
y2 - Variable in class noawt .java .awt .geom . Line2D.Double
The Y coordinate of the end point of the line segment.
y2 - Variable in class noawt .java .awt .geom . Line2D.Float
The Y coordinate of the end point of the line segment.
y2 - Variable in class noawt .java .awt .geom . QuadCurve2D.Double
The Y coordinate of the end point of the quadratic curve segment.
y2 - Variable in class noawt .java .awt .geom . QuadCurve2D.Float
The Y coordinate of the end point of the quadratic curve segment.
YforT(double) - Method in class noawt .sun .awt .geom . Curve
 
A  C  D  E  F  G  H  I  L  M  N  O  P  Q  R  S  T  U  W  X  Y