On Fri, 2006-07-28 at 16:55 -0400, Francis Kung wrote:
> Hi,
> 
> To round off the stroking work, the attached patch implements
> BasicStroke.dashedStroke().  It also follows a flattening approach, but
> can be modified relatively easily to take a subdividing-curves approach
> (no point at the moment, since CubicSegment.getDisplacedSegments will
> flatten it anyways).
> 
> As always, comments are appreciated.
> 
> Thanks,
> Francis
> 
> 
> 2007-07-28  Francis Kung  <[EMAIL PROTECTED]>
> 
>       * java/awt/BasicStroke.java
>       (dashedStroke): Implemented.

Did you compile this before committing?

segmentEnd = coords.clone();

needs to include a cast from Object to double[].
-- 
Andrew :-)

Escape the Java Trap with GNU Classpath!
http://www.gnu.org/philosophy/java-trap.html
public class gcj extends Freedom implements Java { ... }

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to