org.esa.beam.framework.datamodel
Class RGBImageProfileManager

java.lang.Object
  extended by 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.


Method Summary
 void addProfile(RGBImageProfile profile)
           
 RGBImageProfile[] getAllProfiles()
           
static RGBImageProfileManager getInstance()
           
 RGBImageProfile getProfile(int i)
           
 int getProfileCount()
           
static File getProfilesDir()
           
 void removeProfile(RGBImageProfile profile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.