Inherits from GSElement : NSObject
Conforms to NSCoding
NSCopying

Overview

The class defining the node object

It is a subclass of GSElement

Properties

connection

connection type

@property (assign, nonatomic) GSNodeType connection

type

node type

@property (assign, nonatomic) GSNodeType type

Instance Methods

makeNodeFirst

Convenient method to make this the first node in the path.

- (void)makeNodeFirst

toggleConnection

toggles the connection type between SHARP and SMOOTH

- (void)toggleConnection