JDK-6551434 : Need to implement AA-rendering plugin based on external opensource library
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 7
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2007-04-28
  • Updated: 2011-01-19
  • Resolved: 2007-10-16
Related Reports
Duplicate :  
Description
We need to implement open source replacement for the proprietary AA-renderer currently used in jdk. Pisces library (https://phoneme.dev.java.net/svn/phoneme/components/pisces/trunk) was considered as most suitable replacement.

Comments
EVALUATION This was fixed as 6610080. Closing this as a duplicate.
16-10-2007

EVALUATION Looks like it's pretty easy to integrate Pisces library into our rendering architecture. We need to implement ShapeDrawPipe interface and initialize appropriate pipelines at static initializing block of SurfaceData class. We can use service provider api for implementing pluggable initialization (like we have for color management).
28-04-2007