Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.java > #8605
| From | Andreas Tille <andreas@an3as.eu> |
|---|---|
| Newsgroups | linux.debian.maint.java |
| Subject | Where to find graphics2D.stream |
| Date | 2015-11-27 11:30 +0100 |
| Message-ID | <qzorU-1ze-11@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.debian.maint.java | Previous | Next — Next in thread | Find similar
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