CurveLayer Class Reference

CALayer Subclass for B-Splines. More...

#import <CurveLayer.h>

List of all members.

Public Member Functions

(id) - initWithStartNode:andEndNode:
 Initializer.
(void) - drawInContext:
 drawInContext: override

Properties

CGPoint startNode
CGPoint endNode


Detailed Description

CALayer Subclass for B-Splines.

Subclasses CALayer to draw B-Splines.


Member Function Documentation

- (void) drawInContext: (CGContextRef)  theContext  

drawInContext: override

Interpolates and creates B-Spline from point1 to point2.

- (id) initWithStartNode: (CGPoint)  point1
andEndNode: (CGPoint)  point2 

Initializer.

Sets startNode and endNode according to positions of point1/point2


Property Documentation

- (CGPoint) endNode [read, write, assign]

- (CGPoint) startNode [read, write, assign]


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

Generated on Wed Jun 3 00:27:59 2009 for Word Tree by  doxygen 1.5.9