|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectColorMapEntryImpl
public class ColorMapEntryImpl
Default color map entry implementation
modules/library/main (gt-main.jar)
Constructor Summary | |
---|---|
ColorMapEntryImpl()
|
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. |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ColorMapEntryImpl()
Method Detail |
---|
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
org.geotools.styling.ColorMapEntry#setColor(org.geotools.filter.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 1org.geotools.styling.ColorMapEntry#setOpacity(org.geotools.filter.Expression)
public Expression getOpacity()
getOpacity
in interface ColorMapEntry
ColorMapEntry.getOpacity()
public void setQuantity(Expression quantity)
ColorMapEntry
setQuantity
in interface ColorMapEntry
org.geotools.styling.ColorMapEntry#setQuantity(org.geotools.filter.Expression)
public 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 |