com.ebmwebsourcing.geasytools.geasysvg.core.api
Interface IContainer
- All Known Subinterfaces:
- IGroup, IMarker, ISVGDocument, ISVGDocumentExt
- All Known Implementing Classes:
- Group, GroupJSNI, Marker, MarkerJSNI, SVGDocument, SVGDocumentJSNI
public interface IContainer
appendChild
void appendChild(ISVGElement svgElement)
removeChild
void removeChild(ISVGElement svgElement)
getChildren
java.util.HashSet<ISVGElement> getChildren()
getElementById
ISVGElement getElementById(java.lang.String id)
getAbsoluteLeft
int getAbsoluteLeft()
getAbsoluteTop
int getAbsoluteTop()
Copyright © 2010-2011 Petals Link. All Rights Reserved.