comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/FlowVelocityMeasurementFacet.java @ 7894:42076d94977e facet-metadata

Added metadata to facets.
author Raimund Renkert <rrenkert@intevation.de>
date Wed, 21 May 2014 11:43:10 +0200
parents af13ceeba52a
children 5e38e2924c07
comparison
equal deleted inserted replaced
7893:56e7e6c18c26 7894:42076d94977e
27 27
28 public FlowVelocityMeasurementFacet(String name, String description) { 28 public FlowVelocityMeasurementFacet(String name, String description) {
29 this.name = name; 29 this.name = name;
30 this.description = description; 30 this.description = description;
31 this.index = 0; 31 this.index = 0;
32 this.metaData.put("X", "chart.longitudinal.section.xaxis.label");
33 this.metaData.put("Y", "chart.flow_velocity.section.yaxis.label");
32 } 34 }
33 35
34 36
35 /** 37 /**
36 * Returns the data this facet requires. 38 * Returns the data this facet requires.

http://dive4elements.wald.intevation.org