org.gwtopenmaps.openlayers.client.symbolizer
Class TextSymbolizerOptions

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
      extended by org.gwtopenmaps.openlayers.client.symbolizer.SymbolizerOptions
          extended by org.gwtopenmaps.openlayers.client.symbolizer.TextSymbolizerOptions

public class TextSymbolizerOptions
extends SymbolizerOptions

Author:
lorenzo

Constructor Summary
TextSymbolizerOptions()
           
 
Method Summary
 void setFontFamily(String family)
          APIProperty: fontFamily {String} The font family for the label.
 void setFontSize(String size)
          APIProperty: fontSize {String} The font size for the label.
 void setFontStyle(String fontStyle)
          Property: fontStyle {String} The font style for the label.
 void setFontWeight(String weight)
          APIProperty: fontWeight {String} The font weight for the label.
 void setLabel(String label)
          APIProperty: label {String} The text for the label.
 
Methods inherited from class org.gwtopenmaps.openlayers.client.symbolizer.SymbolizerOptions
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

TextSymbolizerOptions

public TextSymbolizerOptions()
Method Detail

setFontSize

public void setFontSize(String size)
APIProperty: fontSize {String} The font size for the label.


setLabel

public void setLabel(String label)
APIProperty: label {String} The text for the label.


setFontFamily

public void setFontFamily(String family)
APIProperty: fontFamily {String} The font family for the label.


setFontWeight

public void setFontWeight(String weight)
APIProperty: fontWeight {String} The font weight for the label.


setFontStyle

public void setFontStyle(String fontStyle)
Property: fontStyle {String} The font style for the label.



Copyright © 2011 sourceforge. All Rights Reserved.