Commit b4b1543f authored by Nico Mack's avatar Nico Mack

Added functionality to support scripting

parent 91a33a1e
...@@ -132,9 +132,9 @@ public class SegmentedArcGraph extends SegmentedArc implements InformationReceiv ...@@ -132,9 +132,9 @@ public class SegmentedArcGraph extends SegmentedArc implements InformationReceiv
if (!active || (this.opacity == TRANSPARENT)) if (!active || (this.opacity == TRANSPARENT))
return; return;
// if (this.readAndResetPropertyChanged()) { if (this.readAndResetPropertyChanged()) {
// this.buildSectorFromProperties(); this.updateFromProperties();
// } }
Graphics2D localCanvas = (Graphics2D) canvas.create(); Graphics2D localCanvas = (Graphics2D) canvas.create();
localCanvas.setRenderingHint(RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_ON); localCanvas.setRenderingHint(RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_ON);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment