Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.maint.java > #8607

Solved (Was: Where to find graphics2D.stream)

From Andreas Tille <andreas@an3as.eu>
Newsgroups linux.debian.maint.java
Subject Solved (Was: Where to find graphics2D.stream)
Date 2015-11-27 18:10 +0100
Message-ID <qzuGZ-5Kh-1@gated-at.bofh.it> (permalink)
References <qzorU-1ze-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Hi,

just for the record: My question was simply demonstrating how less
my Java competence is.  I've found the solution now myself:

   https://anonscm.debian.org/cgit/debian-med/cgview.git/tree/debian/patches/fix_batic-svggen_SVGGraphics2D_call.patch

Sorry for the noise

      Andreas.

On Fri, Nov 27, 2015 at 11:24:49AM +0100, Andreas Tille wrote:
> 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

-- 
http://fam-tille.de

Back to linux.debian.maint.java | Previous | NextPrevious in thread | Find similar


Thread

Where to find graphics2D.stream Andreas Tille <andreas@an3as.eu> - 2015-11-27 11:30 +0100
  Solved (Was: Where to find graphics2D.stream) Andreas Tille <andreas@an3as.eu> - 2015-11-27 18:10 +0100

csiph-web