|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.ebmwebsourcing.gwt.raphael.client.core.SVGElement
com.ebmwebsourcing.gwt.raphael.client.core.Rectangle
public class Rectangle
| 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 | |
|---|---|
Rectangle(java.lang.String id,
int x,
int y,
int width,
int height,
int radius)
|
|
| Method Summary | |
|---|---|
protected com.google.gwt.core.client.JavaScriptObject |
addConcreteJavascriptElementToCanvas()
|
protected com.google.gwt.core.client.JavaScriptObject |
addRectToCanvas(com.google.gwt.core.client.JavaScriptObject jsObj,
int x,
int y,
int w,
int h,
int r)
|
int |
getRadius()
|
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)
|
| 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, setHeight, setJsref, setWidth, 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 |
|---|
public Rectangle(java.lang.String id,
int x,
int y,
int width,
int height,
int radius)
| Method Detail |
|---|
public int getRadius()
protected void setJSX(com.google.gwt.core.client.JavaScriptObject jsObj,
int x)
setJSX in class SVGElement
protected void setJSY(com.google.gwt.core.client.JavaScriptObject jsObj,
int y)
setJSY in class SVGElementprotected com.google.gwt.core.client.JavaScriptObject addConcreteJavascriptElementToCanvas()
addConcreteJavascriptElementToCanvas in class SVGElement
protected com.google.gwt.core.client.JavaScriptObject addRectToCanvas(com.google.gwt.core.client.JavaScriptObject jsObj,
int x,
int y,
int w,
int h,
int r)
protected void setJSHeight(com.google.gwt.core.client.JavaScriptObject jsObj,
int height)
setJSHeight in class SVGElement
protected void setJSWidth(com.google.gwt.core.client.JavaScriptObject jsObj,
int width)
setJSWidth in class SVGElement
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||