comparison gnv-artifacts/src/main/java/de/intevation/gnv/chart/Insets.java @ 65:8b75d01fa5b5

Insert Chart-Classes from old Repository gnv-artifacts/trunk@48 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Wed, 09 Sep 2009 12:02:09 +0000
parents
children 7fb9441dd8af
comparison
equal deleted inserted replaced
64:5db77e0a8594 65:8b75d01fa5b5
1 /* Copyright (C) 2007 con terra GmbH (http://www.conterra.de)
2 * All rights reserved
3 *
4 * $Id: Insets.java,v 1.1 2007/12/10 13:57:13 drewnak Exp $
5 *
6 * created by: drewnak
7 * created at : 10.12.2007
8 * created at : 13:31:12
9 *
10 * modified by: $Author: drewnak $
11 * modified at: $Date: 2007/12/10 13:57:13 $
12 */
13 package de.intevation.gnv.chart;
14
15 public class Insets {
16 public double mUpper;
17 public double mLower;
18 public double mLeft;
19 public double mRight;
20 /**
21 * @param pUpper
22 * @param pLower
23 * @param pLeft
24 * @param pRight
25 */
26 public Insets(double pUpper, double pLeft, double pLower, double pRight) {
27 super();
28 mUpper = pUpper;
29 mLower = pLower;
30 mLeft = pLeft;
31 mRight = pRight;
32 }
33 }

http://dive4elements.wald.intevation.org