Clutter::Behaviour::Bspline.3pm

Langue: en

Version: 2008-02-20 (mandriva - 01/05/08)

Section: 3 (Bibliothèques de fonctions)

NAME

Clutter::Behaviour::Bspline

HIERARCHY

   Glib::Object
   +----Clutter::Behaviour
        +----Clutter::Behaviour::Bspline
 
 

INTERFACES

   Glib::Object::_Unregistered::ClutterScriptable
 
 

METHODS


behaviour = Clutter::Behaviour::Bspline->new ($alpha, $knot=undef, ...)


behaviour = Clutter::Behaviour::Bspline->new ($alpha, $knot=undef, ...)

$alpha (Clutter::Alpha or undef)
$knot (Clutter::Knot or undef)
... (list)

$bspline->adjust ($offset, $knot)


$bspline->adjust ($offset, $knot)

$offset (integer)
$knot (Clutter::Knot)

$bspline->append_knot ($knot, ...)


$bspline->append_knot ($knot, ...)

... (list) list of knots

$bspline->clear


$bspline->clear


$bspline1->join ($bspline2)


$bspline1->join ($bspline2)

$bspline2 (Clutter::Behaviour::Bspline)

knot = $bspline->get_origin


knot = $bspline->get_origin


$bspline->set_origin ($knot)


$bspline->set_origin ($knot)

$knot (Clutter::Knot)

behaviour = $bspline->split ($offset)


behaviour = $bspline->split ($offset)

$offset (integer)

$bspline->truncate ($offset)


$bspline->truncate ($offset)

$offset (integer)

SIGNALS

knot-reached (Clutter::Behaviour::Bspline, Clutter::Knot)

SEE ALSO

Clutter, Glib::Object, Clutter::Behaviour Copyright (C) 2006 OpenedHand Ltd.

This module is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public Library version 2.1, or under the terms of the Artistic License. See Clutter for the full copyright notice.