Go to the first, previous, next, last section, table of contents.

Packer interface description

* mkPacker attr components
create an instance of the Packer geometry manager, initially controlling components. The function returns a Packer handle which can be used to dynamically modify the set of components the geometry manager controls.

* addPackerComponents packer attrs ls
add a set of components to a packer.

* setPackerComponents packer attrs ls
replace the current set of components under the packer's control.

* getPackerComponents packer
return the current set of components.

* resizePacker packer
change the size of the bounding box allocated to the packer.

* getPackerSize packer
return current size of packer.

* getPackerGeo packer
return current geometric requirements for the packer.

* getPackerElts packer
return current set of components and the attributes they are being packed with.

Go to the first, previous, next, last section, table of contents.