|
||||||||||
| 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.geasytools.geasysvg.core.impl.SVGElement
com.ebmwebsourcing.geasytools.geasysvg.core.impl.Group
public class Group
| 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.geasytools.geasysvg.core.impl.SVGElement |
|---|
id, impl, x, y |
| Fields inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
DEBUG_ID_PREFIX |
| Constructor Summary | |
|---|---|
Group(com.google.gwt.user.client.Element element)
|
|
Group(com.google.gwt.user.client.Element element,
float x,
float y)
|
|
| Method Summary | |
|---|---|
void |
appendChild(ISVGElement svgElement)
|
java.util.HashSet<ISVGElement> |
getChildren()
|
ISVGElement |
getElementById(java.lang.String id)
|
void |
removeChild(ISVGElement svgElement)
|
void |
setPointerEvents(java.lang.String pointerEvents)
|
void |
setX(float x)
|
void |
setY(float y)
|
void |
translate(float dx,
float dy)
Moves the element around the canvas by the given distances. |
| Methods inherited from class com.ebmwebsourcing.geasytools.geasysvg.core.impl.SVGElement |
|---|
getAbsoluteLeft, getAbsoluteTop, getCanvas, getContainer, getFillColour, getFillOpacity, getHeight, getId, getImpl, getStrokeColour, getStrokeDashArray, getWidth, getX, getY, isVisible, remove, rotate, rotate, scale, scale, setCanvas, setContainer, setFillColour, setFillOpacity, setHeight, setId, setImpl, setStokeColour, setStrokeDashArray, setVisible, setWidth, toBack, toFront |
| Methods inherited from class com.google.gwt.user.client.ui.Widget |
|---|
addAttachHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, 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, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setWidth, toString, unsinkEvents |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.ebmwebsourcing.geasytools.geasysvg.core.api.ISVGElement |
|---|
getCanvas, getContainer, getFillColour, getFillOpacity, getHeight, getId, getStrokeColour, getStrokeDashArray, getWidth, getX, getY, isVisible, remove, rotate, rotate, scale, scale, setCanvas, setContainer, setFillColour, setFillOpacity, setHeight, setId, setStokeColour, setStrokeDashArray, setVisible, setWidth, toBack, toFront |
| Methods inherited from interface com.ebmwebsourcing.geasytools.geasysvg.core.api.IContainer |
|---|
getAbsoluteLeft, getAbsoluteTop |
| Constructor Detail |
|---|
public Group(com.google.gwt.user.client.Element element)
public Group(com.google.gwt.user.client.Element element,
float x,
float y)
| Method Detail |
|---|
public void translate(float dx,
float dy)
ISVGElement
translate in interface ISVGElementtranslate in class SVGElementpublic void appendChild(ISVGElement svgElement)
appendChild in interface IContainerpublic java.util.HashSet<ISVGElement> getChildren()
getChildren in interface IContainerpublic ISVGElement getElementById(java.lang.String id)
getElementById in interface IContainerpublic void setPointerEvents(java.lang.String pointerEvents)
setPointerEvents in interface IGrouppublic void removeChild(ISVGElement svgElement)
removeChild in interface IContainerpublic void setX(float x)
setX in interface ISVGElementsetX in class SVGElementpublic void setY(float y)
setY in interface ISVGElementsetY in class SVGElement
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||