public class ColorMapEntryImpl extends Object implements ColorMapEntry
Constructor and Description |
---|
ColorMapEntryImpl() |
Modifier and Type | Method and Description |
---|---|
void |
accept(StyleVisitor visitor) |
boolean |
equals(Object obj) |
Expression |
getColor() |
String |
getLabel()
Label for this Color Map Entry
|
Expression |
getOpacity() |
Expression |
getQuantity() |
int |
hashCode() |
void |
setColor(Expression color)
Expression resulting in a color
|
void |
setLabel(String label) |
void |
setOpacity(Expression opacity) |
void |
setQuantity(Expression quantity)
Quantity marking the start of this color map entry.
|
String |
toString() |
public String getLabel()
ColorMapEntry
getLabel
in interface ColorMapEntry
ColorMapEntry.getLabel()
public void setLabel(String label)
setLabel
in interface ColorMapEntry
ColorMapEntry.setLabel(java.lang.String)
public void setColor(Expression color)
ColorMapEntry
setColor
in interface ColorMapEntry
ColorMapEntry.setColor(org.opengis.filter.expression.Expression)
public Expression getColor()
getColor
in interface ColorMapEntry
ColorMapEntry.getColor()
public void setOpacity(Expression opacity)
setOpacity
in interface ColorMapEntry
opacity
- Expressed as a value between 0 and 1ColorMapEntry.setOpacity(org.opengis.filter.expression.Expression)
public Expression getOpacity()
getOpacity
in interface ColorMapEntry
ColorMapEntry.getOpacity()
public void setQuantity(Expression quantity)
ColorMapEntry
setQuantity
in interface ColorMapEntry
ColorMapEntry.setQuantity(org.opengis.filter.expression.Expression)
public Expression getQuantity()
getQuantity
in interface ColorMapEntry
ColorMapEntry.getQuantity()
public void accept(StyleVisitor visitor)
accept
in interface ColorMapEntry
Copyright © 1996–2023 Geotools. All rights reserved.