Search found 1 match

by SophieL
Mon Jul 06, 2015 9:51 am
Forum: FXGraphics2D
Topic: Dashed line
Replies: 1
Views: 27537

Dashed line

I test to draw a value marker on dashed line on XYPlot under JavaFX. Since Java 8u40, the org.jfree.chart.fx.FXGraphics2D managed the dashed lines. So I modified the bridge fx on FXGraphics2D.java public void setStroke(Stroke s) { nullNotPermitted(s, "s"); this.stroke = s; if (stroke instanceof Basi...