Mercurial > dive4elements > river
annotate flys-artifacts/src/main/java/de/intevation/flys/themes/PointStyle.java @ 4444:47d50572844a
Add method to a access the CallContext of a ChartGenerator
Don't access the member variable directly. Always use getters and setters to
declare a contract to another class. Public or proteced members
would extend the contract.
author | Björn Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Wed, 07 Nov 2012 14:12:39 +0100 |
parents | 0b9b2a0c4e64 |
children |
rev | line source |
---|---|
3464
0b9b2a0c4e64
Point labels can have a background color now.
Christian Lins <christian.lins@intevation.de>
parents:
diff
changeset
|
1 package de.intevation.flys.themes; |
0b9b2a0c4e64
Point labels can have a background color now.
Christian Lins <christian.lins@intevation.de>
parents:
diff
changeset
|
2 |
0b9b2a0c4e64
Point labels can have a background color now.
Christian Lins <christian.lins@intevation.de>
parents:
diff
changeset
|
3 public class PointStyle { |
0b9b2a0c4e64
Point labels can have a background color now.
Christian Lins <christian.lins@intevation.de>
parents:
diff
changeset
|
4 // TODO tbd |
0b9b2a0c4e64
Point labels can have a background color now.
Christian Lins <christian.lins@intevation.de>
parents:
diff
changeset
|
5 } |