https://issues.apache.org/bugzilla/show_bug.cgi?id=49703
--- Comment #2 from Simon Pepping <spepp...@apache.org> 2010-08-18 05:12:52 EDT --- A few questions: In the existing situation TextHandler deprecates registering a Graphics2D object with the TextHandler object. Instead, the recommended way is to give the Graphics2D object with the drawString method. Why do you restore registering a Graphics2D object in its full glory (remove deprecation, new method getGraphics)? The PSTextHandlerAdapter is not used. Why do you introduce it? There are now an interface PSTextHandler and a class PSTextHandlerAdapter which does not implement that interface. The names are confusing. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: general-h...@xmlgraphics.apache.org