Commit 2d97a719 by Tom Tromey Committed by Tom Tromey

RectangularShape.java (getPathIterator): Wrote.

	* java/awt/geom/RectangularShape.java (getPathIterator):
	Wrote.

From-SVN: r35295
parent f25aa0d3
2000-07-22 Tom Tromey <tromey@cygnus.com>
* java/awt/geom/RectangularShape.java (getPathIterator):
Wrote.
2000-07-23 Rolf W. Rasmussen <rolfwr@ii.uib.no>
* libjava/java/awt/image/ColorModel.java: New file, replaces the
......
......@@ -165,9 +165,7 @@ public abstract class RectangularShape implements Shape, Cloneable
public PathIterator getPathIterator (AffineTransform at, double flatness)
{
// FIXME
// return new AffineTransform.Iterator (new Iterator ());
return null;
return at.new Iterator (new Iterator ());
}
public Object clone ()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment