org.gwtopenmaps.openlayers.client.style
Class SymbolizerText

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
      extended by org.gwtopenmaps.openlayers.client.style.Symbolizer
          extended by org.gwtopenmaps.openlayers.client.style.SymbolizerText

public class SymbolizerText
extends Symbolizer

Author:
Maciej Jezierski - Pinocchio A symbolizer used to render text labels for features

Constructor Summary
SymbolizerText()
           
SymbolizerText(JSObject config)
           
 
Method Summary
 String getFontFamily()
           
 String getFontSize()
           
 String getFontStyle()
           
 String getFontWeight()
           
 String getLabel()
           
 void setFontFamily(String fontFamily)
           
 void setFontSize(String fontSize)
           
 void setFontStyle(String fontStyle)
           
 void setFontWeight(String fontWeight)
           
 void setLabel(String label)
           
 
Methods inherited from class org.gwtopenmaps.openlayers.client.style.Symbolizer
getZIndex, setZIndex
 
Methods inherited from class org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
getJSObject, setJSObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SymbolizerText

public SymbolizerText(JSObject config)

SymbolizerText

public SymbolizerText()
Method Detail

setLabel

public void setLabel(String label)

getLabel

public String getLabel()

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

setFontStyle

public void setFontStyle(String fontStyle)

getFontStyle

public String getFontStyle()


Copyright © 2011 sourceforge. All Rights Reserved.