[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Where to find graphics2D.stream



Hi,

I'm trying to package CGView[1] and was running into the error:


ca/ualberta/stothard/cgview/CgviewIO.java:304: error: no suitable method found for stream(Element,Writer,boolean)
                graphics2D.stream(root, out, useCSS);
                          ^
    method SVGGraphics2D.stream(Element,Writer,boolean,boolean) is not applicable
      (actual and formal argument lists differ in length)
    method SVGGraphics2D.stream(Element,Writer) is not applicable
      (actual and formal argument lists differ in length)
    method SVGGraphics2D.stream(Writer,boolean) is not applicable
      (actual and formal argument lists differ in length)
    method SVGGraphics2D.stream(Writer,boolean,boolean) is not applicable
      (actual argument Element cannot be converted to Writer by method invocation conversion)
    method SVGGraphics2D.stream(Writer) is not applicable
      (actual and formal argument lists differ in length)
    method SVGGraphics2D.stream(String,boolean) is not applicable
      (actual and formal argument lists differ in length)
    method SVGGraphics2D.stream(String) is not applicable
      (actual and formal argument lists differ in length)
ca/ualberta/stothard/cgview/CgviewIO.java:312: error: no suitable method found for stream(Element,Writer,boolean)
                graphics2D.stream(root, out, useCSS);
                          ^

Any hint in what class this one might be?

Thanks for any help

     Andreas.

[1]  git://anonscm.debian.org/debian-med/cgview.git

-- 
http://fam-tille.de


Reply to: