All Packages Class Hierarchy
Note: the "self" object and orientation for this constraint need to be filled in before the constraint is used.
You should make sure that if you use a pacing function which is a slow_in_slow_out that the result of the slow part is 0.2 (== cutoff_point).
Note: the "self" object and orientation for this constraint need to be filled in before the constraint is used.
result = A; if (A < B+K) result = B+K; if (A < C-K) result = C-K; return resultFor the external case, K can be any integer.
Note: the "self" object and orientation for this constraint need to be filled in before the constraint is used.
result = A; if (A < B+K) result = B+K; if (A < C-K) result = C-K; return resultIn this case K is treated as an unsigned 8 bit quantity.
Note: This is now obsolete -- use the style system instead.
Note: the "self" object and orientation for this constraint need to be filled in before the constraint is used.
Note: this will produce useful results only if compose() has already been called to establish a layout.
Note: the "self" object and orientation for this constraint need to be filled in before the constraint is used.