Thomas, Thanks again for the quick response :)
Go old OO programing......got me that time.....I guess all I had to was look up....up the OO inheritance chain to the superclass to AbstractGraphics2D :-) Thank you for answering my "base_ic" question ;-) We all learn by sharing what we know Robert A. DiBlasi http://www.svgnotebook.com >From: Thomas E Deweese <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Where is "gc" declared in SVGGraphics2D?...possible bug? >Date: Thu, 1 Aug 2002 16:28:57 -0400 > > >>>>> "RD" == Robert D <[EMAIL PROTECTED]> writes: > >RD> Hello Batik team, If you look at the Source code for SVGGraphics >RD> and look on line 268 you will see this piece of code: > >RD> 268 this.gc = new GraphicContext(new AffineTransform()); > >RD> My question is......I do not see "gc" declared in SVGGraphics2D!! >RD> Maybe I am missing something really basic....could someone look >RD> into this.....and see if I have spotted something :-| > > Yes it is rather _base_ic, Check the base class: > >org.apache.batik.ext.awt.g2d.AbstractGraphics2D:45 > > /** > * Current state of the Graphic Context. The GraphicsContext > * class manages the state of this <tt>Graphics2D</tt> graphic context > * attributes. > */ > protected GraphicContext gc; > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] Robert A. DiBlasi _________________________________________________________________ Chat with friends online, try MSN Messenger: http://messenger.msn.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]