NAME
CSS::SpriteMaker::Layout::Packed::Node - A node of the Packed Layout
VERSION
Version 0.01
METHODS
new
Node constructor.
Parameters:
- X coordinate.
- Y coordinate.
- Image width.
- Image height.
- Flag to determine if the node is used.
- Down (Node class).
- Right (Node class).
find
Find a node to allocate this image size (width, height).
Node to search in.
Parameters:
grow
Grow the canvas to the most appropriate direction.
Parameters:
clone
Clone this object.
grow_right
Grow the canvas to the right.
Parameters:
grow_down
Grow the canvas down.
Parameters:
split
Split the node to allocate a new one of this size.
Parameters:
2 POD Errors
The following errors were encountered while parsing the POD:
- Around line 160:
'=item' outside of any '=over'
- Around line 201:
'=item' outside of any '=over'