Library
Instance Methods | Protected Attributes | Properties | List of all members
SplineInterpolator Class Reference
Inheritance diagram for SplineInterpolator:

Instance Methods

(id) - initWithConsumer:
 
(void) - lineBegan:
 
(void) - lineContinued:
 
(void) - lineEnded:
 

Protected Attributes

id< SplineConsumerconsumer
 
CGPoint points [4]
 
int count
 
float previousCpX
 
float previousCpY
 
BOOL lineHasEnded
 

Properties

int numEndSegments
 

Method Documentation

- (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


The documentation for this class was generated from the following files: