comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/BedDiffFacet.java @ 7988:5acaf44062b5 facet-metadata

Updated meta data in facets.
author Raimund Renkert <rrenkert@intevation.de>
date Wed, 02 Jul 2014 12:31:57 +0200
parents 10debf4b82be
children e4606eae8ea5
comparison
equal deleted inserted replaced
7987:98ca61cb58fb 7988:5acaf44062b5
29 29
30 public BedDiffFacet(int idx, String name, String description, 30 public BedDiffFacet(int idx, String name, String description,
31 ComputeType type, String stateId, String hash) { 31 ComputeType type, String stateId, String hash) {
32 super(idx, name, description, type, hash, stateId); 32 super(idx, name, description, type, hash, stateId);
33 this.metaData.put("X", "chart.longitudinal.section.xaxis.label"); 33 this.metaData.put("X", "chart.longitudinal.section.xaxis.label");
34 this.metaData.put("Y", "chart.beddifference.axis.label.y"); 34 this.metaData.put("Y", "chart.beddifference.yaxis.label.diff");
35 } 35 }
36 36
37 public Object getData(Artifact artifact, CallContext context) { 37 public Object getData(Artifact artifact, CallContext context) {
38 logger.debug("Get data for bed density at index: " + index); 38 logger.debug("Get data for bed density at index: " + index);
39 39

http://dive4elements.wald.intevation.org