Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/src/main/java/de/intevation/gnv/chart/VerticalCrossSectionChart.java @ 803:feae2f9d6c6f
Removed trailing whitespace.
gnv-artifacts/trunk@885 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Wed, 07 Apr 2010 07:52:27 +0000 |
parents | e8a9e84a0328 |
children | 3f447e92024a |
comparison
equal
deleted
inserted
replaced
802:4abe172be970 | 803:feae2f9d6c6f |
---|---|
321 return chart; | 321 return chart; |
322 } | 322 } |
323 | 323 |
324 /** | 324 /** |
325 * Set the background paint of {@link #chart}. | 325 * Set the background paint of {@link #chart}. |
326 * @param paint | 326 * @param paint |
327 */ | 327 */ |
328 public void setBackgroundPaint(Paint paint) { | 328 public void setBackgroundPaint(Paint paint) { |
329 chart.setBackgroundPaint(paint); | 329 chart.setBackgroundPaint(paint); |
330 } | 330 } |
331 } | 331 } |