Method Summary |
|
__init__ (self,
*args)
Initialise the element with the underlying 'args'. |
|
createSVGMatrixComponents(self,
a,
b,
c,
d,
e,
f)
|
|
createSVGPath(self)
|
|
createSVGRect(self)
|
|
createSVGRGBColor(self,
red,
green,
blue)
|
|
getCurrentFocusedObject(self)
|
|
getCurrentTime(self)
|
|
moveFocus(self,
motionType)
|
|
setCurrentTime(self,
setCurrentTime)
|
|
setFocus(self,
object)
|
Inherited from SVGTimedElement |
|
pauseElement (self)
|
|
resumeElement (self)
|
Inherited from SVGNode |
|
xpath (self,
expr,
variables,
namespaces)
Evaluate the given 'expr' using the optional 'variables' and
'namespaces'. |
Inherited from Node |
|
__eq__ (self,
other)
|
|
__hash__ (self)
|
|
__ne__ (self,
other)
|
|
appendChild (self,
tmp)
|
|
as_native_node (self)
|
|
cloneNode (self,
deep)
|
|
createAttribute (self,
name)
|
|
createAttributeNS (self,
ns,
name)
|
|
createCDATASection (self,
value)
|
|
createComment (self,
value)
|
|
createElement (self,
name)
|
|
createElementNS (self,
ns,
name)
|
|
createTextNode (self,
value)
|
|
getAttribute (self,
name)
|
|
getAttributeNode (self,
localName)
|
|
getAttributeNodeNS (self,
ns,
localName)
|
|
getAttributeNS (self,
ns,
localName)
|
|
getElementById (self,
identifier)
|
|
getElementsByTagName (self,
tagName)
|
|
getElementsByTagNameNS (self,
namespaceURI,
localName)
|
|
hasAttribute (self,
name)
|
|
hasAttributeNS (self,
ns,
localName)
|
|
importNode (self,
node,
deep)
|
|
insertBefore (self,
tmp,
oldNode)
|
|
isSameNode (self,
other)
|
|
normalize (self)
|
|
removeAttribute (self,
name)
|
|
removeAttributeNS (self,
ns,
localName)
|
|
removeChild (self,
tmp)
|
|
replaceChild (self,
tmp,
oldNode)
|
|
setAttribute (self,
name,
value)
|
|
setAttributeNode (self,
node)
|
|
setAttributeNodeNS (self,
node)
|
|
setAttributeNS (self,
ns,
name,
value)
|
|
toFile (self,
f,
encoding,
prettyprint)
|
|
toStream (self,
stream,
encoding,
prettyprint)
|
|
toString (self,
encoding,
prettyprint)
|
Inherited from object |
|
__delattr__ (...)
x.__delattr__('name') <==> del x.name... |
|
__getattribute__ (...)
x.__getattribute__('name') <==> x.name... |
|
__new__ (T,
S,
...)
T.__new__(S, ...) -> a new object with type S, a subtype of T... |
|
__reduce__ (...)
helper for pickle... |
|
__reduce_ex__ (...)
helper for pickle... |
|
__repr__ (x)
x.__repr__() <==> repr(x)... |
|
__setattr__ (...)
x.__setattr__('name', value) <==> x.name = value... |
|
__str__ (x)
x.__str__() <==> str(x)... |
Inherited from EventTarget |
|
addEventListener (self,
type,
listener,
useCapture)
For the given event 'type', register the given 'listener' for events in
the capture phase if 'useCapture' is a true value, or for events in the
target and bubble phases otherwise. |
|
addEventListenerNS (self,
namespaceURI,
type,
listener,
useCapture,
group)
For the given 'namespaceURI' and event 'type', register the given
'listener' for events in the capture phase if 'useCapture' is a true
value, or for events in the target and bubble phases otherwise. |
|
dispatchEvent (self,
evt)
For this node, dispatch event 'evt' to the registered listeners. |
|
removeEventListener (self,
type,
listener,
useCapture)
For the given event 'type', deregister the given 'listener' for events
in the capture phase if 'useCapture' is a true value, or for events in
the target and bubble phases otherwise. |
|
removeEventListenerNS (self,
namespaceURI,
type,
listener,
useCapture)
For the given 'namespaceURI' and event 'type', deregister the given
'listener' for events in the capture phase if 'useCapture' is a true
value, or for events in the target and bubble phases otherwise. |
Inherited from TraitAccess |
|
getMatrixTrait (self,
name)
|
|
getPathTrait (self,
name)
|
|
getRectTrait (self,
name)
|
|
setMatrixTrait (self,
name,
matrix)
|
|
setPathTrait (self,
name,
path)
|
|
setRectTrait (self,
name,
rect)
|