org.geotools.styling
Class ColorMapEntryImpl

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

public class ColorMapEntryImpl
extends AbstractGTComponent
implements ColorMapEntry

Default color map entry implementation

Author:
aaime

Field Summary
 
Fields inherited from class org.geotools.event.AbstractGTComponent
notification
 
Constructor Summary
ColorMapEntryImpl()
           
 
Method Summary
 Expression getColor()
           
 java.lang.String getLabel()
           
 Expression getOpacity()
           
 Expression getQuantity()
           
 void setColor(Expression color)
           
 void setLabel(java.lang.String label)
           
 void setOpacity(Expression opacity)
           
 void setQuantity(Expression quantity)
           
 
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

ColorMapEntryImpl

public ColorMapEntryImpl()
Method Detail

getLabel

public java.lang.String getLabel()
Specified by:
getLabel in interface ColorMapEntry
See Also:
ColorMapEntry.getLabel()

setLabel

public void setLabel(java.lang.String label)
Specified by:
setLabel in interface ColorMapEntry
See Also:
ColorMapEntry.setLabel(java.lang.String)

setColor

public void setColor(Expression color)
Specified by:
setColor in interface ColorMapEntry
See Also:
ColorMapEntry.setColor(org.geotools.filter.expression.Expression)

getColor

public Expression getColor()
Specified by:
getColor in interface ColorMapEntry
See Also:
ColorMapEntry.getColor()

setOpacity

public void setOpacity(Expression opacity)
Specified by:
setOpacity in interface ColorMapEntry
See Also:
ColorMapEntry.setOpacity(org.geotools.filter.expression.Expression)

getOpacity

public Expression getOpacity()
Specified by:
getOpacity in interface ColorMapEntry
See Also:
ColorMapEntry.getOpacity()

setQuantity

public void setQuantity(Expression quantity)
Specified by:
setQuantity in interface ColorMapEntry
See Also:
ColorMapEntry.setQuantity(org.geotools.filter.expression.Expression)

getQuantity

public Expression getQuantity()
Specified by:
getQuantity in interface ColorMapEntry
See Also:
ColorMapEntry.getQuantity()


Copyright © GeoTools. All Rights Reserved.