|
||||||||||
| 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.Raphael
public class Raphael
| 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.google.gwt.user.client.ui.UIObject |
|---|
DEBUG_ID_PREFIX |
| Constructor Summary | |
|---|---|
Raphael(com.google.gwt.user.client.ui.AbsolutePanel ap,
int width,
int height)
|
|
Raphael(com.google.gwt.dom.client.Element e,
int width,
int height)
|
|
Raphael(int x,
int y,
int width,
int height)
|
|
| Method Summary | |
|---|---|
void |
addElement(SVGElement svgElement)
Add an SVG element to the canvas only if it haven't been added yet |
com.google.gwt.user.client.ui.AbsolutePanel |
getHtmlCanvas()
|
com.google.gwt.core.client.JavaScriptObject |
getJsRef()
Return JavaScript reference to current canvas |
java.util.ArrayList<SVGElement> |
getSvgElements()
|
boolean |
isAttached(SVGElement element)
|
void |
removeElement(SVGElement svgElement)
|
void |
setSize(int width,
int height)
|
| 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, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Raphael(int x,
int y,
int width,
int height)
public Raphael(com.google.gwt.user.client.ui.AbsolutePanel ap,
int width,
int height)
public Raphael(com.google.gwt.dom.client.Element e,
int width,
int height)
| Method Detail |
|---|
public com.google.gwt.user.client.ui.AbsolutePanel getHtmlCanvas()
public void setSize(int width,
int height)
public com.google.gwt.core.client.JavaScriptObject getJsRef()
public void removeElement(SVGElement svgElement)
public void addElement(SVGElement svgElement)
svgElement - public boolean isAttached(SVGElement element)
public java.util.ArrayList<SVGElement> getSvgElements()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||