|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SVGElement | |
|---|---|
| com.ebmwebsourcing.gwt.raphael.client.core | |
| com.ebmwebsourcing.gwt.raphael.client.core.jsniimpl | |
| Uses of SVGElement in com.ebmwebsourcing.gwt.raphael.client.core |
|---|
| Subclasses of SVGElement in com.ebmwebsourcing.gwt.raphael.client.core | |
|---|---|
class |
Circle
|
class |
Group
|
class |
Line
|
class |
Path
|
class |
Rectangle
|
class |
Text
|
| Methods in com.ebmwebsourcing.gwt.raphael.client.core that return SVGElement | |
|---|---|
SVGElement |
Group.getChildById(java.lang.String id)
|
| Methods in com.ebmwebsourcing.gwt.raphael.client.core that return types with arguments of type SVGElement | |
|---|---|
java.util.Collection<SVGElement> |
Group.getChildren()
|
java.util.ArrayList<SVGElement> |
Raphael.getSvgElements()
|
| Methods in com.ebmwebsourcing.gwt.raphael.client.core with parameters of type SVGElement | |
|---|---|
void |
Group.addChild(SVGElement element)
Adds a child to current group |
void |
Group.addChild(SVGElement element,
int relativeX,
int relativeY)
|
void |
Raphael.addElement(SVGElement svgElement)
Add an SVG element to the canvas only if it haven't been added yet |
boolean |
Raphael.isAttached(SVGElement element)
|
void |
Raphael.removeElement(SVGElement svgElement)
|
| Uses of SVGElement in com.ebmwebsourcing.gwt.raphael.client.core.jsniimpl |
|---|
| Constructors in com.ebmwebsourcing.gwt.raphael.client.core.jsniimpl with parameters of type SVGElement | |
|---|---|
SVGElementJSNIImpl(SVGElement svgelement)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||