Package org.esa.snap.core.datamodel
Class RGBImageProfileManager
- java.lang.Object
- 
- org.esa.snap.core.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.
- 
- 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddProfile(RGBImageProfile profile)RGBImageProfile[]getAllProfiles()static RGBImageProfileManagergetInstance()RGBImageProfilegetProfile(int i)intgetProfileCount()static FilegetProfilesDir()voidremoveProfile(RGBImageProfile profile)
 
- 
- 
- 
Method Detail- 
getProfilesDirpublic static File getProfilesDir() 
 - 
getInstancepublic static RGBImageProfileManager getInstance() 
 - 
addProfilepublic void addProfile(RGBImageProfile profile) 
 - 
removeProfilepublic void removeProfile(RGBImageProfile profile) 
 - 
getProfileCountpublic int getProfileCount() 
 - 
getProfilepublic RGBImageProfile getProfile(int i) 
 - 
getAllProfilespublic RGBImageProfile[] getAllProfiles() 
 
- 
 
-