|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ColorMapEntry
A basic interface for objects which can hold color map entries.
<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>
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. |
Method Detail |
---|
java.lang.String getLabel()
void setLabel(java.lang.String label)
label
- void setColor(org.opengis.filter.expression.Expression color)
color
- org.opengis.filter.expression.Expression getColor()
void setOpacity(org.opengis.filter.expression.Expression opacity)
opacity
- Expressed as a value between 0 and 1org.opengis.filter.expression.Expression getOpacity()
void setQuantity(org.opengis.filter.expression.Expression quantity)
quantity
- org.opengis.filter.expression.Expression getQuantity()
void accept(StyleVisitor visitor)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |