comparison artifacts/src/main/java/org/dive4elements/river/exports/ChartSection.java @ 9123:1cc7653ca84f

Cleanup of ChartGenerator and ChartGenerator2 code. Put some of the copy/pasted code into a common abstraction.
author gernotbelger
date Tue, 05 Jun 2018 19:21:16 +0200
parents e4606eae8ea5
children
comparison
equal deleted inserted replaced
9122:b8e7f6becf78 9123:1cc7653ca84f
91 public void setDisplayGrid(boolean displayGrid) { 91 public void setDisplayGrid(boolean displayGrid) {
92 setBooleanValue(DISPLAYGRID_ATTR, displayGrid); 92 setBooleanValue(DISPLAYGRID_ATTR, displayGrid);
93 } 93 }
94 94
95 95
96 public Boolean getDisplayGrid() { 96 public boolean getDisplayGrid() {
97 return getBooleanValue(DISPLAYGRID_ATTR); 97 return getBooleanValue(DISPLAYGRID_ATTR, true);
98 } 98 }
99 } 99 }
100 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 100 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org