I have some simple piece of code (it will eventually become more complicated) 
that generates an unexpected error in JBuilder X:

class PrintManager
{

   public void toPDF()
   {
      org.apache.fop.svg.PDFGraphics2D PdfGr2d = new
         org.apache.fop.svg.PDFGraphics2D(false); // false is for textAsShapes
   }
}

The error: PDFGraphics2D(boolean) has protected access in 
org.apache.fop.svg.PDFGraphics2D

I'd check the javadocs if I could only find them to download (see my previous 
post). But why isn't this version of the constructor not publically accessible? 
Is it supposed to be?




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to