Class FeatureStyle
- java.lang.Object
-
- org.wicketstuff.openlayers.api.feature.FeatureStyle
-
- All Implemented Interfaces:
Serializable
public class FeatureStyle extends Object implements Serializable
- Author:
- Marin Mandradjiev (marinsm@hotmail.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FeatureStyle(String extendDefaultStyleName)FeatureStyle(FeatureStyle extendStyle)
-
Method Summary
-
-
-
Constructor Detail
-
FeatureStyle
public FeatureStyle(String extendDefaultStyleName)
-
FeatureStyle
public FeatureStyle(FeatureStyle extendStyle)
-
-
Method Detail
-
getId
public String getId()
-
getJSAddStyle
public String getJSAddStyle(IOpenLayersMap map)
-
getJSGetStyle
public String getJSGetStyle(IOpenLayersMap map)
-
getJSGetStyleNoLineEnd
public String getJSGetStyleNoLineEnd(IOpenLayersMap map)
-
getJSRemoveStyle
public String getJSRemoveStyle(IOpenLayersMap map)
-
setFill
public void setFill(Boolean fill)
-
getFill
public Boolean getFill()
-
setFillColor
public void setFillColor(String fillColor)
-
getFillColor
public String getFillColor()
-
setFillOpacity
public void setFillOpacity(Double fillOpacity)
-
getFillOpacity
public Double getFillOpacity()
-
setStroke
public void setStroke(Boolean stroke)
-
getStroke
public Boolean getStroke()
-
setStrokeColor
public void setStrokeColor(String strokeColor)
-
getStrokeColor
public String getStrokeColor()
-
setStrokeOpacity
public void setStrokeOpacity(Double strokeOpacity)
-
getStrokeOpacity
public Double getStrokeOpacity()
-
setStrokeWidth
public void setStrokeWidth(Double strokeWidth)
-
getStrokeWidth
public Double getStrokeWidth()
-
setStrokeLinecap
public void setStrokeLinecap(String strokeLinecap)
-
getStrokeLinecap
public String getStrokeLinecap()
-
setStrokeDashstyle
public void setStrokeDashstyle(String strokeDashstyle)
-
getStrokeDashstyle
public String getStrokeDashstyle()
-
setGraphic
public void setGraphic(Boolean graphic)
-
getGraphic
public Boolean getGraphic()
-
setPointRadius
public void setPointRadius(Double pointRadius)
-
getPointRadius
public Double getPointRadius()
-
setPointerEvents
public void setPointerEvents(String pointerEvents)
-
getPointerEvents
public String getPointerEvents()
-
setCursor
public void setCursor(String cursor)
-
getCursor
public String getCursor()
-
setExternalGraphic
public void setExternalGraphic(String externalGraphic)
-
getExternalGraphic
public String getExternalGraphic()
-
setGraphicWidth
public void setGraphicWidth(Double graphicWidth)
-
getGraphicWidth
public Double getGraphicWidth()
-
setGraphicHeight
public void setGraphicHeight(Double graphicHeight)
-
getGraphicHeight
public Double getGraphicHeight()
-
setGraphicOpacity
public void setGraphicOpacity(Double graphicOpacity)
-
getGraphicOpacity
public Double getGraphicOpacity()
-
setGraphicXOffset
public void setGraphicXOffset(Double graphicXOffset)
-
getGraphicXOffset
public Double getGraphicXOffset()
-
setGraphicYOffset
public void setGraphicYOffset(Double graphicYOffset)
-
getGraphicYOffset
public Double getGraphicYOffset()
-
setGraphicZIndex
public void setGraphicZIndex(Double graphicZIndex)
-
getGraphicZIndex
public Double getGraphicZIndex()
-
setGraphicName
public void setGraphicName(String graphicName)
-
getGraphicName
public String getGraphicName()
-
setGraphicTitle
public void setGraphicTitle(String graphicTitle)
-
getGraphicTitle
public String getGraphicTitle()
-
setBackgroundGraphic
public void setBackgroundGraphic(String backgroundGraphic)
-
getBackgroundGraphic
public String getBackgroundGraphic()
-
setBackgroundGraphicZIndex
public void setBackgroundGraphicZIndex(Double backgroundGraphicZIndex)
-
getBackgroundGraphicZIndex
public Double getBackgroundGraphicZIndex()
-
setBackgroundXOffset
public void setBackgroundXOffset(Double backgroundXOffset)
-
getBackgroundXOffset
public Double getBackgroundXOffset()
-
setBackgroundYOffset
public void setBackgroundYOffset(Double backgroundYOffset)
-
getBackgroundYOffset
public Double getBackgroundYOffset()
-
setBackgroundHeight
public void setBackgroundHeight(Double backgroundHeight)
-
getBackgroundHeight
public Double getBackgroundHeight()
-
setBackgroundWidth
public void setBackgroundWidth(Double backgroundWidth)
-
getBackgroundWidth
public Double getBackgroundWidth()
-
setLabel
public void setLabel(String label)
-
getLabel
public String getLabel()
-
setLabelAlign
public void setLabelAlign(String labelAlign)
-
getLabelAlign
public String getLabelAlign()
-
setFontColor
public void setFontColor(String fontColor)
-
getFontColor
public String getFontColor()
-
setFontFamily
public void setFontFamily(String fontFamily)
-
getFontFamily
public String getFontFamily()
-
setFontSize
public void setFontSize(String fontSize)
-
getFontSize
public String getFontSize()
-
setFontWeight
public void setFontWeight(String fontWeight)
-
getFontWeight
public String getFontWeight()
-
setDisplay
public void setDisplay(String display)
-
getDisplay
public String getDisplay()
-
-