comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/BedDiffHeightSubFacet.java @ 8267:99912f51468d

A bit less chaos in i18n for bed heights.
author "Tom Gottfried <tom@intevation.de>"
date Fri, 12 Sep 2014 19:00:45 +0200
parents e4606eae8ea5
children 5c3b36b519d0
comparison
equal deleted inserted replaced
8266:512b5c948881 8267:99912f51468d
22 22
23 public BedDiffHeightSubFacet(int idx, String name, String description, 23 public BedDiffHeightSubFacet(int idx, String name, String description,
24 ComputeType type, String stateId, String hash) { 24 ComputeType type, String stateId, String hash) {
25 super(idx, name, description, type, hash, stateId); 25 super(idx, name, description, type, hash, stateId);
26 this.metaData.put("X", "chart.longitudinal.section.xaxis.label"); 26 this.metaData.put("X", "chart.longitudinal.section.xaxis.label");
27 this.metaData.put("Y", "chart.beddifference.yaxis.label.diff"); 27 this.metaData.put("Y", "chart.bedheight_middle.section.yaxis.label");
28 } 28 }
29 29
30 public Object getData(Artifact artifact, CallContext context) { 30 public Object getData(Artifact artifact, CallContext context) {
31 log.debug("Get data for bed density at index: " + index); 31 log.debug("Get data for bed density at index: " + index);
32 32

http://dive4elements.wald.intevation.org