comparison flys-client/src/main/java/de/intevation/flys/client/shared/model/Theme.java @ 1517:a9388fba0b46

Cosmetics. flys-client/trunk@3670 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Fri, 13 Jan 2012 09:47:27 +0000
parents f6fbfdc813f0
children 98c7a46ec5ae
comparison
equal deleted inserted replaced
1516:102e472bd2a1 1517:a9388fba0b46
4 4
5 import java.io.Serializable; 5 import java.io.Serializable;
6 6
7 7
8 /** 8 /**
9 * A 'Theme' is something displayed in a Chart. It can be activated or
10 * deactivated to show/hide in the resultant visual representation in the
11 * chart.
12 *
13 * A Theme maps more or less directly to a Facet of an Artifact in a
14 * Collection (certain attributes are added at Collection-Level).
15 *
9 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> 16 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
10 */ 17 */
11 public interface Theme extends Serializable { 18 public interface Theme extends Serializable {
12 19
13 int getPosition(); 20 int getPosition();

http://dive4elements.wald.intevation.org