Revision 1455 branches/v02_desarrollo/libraries/libCq CMS for java.old/src/org/cresques/io/GeoRasterFile.java

View differences:

GeoRasterFile.java
127 127
	private static TreeMap supportedExtensions = null;
128 128
	protected Component updatable = null;
129 129
	protected boolean doTransparency = false;
130
	protected int alpha = 0;
130
	//protected int alpha = 0;
131 131
	protected PixelFilter tFilter = null;
132 132

  
133 133
	protected int rBandNr = 1, gBandNr = 1, bBandNr = 1;

Also available in: Unified diff