|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.styling.ColorMapEntryImpl
public class ColorMapEntryImpl
Default color map entry implementation
Constructor Summary | |
---|---|
ColorMapEntryImpl()
|
Method Summary | |
---|---|
void |
accept(StyleVisitor visitor)
|
org.opengis.filter.expression.Expression |
getColor()
|
java.lang.String |
getLabel()
Label for this Color Map Entry |
org.opengis.filter.expression.Expression |
getOpacity()
|
org.opengis.filter.expression.Expression |
getQuantity()
|
void |
setColor(org.opengis.filter.expression.Expression color)
Expression resulting in a color |
void |
setLabel(java.lang.String label)
|
void |
setOpacity(org.opengis.filter.expression.Expression opacity)
|
void |
setQuantity(org.opengis.filter.expression.Expression quantity)
Quantity marking the start of this color map entry. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ColorMapEntryImpl()
Method Detail |
---|
public java.lang.String getLabel()
ColorMapEntry
getLabel
in interface ColorMapEntry
ColorMapEntry.getLabel()
public void setLabel(java.lang.String label)
setLabel
in interface ColorMapEntry
ColorMapEntry.setLabel(java.lang.String)
public void setColor(org.opengis.filter.expression.Expression color)
ColorMapEntry
setColor
in interface ColorMapEntry
org.geotools.styling.ColorMapEntry#setColor(org.geotools.filter.Expression)
public org.opengis.filter.expression.Expression getColor()
getColor
in interface ColorMapEntry
ColorMapEntry.getColor()
public void setOpacity(org.opengis.filter.expression.Expression opacity)
setOpacity
in interface ColorMapEntry
opacity
- Expressed as a value between 0 and 1org.geotools.styling.ColorMapEntry#setOpacity(org.geotools.filter.Expression)
public org.opengis.filter.expression.Expression getOpacity()
getOpacity
in interface ColorMapEntry
ColorMapEntry.getOpacity()
public void setQuantity(org.opengis.filter.expression.Expression quantity)
ColorMapEntry
setQuantity
in interface ColorMapEntry
org.geotools.styling.ColorMapEntry#setQuantity(org.geotools.filter.Expression)
public org.opengis.filter.expression.Expression getQuantity()
getQuantity
in interface ColorMapEntry
ColorMapEntry.getQuantity()
public void accept(StyleVisitor visitor)
accept
in interface ColorMapEntry
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |