comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/CrossSectionWaterLineFacet.java @ 9429:bd5f5d2220fa

Work on salix cross sections; waterlevels work now with different colors Colors and i10n for all themes.
author gernotbelger
date Fri, 17 Aug 2018 17:48:01 +0200
parents 3f49835a00c3
children 853f2dafc16e
comparison
equal deleted inserted replaced
9428:15f274e6d83b 9429:bd5f5d2220fa
34 /** Private log to use. */ 34 /** Private log to use. */
35 private static Logger log = Logger.getLogger(CrossSectionWaterLineFacet.class); 35 private static Logger log = Logger.getLogger(CrossSectionWaterLineFacet.class);
36 36
37 private final Serializable waterLineIndex; 37 private final Serializable waterLineIndex;
38 38
39 /** Trivial constructor, set (maybe localized) description. */ 39 public CrossSectionWaterLineFacet(final int facetIndex, final String description, final ComputeType type, final String hash, final String stateId,
40 public CrossSectionWaterLineFacet(final int idx, final String description, final ComputeType type, final String hash, final String stateId,
41 final Serializable waterLineIndex) { 40 final Serializable waterLineIndex) {
42 this(idx, CROSS_SECTION_WATER_LINE, description, type, hash, stateId, waterLineIndex); 41 this(facetIndex, CROSS_SECTION_WATER_LINE, description, type, hash, stateId, waterLineIndex);
43 } 42 }
44 43
45 /** 44 /**
46 * Trivial constructor, set (maybe localized) description. 45 * Trivial constructor, set (maybe localized) description.
47 * 46 *

http://dive4elements.wald.intevation.org