com.ebmwebsourcing.geasytools.geasysvg.core.impl
Class Group

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.geasytools.geasysvg.core.impl.SVGElement
              extended by com.ebmwebsourcing.geasytools.geasysvg.core.impl.Group
All Implemented Interfaces:
IContainer, IGroup, ISVGElement, com.google.gwt.event.logical.shared.HasAttachHandlers, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.IsWidget

public class Group
extends SVGElement
implements IGroup


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

Group

public Group(com.google.gwt.user.client.Element element)

Group

public Group(com.google.gwt.user.client.Element element,
             float x,
             float y)
Method Detail

translate

public void translate(float dx,
                      float dy)
Description copied from interface: ISVGElement
Moves the element around the canvas by the given distances.

Specified by:
translate in interface ISVGElement
Overrides:
translate in class SVGElement

appendChild

public void appendChild(ISVGElement svgElement)
Specified by:
appendChild in interface IContainer

getChildren

public java.util.HashSet<ISVGElement> getChildren()
Specified by:
getChildren in interface IContainer

getElementById

public ISVGElement getElementById(java.lang.String id)
Specified by:
getElementById in interface IContainer

setPointerEvents

public void setPointerEvents(java.lang.String pointerEvents)
Specified by:
setPointerEvents in interface IGroup

removeChild

public void removeChild(ISVGElement svgElement)
Specified by:
removeChild in interface IContainer

setX

public void setX(float x)
Specified by:
setX in interface ISVGElement
Overrides:
setX in class SVGElement

setY

public void setY(float y)
Specified by:
setY in interface ISVGElement
Overrides:
setY in class SVGElement


Copyright © 2010-2011 Petals Link. All Rights Reserved.