Public Member Functions | Properties

FlowLayer Class Reference

#import <FlowLayer.h>

Inheritance diagram for FlowLayer:
ArrowLayer ColorCodingLayer StreamlineLayer

List of all members.

Public Member Functions

(id) - initWithType:isActive:alphaValue:

Properties

NSString * type
BOOL active
float alpha

Detailed Description

Superclass which holds information about a layer


Member Function Documentation

- (id) initWithType: (NSString *)  _type
isActive: (BOOL)  _active
alphaValue: (float)  _alpha 

Initilizes a layer

Parameters:
_typeThe layer type
_activeInformation if layer is active
_alphaThe opacity of the layer
Returns:
The pointer of the object

Property Documentation

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


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines