|
||||||||||
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>
modules/library/api (gt-api.jar)
Method Summary | |
---|---|
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. |
Method Detail |
---|
String getLabel()
void setLabel(String label)
label
- void setColor(Expression color)
color
- Expression getColor()
void setOpacity(Expression opacity)
opacity
- Expressed as a value between 0 and 1Expression getOpacity()
void setQuantity(Expression quantity)
quantity
- Expression getQuantity()
void accept(StyleVisitor visitor)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |