Revision 12988 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/core/symbols/PictureMarkerSymbol.java

View differences:

PictureMarkerSymbol.java
43 43
 *
44 44
 * $Id$
45 45
 * $Log$
46
 * Revision 1.12  2007-08-08 12:05:17  jvidal
46
 * Revision 1.13  2007-08-09 06:42:24  jvidal
47 47
 * javadoc
48 48
 *
49
 * Revision 1.12  2007/08/08 12:05:17  jvidal
50
 * javadoc
51
 *
49 52
 * Revision 1.11  2007/07/18 06:54:35  jaume
50 53
 * continuing with cartographic support
51 54
 *
......
113 116
import com.iver.utiles.XMLEntity;
114 117

  
115 118
/**
116
 * PictureMarkerSymbol allows to use an image file to be painted instead of a symbol
119
 * PictureMarkerSymbol allows to use an image file as a definition to be painted
120
 * instead of a marker symbol.
117 121
 *
118 122
 * @author   jaume dominguez faus - jaume.dominguez@iver.es
119 123
 */
......
163 167
			setSelImage(selImageFile);
164 168
	}
165 169
	/**
166
	 * Sets the file for the image to be used as a symbol
170
	 * Sets the file for the image to be used as a marker symbol
167 171
	 * @param imageFile, File
168 172
	 * @throws IOException
169 173
	 */
......
174 178
	}
175 179

  
176 180
	/**
177
	 * Returns the image that will substitute the symbol
181
	 * Returns the image that will substitute the marker symbol
178 182
	 * @return img, BufferedImage
179 183
	 * @throws IOException
180 184
	 */
......
186 190
		return img;
187 191
	}
188 192
	/**
189
	 * Sets the file for the image to be used as a symbol (when it is selected in the map)
193
	 * Sets the file for the image to be used as a  marker symbol (when it is selected in the map)
190 194
	 * @param imageFile, File
191 195
	 * @throws IOException
192 196
	 */
......
203 207
	}
204 208

  
205 209
	/**
206
	 * Returns the image that will substitute the symbol when it is selected in the map
210
	 * Returns the image that will substitute the marker symbol when it is selected in the map
207 211
	 * @return selImg, BufferedImage
208 212
	 * @throws IOException
209 213
	 */
......
317 321

  
318 322
	}
319 323
	/**
320
	 * Return the path of the image that is used as a symbol
324
	 * Return the path of the image that is used as a marker symbol
321 325
	 * @return imagePath,String
322 326
	 */
323 327
	public String getImagePath() {
324 328
		return imagePath;
325 329
	}
326 330
	/**
327
	 * Return the path of the image that is used as a symbol (when it is selected in the map)
331
	 * Return the path of the image that is used as a marker symbol (when it is selected in the map)
328 332
	 * @return selimagePath,String
329 333
	 */
330 334
	public String getSelImagePath() {

Also available in: Unified diff