org.geotools.styling
Class SelectedChannelTypeImpl

java.lang.Object
  extended byorg.geotools.styling.SelectedChannelTypeImpl
All Implemented Interfaces:
SelectedChannelType

public class SelectedChannelTypeImpl
extends java.lang.Object
implements SelectedChannelType

Author:
iant

Constructor Summary
SelectedChannelTypeImpl()
          Creates a new instance of SelectedChannelImpl
 
Method Summary
 java.lang.String getChannelName()
           
 Expression getContrastEnhancement()
           
 void setChannelName(java.lang.String name)
           
 void setContrastEnhancement(Expression enhancement)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 Expression 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(Expression enhancement)
Specified by:
setContrastEnhancement in interface SelectedChannelType


Copyright © GeoTools. All Rights Reserved.