com.ebmwebsourcing.gwt.raphael.client.core
Class Circle

java.lang.Object
  extended by com.google.gwt.user.client.ui.UIObject
      extended by com.google.gwt.user.client.ui.Widget
          extended by com.ebmwebsourcing.gwt.raphael.client.core.SVGElement
              extended by com.ebmwebsourcing.gwt.raphael.client.core.Circle
All Implemented Interfaces:
com.google.gwt.event.dom.client.HasClickHandlers, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener

public class Circle
extends SVGElement


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
 
Field Summary
 
Fields inherited from class com.ebmwebsourcing.gwt.raphael.client.core.SVGElement
height, width, x, y
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
Circle(java.lang.String id, int x, int y, int r)
           
 
Method Summary
protected  com.google.gwt.core.client.JavaScriptObject addCircleToCanvas(com.google.gwt.core.client.JavaScriptObject jsObj, int x, int y, int r)
           
protected  com.google.gwt.core.client.JavaScriptObject addConcreteJavascriptElementToCanvas()
           
 int getRadius()
           
 void setHeight(int height)
           
protected  void setJSHeight(com.google.gwt.core.client.JavaScriptObject jsObj, int height)
           
protected  void setJSWidth(com.google.gwt.core.client.JavaScriptObject jsObj, int width)
           
protected  void setJSX(com.google.gwt.core.client.JavaScriptObject jsObj, int x)
           
protected  void setJSY(com.google.gwt.core.client.JavaScriptObject jsObj, int y)
           
 void setWidth(int width)
           
 
Methods inherited from class com.ebmwebsourcing.gwt.raphael.client.core.SVGElement
addClickHandler, addJsElementToCanvas, animate, attr, attr, equals, getCanvas, getHeight, getId, getJsniImpl, getJsref, getWidth, getX, getY, hashCode, hide, isLoaded, remove, rotate, rotate, scale, scale, setCanvas, setJsref, setX, setY, show, toBack, toFront, translate
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
addDomHandler, addHandler, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents
 
Methods inherited from class com.google.gwt.user.client.ui.UIObject
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, toString, unsinkEvents
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Constructor Detail

Circle

public Circle(java.lang.String id,
              int x,
              int y,
              int r)
Parameters:
id -
x -
y -
r -
Method Detail

getRadius

public int getRadius()

addConcreteJavascriptElementToCanvas

protected com.google.gwt.core.client.JavaScriptObject addConcreteJavascriptElementToCanvas()
Specified by:
addConcreteJavascriptElementToCanvas in class SVGElement

addCircleToCanvas

protected com.google.gwt.core.client.JavaScriptObject addCircleToCanvas(com.google.gwt.core.client.JavaScriptObject jsObj,
                                                                        int x,
                                                                        int y,
                                                                        int r)

setWidth

public void setWidth(int width)
Overrides:
setWidth in class SVGElement

setHeight

public void setHeight(int height)
Overrides:
setHeight in class SVGElement

setJSHeight

protected void setJSHeight(com.google.gwt.core.client.JavaScriptObject jsObj,
                           int height)
Specified by:
setJSHeight in class SVGElement

setJSWidth

protected void setJSWidth(com.google.gwt.core.client.JavaScriptObject jsObj,
                          int width)
Specified by:
setJSWidth in class SVGElement

setJSX

protected void setJSX(com.google.gwt.core.client.JavaScriptObject jsObj,
                      int x)
Specified by:
setJSX in class SVGElement

setJSY

protected void setJSY(com.google.gwt.core.client.JavaScriptObject jsObj,
                      int y)
Specified by:
setJSY in class SVGElement


Copyright © 2010 eBM WebSourcing. All Rights Reserved.