|
Library
|
Instance Methods | |
| (id) | - initWithConsumer: |
| (void) | - lineBegan: |
| (void) | - lineContinued: |
| (void) | - lineEnded: |
Protected Attributes | |
| id< SplineConsumer > | consumer |
| CGPoint | points [4] |
| int | count |
| float | previousCpX |
| float | previousCpY |
| BOOL | lineHasEnded |
Properties | |
| int | numEndSegments |
| - (id) initWithConsumer: | (id<SplineConsumer>) | consumer_p |
Initialize a instance from the class SplineInterpolator with a customer who implements the protocol SplineConsumer Return SplineInterpolator object
| - (void) lineBegan: | (CGPoint) | point |
Point where the signature starts.
| - (void) lineContinued: | (CGPoint) | point |
(Signature)line were calculated with the bezier-algorhythm
| - (void) lineEnded: | (CGPoint) | point |
Last point which the display get from the signatur
1.8.10