org.gwtopenmaps.openlayers.client.style
Class SymbolizerTextImpl

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.style.SymbolizerTextImpl

public class SymbolizerTextImpl
extends Object


Constructor Summary
SymbolizerTextImpl()
           
 
Method Summary
static JSObject create()
           
static JSObject create(JSObject config)
           
static String getFontFamily(JSObject self)
           
static String getFontSize(JSObject self)
           
static String getFontStyle(JSObject self)
           
static String getFontWeight(JSObject self)
           
static String getLabel(JSObject self)
           
static void setFontFamily(JSObject self, String fontFamily)
           
static void setFontSize(JSObject self, String fontSize)
           
static void setFontStyle(JSObject self, String fontStyle)
           
static void setFontWeight(JSObject self, String fontWeight)
           
static void setLabel(JSObject self, String label)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SymbolizerTextImpl

public SymbolizerTextImpl()
Method Detail

create

public static JSObject create(JSObject config)

create

public static JSObject create()

setLabel

public static void setLabel(JSObject self,
                            String label)

getLabel

public static String getLabel(JSObject self)

setFontFamily

public static void setFontFamily(JSObject self,
                                 String fontFamily)

getFontFamily

public static String getFontFamily(JSObject self)

setFontSize

public static void setFontSize(JSObject self,
                               String fontSize)

getFontSize

public static String getFontSize(JSObject self)

setFontWeight

public static void setFontWeight(JSObject self,
                                 String fontWeight)

getFontWeight

public static String getFontWeight(JSObject self)

setFontStyle

public static void setFontStyle(JSObject self,
                                String fontStyle)

getFontStyle

public static String getFontStyle(JSObject self)


Copyright © 2011 sourceforge. All Rights Reserved.