This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Q about geom implementation
- From: Jerry Quinn <jlquinn at optonline dot net>
- To: java at gcc dot gnu dot org
- Date: Sun, 21 Nov 2004 20:10:51 -0500
- Subject: Q about geom implementation
I notice that several methods such as RectangularShape.getBounds2D are missing
according to the comparison of gcj with jdk. I can see that they get
implemented by the concrete implementations of classes such as Rectangle2D.Double.
However, if a client program were to derive a class from RectangularShape, it
could break due to the absence of this method. So, I wanted to ask those who
know for opinions on providing implementations for the missing methods in
java.awt.geom.
Thanks,
Jerry Quinn