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
GskTransformto 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
GskRenderNodethat 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
GskTransformused by the self.