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

http://dive4elements.wald.intevation.org