Gsk.TransformNode¶
- Subclasses:
None
Methods¶
- Inherited:
class |
|
|
|
Virtual Methods¶
None
Fields¶
None
Class Details¶
- class Gsk.TransformNode¶
- Bases:
- Abstract:
No
A render node applying a
GskTransform
to its single child node.- classmethod new(child, transform)¶
- Parameters:
child (
Gsk.RenderNode
) – The node to transformtransform (
Gsk.Transform
) – The transform to apply
- Returns:
A new
GskRenderNode
- Return type:
Creates a
GskRenderNode
that will transform the given child with the given transform.
- get_child()¶
- Returns:
The child that is getting transformed
- Return type:
Gets the child node that is getting transformed by the given self.
- get_transform()¶
- Returns:
a
GskTransform
- Return type:
Retrieves the
GskTransform
used by the self.