Search found 3 matches

by Werner Lehmann
Tue Dec 09, 2014 7:22 pm
Forum: FXGraphics2D
Topic: JasperReports viewer
Replies: 5
Views: 35610

Re: JasperReports viewer

Hi David, here's some feedback. Thanks to your work it was more or less simple to create this JasperReports viewer with JavaFX. It was actually quite fun to do. So far I had not a single issue with FXGraphics2D and performance is quite good. Of course there was not much testing. I might be able to o...
by Werner Lehmann
Tue Dec 02, 2014 2:01 pm
Forum: FXGraphics2D
Topic: JasperReports viewer
Replies: 5
Views: 35610

Re: JasperReports viewer

Yes, fonts worry me the most (along with two TODOs left in your code ;-) At any rate I have a proof-of-concept now, takes just a few lines of code because Jasper can already export to graphics2d - that's what it uses anyway for its own swing jrviewer component. Different fonts worked well so far, al...
by Werner Lehmann
Mon Dec 01, 2014 9:55 pm
Forum: FXGraphics2D
Topic: JasperReports viewer
Replies: 5
Views: 35610

JasperReports viewer

I am thinking about using FXGraphics2D in order to show Jasper reports. Except for exporting to PDF (using a PDF viewer) the tyical option here is to use the Swing based JRViewer component included with the Jasper library. Internally it renders using either an image or graphics2d. I need to run a fe...