org.geotools.styling
Class SelectedChannelTypeImpl

java.lang.Object
  extended byorg.geotools.event.AbstractGTComponent
      extended byorg.geotools.styling.SelectedChannelTypeImpl
All Implemented Interfaces:
GTComponent, SelectedChannelType

public class SelectedChannelTypeImpl
extends AbstractGTComponent
implements SelectedChannelType

DOCUMENT ME!


Field Summary
 
Fields inherited from class org.geotools.event.AbstractGTComponent
notification
 
Constructor Summary
SelectedChannelTypeImpl()
          Creates a new instance of SelectedChannelImpl
 
Method Summary
protected  ContrastEnhancement contrastEnhancement(Expression expr)
           
 java.lang.String getChannelName()
           
 ContrastEnhancement getContrastEnhancement()
           
 void setChannelName(java.lang.String name)
           
 void setContrastEnhancement(ContrastEnhancement enhancement)
           
 void setContrastEnhancement(Expression gammaValue)
           
 
Methods inherited from class org.geotools.event.AbstractGTComponent
changed, clone, fireChanged, fireChildChanged, getNote, getParent, removed, setNote
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.geotools.event.GTComponent
changed, getNote, getParent, removed, setNote
 

Constructor Detail

SelectedChannelTypeImpl

public SelectedChannelTypeImpl()
Creates a new instance of SelectedChannelImpl

Method Detail

getChannelName

public java.lang.String getChannelName()
Specified by:
getChannelName in interface SelectedChannelType

getContrastEnhancement

public ContrastEnhancement getContrastEnhancement()
Specified by:
getContrastEnhancement in interface SelectedChannelType

setChannelName

public void setChannelName(java.lang.String name)
Specified by:
setChannelName in interface SelectedChannelType

setContrastEnhancement

public void setContrastEnhancement(ContrastEnhancement enhancement)
Specified by:
setContrastEnhancement in interface SelectedChannelType

setContrastEnhancement

public void setContrastEnhancement(Expression gammaValue)
Specified by:
setContrastEnhancement in interface SelectedChannelType

contrastEnhancement

protected ContrastEnhancement contrastEnhancement(Expression expr)


Copyright © GeoTools. All Rights Reserved.