comparison gnv-artifacts/src/main/java/de/intevation/gnv/chart/Insets.java @ 376:d8f3ef441bf2

merged gnv-artifacts/0.3
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 28 Sep 2012 12:13:47 +0200
parents 7fb9441dd8af
children
comparison
equal deleted inserted replaced
293:6b0ef2324d02 376:d8f3ef441bf2
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 /**
22 * @param pUpper
23 * @param pLower
24 * @param pLeft
25 * @param pRight
26 */
27 public Insets(double pUpper, double pLeft, double pLower, double pRight) {
28 super();
29 mUpper = pUpper;
30 mLower = pLower;
31 mLeft = pLeft;
32 mRight = pRight;
33 }
34 }

http://dive4elements.wald.intevation.org