org.gwtopenmaps.openlayers.client
Class StyleImpl

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.StyleImpl

public class StyleImpl
extends Object

Author:
Edwin Commandeur - Atlis EJS, Curtis Jensen, Rafael Ceravolo - LOGANN, Lukas Johansson

Constructor Summary
StyleImpl()
           
 
Method Summary
static JSObject create()
           
static JSObject create(String string)
           
static JSObject createSymbolizer(JSObject self, JSObject feature, String intent)
           
static String getBackgroundGraphic(JSObject self)
           
static int getBackgroundGraphicZIndex(JSObject self)
           
static int getBackgroundHeight(JSObject self)
           
static int getBackgroundWidth(JSObject self)
           
static String getCursor(JSObject self)
           
static String getExternalGraphic(JSObject self)
           
static boolean getFill(JSObject self)
           
static double getFillOpacity(JSObject self)
           
static String getFontColor(JSObject self)
           
static String getFontFamily(JSObject self)
           
static String getFontSize(JSObject self)
           
static String getFontWeight(JSObject self)
           
static boolean getGraphic(JSObject self)
           
static int getGraphicHeight(JSObject self)
           
static String getGraphicName(JSObject self)
           
static String getGraphicTitle(JSObject object)
           
static int getGraphicWidth(JSObject self)
           
static int getGraphicZIndex(JSObject self)
           
static String getId(JSObject self)
           
static String getLabel(JSObject self)
           
static String getLabelAlign(JSObject self)
           
static String getName(JSObject self)
           
static double getPointRadiusAsDouble(JSObject self)
           
static String getPointRadiusAsString(JSObject self)
           
static String getRotation(JSObject self)
           
static boolean getStroke(JSObject self)
           
static String getStrokeColor(JSObject self)
           
static String getStrokeDashstyle(JSObject self)
           
static String getStrokeLinecap(JSObject self)
           
static double getStrokeOpacity(JSObject self)
           
static double getStrokeWidth(JSObject self)
           
static void setBackgroundGraphic(JSObject self, String backgroundGraphic)
           
static void setBackgroundGraphicSize(JSObject self, int backgroundWidth, int backgroundHeight)
           
static void setBackgroundGraphicZIndex(JSObject self, int backgroundGraphicZIndex)
           
static void setBackgroundHeight(JSObject self, int backgroundHeight)
           
static void setBackgroundOffset(JSObject self, int backgroundXOffset, int backgroundYOffset)
           
static void setBackgroundWidth(JSObject self, int backgroundWidth)
           
static void setCursor(JSObject self, String cursor)
           
static void setExternalGraphic(JSObject self, String graphicURL)
           
static void setFill(JSObject self, boolean fill)
           
static void setFillOpacity(JSObject self, double o)
           
static void setFontColor(JSObject self, String fontColor)
           
static void setFontFamily(JSObject self, String fontFamily)
           
static void setFontSize(JSObject self, String fontSize)
           
static void setFontWeight(JSObject self, String fontWeight)
           
static void setGraphic(JSObject self, boolean graphic)
           
static void setGraphicName(JSObject self, String graphicName)
           
static void setGraphicOffset(JSObject self, int xOffset, int yOffset)
           
static void setGraphicSize(JSObject self, int width, int height)
           
static void setGraphicTitle(JSObject self, String graphicTitle)
           
static void setGraphicZIndex(JSObject self, int graphicZIndex)
           
static void setLabel(JSObject self, String label)
           
static void setLabelAlign(JSObject self, String labelAlign)
           
static void setPointRadius(JSObject self, double o)
           
static void setPointRadius(JSObject self, String o)
           
static void setRotation(JSObject self, String o)
           
static void setStroke(JSObject self, boolean stroke)
           
static void setStrokeColor(JSObject self, String s)
           
static void setStrokeDashstyle(JSObject self, String strokeDashstyle)
           
static void setStrokeLinecap(JSObject self, String strokeLinecap)
           
static void setStrokeOpacity(JSObject self, double strokeOpacity)
           
static void setStrokeWidth(JSObject self, double w)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StyleImpl

public StyleImpl()
Method Detail

create

public static JSObject create()

create

public static JSObject create(String string)

getId

public static String getId(JSObject self)

getName

public static String getName(JSObject self)

setFillOpacity

public static void setFillOpacity(JSObject self,
                                  double o)

getFillOpacity

public static double getFillOpacity(JSObject self)

setRotation

public static void setRotation(JSObject self,
                               String o)

getRotation

public static String getRotation(JSObject self)

setPointRadius

public static void setPointRadius(JSObject self,
                                  double o)

getPointRadiusAsDouble

public static double getPointRadiusAsDouble(JSObject self)

setPointRadius

public static void setPointRadius(JSObject self,
                                  String o)

getPointRadiusAsString

public static String getPointRadiusAsString(JSObject self)

setStrokeColor

public static void setStrokeColor(JSObject self,
                                  String s)

getStrokeColor

public static String getStrokeColor(JSObject self)

setStrokeWidth

public static void setStrokeWidth(JSObject self,
                                  double w)

getStrokeWidth

public static double getStrokeWidth(JSObject self)

setExternalGraphic

public static void setExternalGraphic(JSObject self,
                                      String graphicURL)

getExternalGraphic

public static String getExternalGraphic(JSObject self)

setGraphicSize

public static void setGraphicSize(JSObject self,
                                  int width,
                                  int height)

getGraphicWidth

public static int getGraphicWidth(JSObject self)

getGraphicHeight

public static int getGraphicHeight(JSObject self)

setGraphicOffset

public static void setGraphicOffset(JSObject self,
                                    int xOffset,
                                    int yOffset)

setBackgroundGraphic

public static void setBackgroundGraphic(JSObject self,
                                        String backgroundGraphic)

getBackgroundGraphic

public static String getBackgroundGraphic(JSObject self)

setGraphicZIndex

public static void setGraphicZIndex(JSObject self,
                                    int graphicZIndex)

getGraphicZIndex

public static int getGraphicZIndex(JSObject self)

setBackgroundGraphicZIndex

public static void setBackgroundGraphicZIndex(JSObject self,
                                              int backgroundGraphicZIndex)

getBackgroundGraphicZIndex

public static int getBackgroundGraphicZIndex(JSObject self)

setBackgroundOffset

public static void setBackgroundOffset(JSObject self,
                                       int backgroundXOffset,
                                       int backgroundYOffset)

setBackgroundWidth

public static void setBackgroundWidth(JSObject self,
                                      int backgroundWidth)

getBackgroundWidth

public static int getBackgroundWidth(JSObject self)

setBackgroundHeight

public static void setBackgroundHeight(JSObject self,
                                       int backgroundHeight)

getBackgroundHeight

public static int getBackgroundHeight(JSObject self)

setBackgroundGraphicSize

public static void setBackgroundGraphicSize(JSObject self,
                                            int backgroundWidth,
                                            int backgroundHeight)

setLabel

public static void setLabel(JSObject self,
                            String label)

getLabel

public static String getLabel(JSObject self)

setFontColor

public static void setFontColor(JSObject self,
                                String fontColor)

getFontColor

public static String getFontColor(JSObject self)

setFontSize

public static void setFontSize(JSObject self,
                               String fontSize)

getFontSize

public static String getFontSize(JSObject self)

setFontFamily

public static void setFontFamily(JSObject self,
                                 String fontFamily)

getFontFamily

public static String getFontFamily(JSObject self)

setFontWeight

public static void setFontWeight(JSObject self,
                                 String fontWeight)

getFontWeight

public static String getFontWeight(JSObject self)

setLabelAlign

public static void setLabelAlign(JSObject self,
                                 String labelAlign)

getLabelAlign

public static String getLabelAlign(JSObject self)

setStrokeOpacity

public static void setStrokeOpacity(JSObject self,
                                    double strokeOpacity)

getStrokeOpacity

public static double getStrokeOpacity(JSObject self)

setStrokeLinecap

public static void setStrokeLinecap(JSObject self,
                                    String strokeLinecap)

getStrokeLinecap

public static String getStrokeLinecap(JSObject self)

setStrokeDashstyle

public static void setStrokeDashstyle(JSObject self,
                                      String strokeDashstyle)

getStrokeDashstyle

public static String getStrokeDashstyle(JSObject self)

setFill

public static void setFill(JSObject self,
                           boolean fill)

getFill

public static boolean getFill(JSObject self)

setStroke

public static void setStroke(JSObject self,
                             boolean stroke)

getStroke

public static boolean getStroke(JSObject self)

setGraphic

public static void setGraphic(JSObject self,
                              boolean graphic)

getGraphic

public static boolean getGraphic(JSObject self)

setCursor

public static void setCursor(JSObject self,
                             String cursor)

getCursor

public static String getCursor(JSObject self)

setGraphicName

public static void setGraphicName(JSObject self,
                                  String graphicName)

getGraphicName

public static String getGraphicName(JSObject self)

setGraphicTitle

public static void setGraphicTitle(JSObject self,
                                   String graphicTitle)

getGraphicTitle

public static String getGraphicTitle(JSObject object)

createSymbolizer

public static JSObject createSymbolizer(JSObject self,
                                        JSObject feature,
                                        String intent)


Copyright © 2011 sourceforge. All Rights Reserved.