Revision 13396 trunk/libraries/libRaster/src/org/gvsig/raster/datastruct/ColorTable.java

View differences:

ColorTable.java
332 332
				clone.colorItems.add(((ColorItem) colorItems.get(i)).clone());
333 333
			}
334 334
		}
335
		
336
		clone.interpolated = interpolated;
335 337

  
336 338
		if (filePath != null)
337 339
			clone.filePath = new String(filePath);

Also available in: Unified diff