comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/BedloadDiameterFacet.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 98ca61cb58fb
children e4606eae8ea5
comparison
equal deleted inserted replaced
7987:98ca61cb58fb 7988:5acaf44062b5
36 36
37 public BedloadDiameterFacet(int idx, String name, String description, 37 public BedloadDiameterFacet(int idx, String name, String description,
38 ComputeType type, String stateId, String hash) { 38 ComputeType type, String stateId, String hash) {
39 super(idx, name, description, type, hash, stateId); 39 super(idx, name, description, type, hash, stateId);
40 this.metaData.put("X", "chart.longitudinal.section.xaxis.label"); 40 this.metaData.put("X", "chart.longitudinal.section.xaxis.label");
41 this.metaData.put("Y", "chart.bedquality.yaxis.label.diameter"); 41 this.metaData.put("Y", "chart.bedquality.yaxis.label");
42 } 42 }
43 43
44 public Object getData(Artifact artifact, CallContext context) { 44 public Object getData(Artifact artifact, CallContext context) {
45 logger.debug("Get data for bedload diameter at index: " + index); 45 logger.debug("Get data for bedload diameter at index: " + index);
46 46

http://dive4elements.wald.intevation.org