comparison flys-artifacts/src/main/java/de/intevation/flys/jfree/Bounds.java @ 2327:07c39470e2cb

Added new model classes that should be used for axes range adaption later. flys-artifacts/trunk@4011 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Thu, 09 Feb 2012 18:38:03 +0000
parents
children 594885703687
comparison
equal deleted inserted replaced
2326:c321b39b39ab 2327:07c39470e2cb
1 package de.intevation.flys.jfree;
2
3 import java.io.Serializable;
4
5 import org.jfree.chart.axis.ValueAxis;
6
7
8 /**
9 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
10 */
11 public interface Bounds extends Serializable {
12
13 Number getLower();
14
15 Number getUpper();
16
17 void applyBounds(ValueAxis axis);
18
19 Bounds combine(Bounds bounds);
20 }
21 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org