#import <FlowLayer.h>
Public Member Functions | |
(id) | - initWithType:isActive:alphaValue: |
Properties | |
NSString * | type |
BOOL | active |
float | alpha |
Superclass which holds information about a layer
- (id) initWithType: | (NSString *) | _type | |
isActive: | (BOOL) | _active | |
alphaValue: | (float) | _alpha | |
Initilizes a layer
_type | The layer type |
_active | Information if layer is active |
_alpha | The opacity of the layer |
- (BOOL) active [read, write, assign] |
Defines if the layer is active
- (float) alpha [read, write, assign] |
Defines the opacity of the layer
- (NSString *) type [read, write, retain] |
Defines the type of the layer