Search found 6 matches

by Reinhard
Tue Aug 22, 2006 4:55 pm
Forum: JFreeChart
Topic: IntervalMaker covers Gridlines
Replies: 1
Views: 1720

IntervalMaker covers Gridlines

Hi, first of all, thank you for this software and for this forum :-) I am using an IntervalMarker in a CombinedDomainXYPlot: IntervalMarker markierung = new IntervalMarker(start, ende); subplotOben.addDomainMarker(markierung, org.jfree.ui.Layer.BACKGROUND); Everything works fine, despite the gridlin...
by Reinhard
Tue Aug 22, 2006 4:47 pm
Forum: JFreeChart
Topic: IntervalMarker "behind" XYItemRenderer
Replies: 3
Views: 3381

I am going to oben a new thread for the gridline issue, as it seems to be another problem.
by Reinhard
Mon Aug 21, 2006 7:03 pm
Forum: JFreeChart
Topic: IntervalMarker "behind" XYItemRenderer
Replies: 3
Views: 3381

Thank you :-) In Germany we say in such a case: "not to see the wood for the trees" :wink: I added this and it worked: subplotOben.addDomainMarker(markierung, org.jfree.ui.Layer.BACKGROUND); However, a slight problem remains: The gridlines are still behind the marker. Is there a possibility to posit...
by Reinhard
Mon Aug 21, 2006 4:04 pm
Forum: JFreeChart
Topic: Problems with alpha transparency and Eps-Export
Replies: 2
Views: 2457

Thank you ... at least, I can stop tyring now :?

Best!

Reinhard
by Reinhard
Mon Aug 21, 2006 3:59 pm
Forum: JFreeChart
Topic: IntervalMarker "behind" XYItemRenderer
Replies: 3
Views: 3381

IntervalMarker "behind" XYItemRenderer

Hello JFreeChart Community, JFreeChart made it possible, to create such a nice chart: w w w . brandl-eitensheim . de /temp/Screenshot.jpg (Please remove the blanks in the links. I was not allowed to post a complete link. Sorry!) The transparency was realised via: subplotOben.setForegroundAlpha(0.5f)...
by Reinhard
Sun Aug 20, 2006 4:06 pm
Forum: JFreeChart
Topic: Problems with alpha transparency and Eps-Export
Replies: 2
Views: 2457

Problems with alpha transparency and Eps-Export

Hit there, I'm using org.jibble.epsgraphics.EpsGraphics2D to save charts as EPS. It works nearly perfect. The only problem I have, when I save a chart with alpha transparency: subplotOben.setForegroundAlpha(0.5f); The transparency effect gets lost in the eps? Has anyone an idea or a workaround? Than...