Class: Gsk::FillNode
- Inherits:
-
RenderNode
- Object
- RenderNode
- Gsk::FillNode
- Defined in:
- (unknown)
Overview
A render node filling the area given by [structGsk.Path] and [enumGsk.FillRule] with the child node.
Instance Method Summary collapse
-
#child ⇒ Gsk::RenderNode
Gets the child node that is getting drawn by the given node.
-
#fill_rule ⇒ Gsk::FillRule
Retrieves the fill rule used to determine how the path is filled.
-
#initialize(child, path, fill_rule) ⇒ Gsk::FillNode
constructor
Creates a
GskRenderNodethat will fill the child in the area given by path and fill_rule. -
#path ⇒ Gsk::Path
Retrieves the path used to describe the area filled with the contents of the node.
Methods inherited from RenderNode
deserialize, #draw, #get_bounds, #node_type, #ref, #serialize, #unref, #write_to_file
Constructor Details
#initialize(child, path, fill_rule) ⇒ Gsk::FillNode
Creates a GskRenderNode that will fill the child in the area
given by path and fill_rule.
Instance Method Details
#child ⇒ Gsk::RenderNode
Gets the child node that is getting drawn by the given node.
#fill_rule ⇒ Gsk::FillRule
Retrieves the fill rule used to determine how the path is filled.
#path ⇒ Gsk::Path
Retrieves the path used to describe the area filled with the contents of the node.