comparison gnv-artifacts/src/main/java/de/intevation/gnv/state/timeseries/TimeSeriesOutputState.java @ 627:c009d8df53aa

Removed a bug in pdf and svg creation. gnv-artifacts/trunk@702 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 23 Feb 2010 15:33:10 +0000
parents 3d13fa281a7e
children d08b9ba148c5
comparison
equal deleted inserted replaced
626:61f688a69a55 627:c009d8df53aa
339 "browser locales - is " + locale.toString() 339 "browser locales - is " + locale.toString()
340 ); 340 );
341 341
342 createPDF( 342 createPDF(
343 outputStream, 343 outputStream,
344 getCleanedParameters(uuid), 344 getParameters(uuid),
345 getMeasurements(uuid), 345 getMeasurements(uuid),
346 getDates(uuid), 346 getDates(uuid),
347 createChartLabels(locale, uuid), 347 createChartLabels(locale, uuid),
348 uuid, 348 uuid,
349 "A4", 349 "A4",
367 "browser locales - is " + locale.toString() 367 "browser locales - is " + locale.toString()
368 ); 368 );
369 369
370 createSVG( 370 createSVG(
371 outputStream, 371 outputStream,
372 getCleanedParameters(uuid), 372 getParameters(uuid),
373 getMeasurements(uuid), 373 getMeasurements(uuid),
374 getDates(uuid), 374 getDates(uuid),
375 createChartLabels(locale, uuid), 375 createChartLabels(locale, uuid),
376 uuid, 376 uuid,
377 locale, 377 locale,

http://dive4elements.wald.intevation.org