org.gwtopenmaps.openlayers.client.style
Class SymbolizerText
java.lang.Object
org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
org.gwtopenmaps.openlayers.client.style.Symbolizer
org.gwtopenmaps.openlayers.client.style.SymbolizerText
public class SymbolizerText
- extends Symbolizer
- Author:
- Maciej Jezierski - Pinocchio
A symbolizer used to render text labels for features
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SymbolizerText
public SymbolizerText(JSObject config)
SymbolizerText
public SymbolizerText()
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.