Revision 2438 org.gvsig.raster/trunk/org.gvsig.raster/org.gvsig.raster.lib/org.gvsig.raster.lib.api/src/main/java/org/gvsig/fmap/dal/coverage/datastruct/DataStructFactory.java

View differences:

DataStructFactory.java
48 48
	 * with transparency information.
49 49
	 * @return
50 50
	 */
51
	public Transparency createTransparency();
51
	public Transparency createTransparency(int nBands);
52 52
	
53 53
    /**
54 54
     * Returns the object which represents the color table library
......
160 160
	 */
161 161
	public ColorInterpretation createColorInterpretation(String[] colorInterp);
162 162
	
163
	/**
164
	 * Gets a new instance of a ColorInterpretation object
165
	 * @param A constant defined in <code>ColorInterpretation</code> interface. 
166
	 * It can be RGB, BGR, ARGB, PALETTE or GRAYSCALE 
167
	 * @return
168
	 */
169
	public ColorInterpretation createColorInterpretation(String colorInterpretationConstant);
170
	
163 171
	 /**
164 172
     * Builds a new ViewPortData object
165 173
     * @param proj

Also available in: Unified diff