public interface ColorMapEntry
<xs:element name="ColorMapEntry"> <xs:complexType> <xs:attribute name="color" type="xs:string" use="required"/> <xs:attribute name="opacity" type="xs:double"/> <xs:attribute name="quantity" type="xs:double"/> <xs:attribute name="label" type="xs:string"/> </xs:complexType> </xs:element>
Modifier and Type | Method and Description |
---|---|
void |
accept(StyleVisitor visitor) |
Expression |
getColor() |
String |
getLabel()
Label for this Color Map Entry
|
Expression |
getOpacity() |
Expression |
getQuantity() |
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 getLabel()
void setLabel(String label)
label
- void setColor(Expression color)
Expression getColor()
void setOpacity(Expression opacity)
opacity
- Expressed as a value between 0 and 1Expression getOpacity()
void setQuantity(Expression quantity)
Expression getQuantity()
void accept(StyleVisitor visitor)
Copyright © 1996–2023 Geotools. All rights reserved.