public class FeatureStyle extends Object
| Constructor and Description |
|---|
FeatureStyle()
Deprecated.
use
FeatureStyle(JSONObject) instead, as this sets up
the style with aberrant properties. |
FeatureStyle(org.json.JSONObject style) |
@Deprecated public FeatureStyle()
FeatureStyle(JSONObject) instead, as this sets up
the style with aberrant properties.public FeatureStyle(org.json.JSONObject style)
public String getLabel()
public void setLabel(String label)
public Color getLabelOutlineColor()
public void setLabelOutlineColor(String labelOutlineColor)
public Integer getLabelOutlineWidth()
public void setLabelOutlineWidth(Integer labelOutlineWidth)
public String getLabelAlign()
public void setLabelAlign(String labelAlign)
public Float getFontSize()
public void setFontSize(Float fontSize)
public Color getFontColor()
public void setFontColor(String fontColor)
public Double getRotation()
public void setRotation(Double rotation)
public Double getLabelXOffset()
public void setLabelXOffset(Double labelXOffset)
public Double getLabelYOffset()
public void setLabelYOffset(Double labelYOffset)
public Color getFillColor()
public void setFillColor(String fillColor)
public Double getFillOpacity()
public void setFillOpacity(Double fillOpacity)
public Color getStrokeColor()
public void setStrokeColor(String strokeColor)
public Double getStrokeOpacity()
public void setStrokeOpacity(Double strokeOpacity)
public String getStrokeDashstyle()
public void setStrokeDashstyle(String strokeDashstyle)
public String getGraphicName()
public void setGraphicName(String graphicName)
public Double getPointRadius()
public void setPointRadius(Double pointRadius)
public Double getStrokeWidth()
public void setStrokeWidth(Double strokeWidth)
Copyright © 2020. All rights reserved.