org.wicketstuff.openlayers.api.feature
Class FeatureStyle

java.lang.Object
  extended by 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
FeatureStyle(FeatureStyle extendStyle)
           
FeatureStyle(String extendDefaultStyleName)
           
 
Method Summary
 String getBackgroundGraphic()
           
 Double getBackgroundGraphicZIndex()
           
 Double getBackgroundHeight()
           
 Double getBackgroundWidth()
           
 Double getBackgroundXOffset()
           
 Double getBackgroundYOffset()
           
 String getCursor()
           
 String getDisplay()
           
 String getExternalGraphic()
           
 Boolean getFill()
           
 String getFillColor()
           
 Double getFillOpacity()
           
 String getFontColor()
           
 String getFontFamily()
           
 String getFontSize()
           
 String getFontWeight()
           
 Boolean getGraphic()
           
 Double getGraphicHeight()
           
 String getGraphicName()
           
 Double getGraphicOpacity()
           
 String getGraphicTitle()
           
 Double getGraphicWidth()
           
 Double getGraphicXOffset()
           
 Double getGraphicYOffset()
           
 Double getGraphicZIndex()
           
 String getId()
           
 String getJSAddStyle(IOpenLayersMap map)
           
 String getJSGetStyle(IOpenLayersMap map)
           
 String getJSGetStyleNoLineEnd(IOpenLayersMap map)
           
 String getJSRemoveStyle(IOpenLayersMap map)
           
 String getLabel()
           
 String getLabelAlign()
           
 String getPointerEvents()
           
 Double getPointRadius()
           
 Boolean getStroke()
           
 String getStrokeColor()
           
 String getStrokeDashstyle()
           
 String getStrokeLinecap()
           
 Double getStrokeOpacity()
           
 Double getStrokeWidth()
           
 void setBackgroundGraphic(String backgroundGraphic)
           
 void setBackgroundGraphicZIndex(Double backgroundGraphicZIndex)
           
 void setBackgroundHeight(Double backgroundHeight)
           
 void setBackgroundWidth(Double backgroundWidth)
           
 void setBackgroundXOffset(Double backgroundXOffset)
           
 void setBackgroundYOffset(Double backgroundYOffset)
           
 void setCursor(String cursor)
           
 void setDisplay(String display)
           
 void setExternalGraphic(String externalGraphic)
           
 void setFill(Boolean fill)
           
 void setFillColor(String fillColor)
           
 void setFillOpacity(Double fillOpacity)
           
 void setFontColor(String fontColor)
           
 void setFontFamily(String fontFamily)
           
 void setFontSize(String fontSize)
           
 void setFontWeight(String fontWeight)
           
 void setGraphic(Boolean graphic)
           
 void setGraphicHeight(Double graphicHeight)
           
 void setGraphicName(String graphicName)
           
 void setGraphicOpacity(Double graphicOpacity)
           
 void setGraphicTitle(String graphicTitle)
           
 void setGraphicWidth(Double graphicWidth)
           
 void setGraphicXOffset(Double graphicXOffset)
           
 void setGraphicYOffset(Double graphicYOffset)
           
 void setGraphicZIndex(Double graphicZIndex)
           
 void setLabel(String label)
           
 void setLabelAlign(String labelAlign)
           
 void setPointerEvents(String pointerEvents)
           
 void setPointRadius(Double pointRadius)
           
 void setStroke(Boolean stroke)
           
 void setStrokeColor(String strokeColor)
           
 void setStrokeDashstyle(String strokeDashstyle)
           
 void setStrokeLinecap(String strokeLinecap)
           
 void setStrokeOpacity(Double strokeOpacity)
           
 void setStrokeWidth(Double strokeWidth)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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()


Copyright © 2008-2012. All Rights Reserved.