Line | Hits | Source |
---|---|---|
1 | // A Java MapScript module for MapServer. | |
2 | // See <http://mapserver.gis.umn.edu> for information on MapServer. | |
3 | // | |
4 | // Copyright (C) 2003 Andrew Collins <andrewrcollins@yahoo.com> | |
5 | // | |
6 | // This library is free software; you can redistribute it | |
7 | // and/or modify it under the terms of the GNU Lesser General | |
8 | // Public License as published by the Free Software Foundation; | |
9 | // either version 2.1 of the License, or (at your option) any | |
10 | // later version. | |
11 | // | |
12 | // This library is distributed in the hope that it will be useful, | |
13 | // but WITHOUT ANY WARRANTY; without even the implied warranty | |
14 | // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
15 | // See the GNU Lesser General Public License for more details. | |
16 | // | |
17 | // You should have received a copy of the GNU Lesser General | |
18 | // Public License along with this library; if not, write to | |
19 | // the Free Software Foundation, Inc., 59 Temple Place, | |
20 | // Suite 330, Boston, MA 02111-1307 USA | |
21 | package edu.umn.gis.mapscript.imp; | |
22 | ||
23 | /** | |
24 | * DOCUMENT ME! | |
25 | * | |
26 | * @author <a href="mailto:ADDRESS">NAME</a> | |
27 | * | |
28 | * @todo CLASS_DESCRIPTION | |
29 | */ | |
30 | public class SWIGTYPE_p_gdImagePtr | |
31 | { | |
32 | /** | |
33 | * DOCUMENT ME! | |
34 | * | |
35 | * @todo FIELD_DESCRIPTION | |
36 | */ | |
37 | private long swigCPtr; | |
38 | ||
39 | /** | |
40 | * Creates a new SWIGTYPE_p_gdImagePtr object. | |
41 | * | |
42 | * @param cPtr PARAMETER | |
43 | * @param bFutureUse PARAMETER | |
44 | */ | |
45 | protected SWIGTYPE_p_gdImagePtr(long cPtr, boolean bFutureUse) | |
46 | 0 | { |
47 | 0 | swigCPtr = cPtr; |
48 | 0 | } |
49 | ||
50 | /** | |
51 | * Creates a new SWIGTYPE_p_gdImagePtr object. | |
52 | */ | |
53 | protected SWIGTYPE_p_gdImagePtr() | |
54 | 0 | { |
55 | 0 | swigCPtr = 0; |
56 | 0 | } |
57 | ||
58 | /** | |
59 | * DOCUMENT ME! | |
60 | * | |
61 | * @param obj PARAMETER | |
62 | * | |
63 | * @return RETURN | |
64 | * | |
65 | * @todo METHOD_DESCRIPTION | |
66 | */ | |
67 | protected static long getCPtr(SWIGTYPE_p_gdImagePtr obj) | |
68 | { | |
69 | 0 | return obj.swigCPtr; |
70 | } | |
71 | } |
this report was generated by version 1.0.2 of jcoverage. |
copyright © 2003, jcoverage ltd. all rights reserved. |