org.esa.beam.framework.datamodel
Class RGBImageProfileManager
java.lang.Object
org.esa.beam.framework.datamodel.RGBImageProfileManager
public class RGBImageProfileManager
- extends Object
A profile used for the creation of RGB images. The profile comprises the band arithmetic expressions
for the computation of red, green, blue and alpha (optional) channels of the resulting image.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getProfilesDir
public static File getProfilesDir()
getInstance
public static RGBImageProfileManager getInstance()
addProfile
public void addProfile(RGBImageProfile profile)
removeProfile
public void removeProfile(RGBImageProfile profile)
getProfileCount
public int getProfileCount()
getProfile
public RGBImageProfile getProfile(int i)
getAllProfiles
public RGBImageProfile[] getAllProfiles()
Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.