Up

AFGrid class documentation

Authors

Stefan Urbanek

Copyright: (C) 2002 Stefan Urbanek

Software documentation for the AFGrid class

AFGrid : NSObject

Declared in:
AgentFarms/AFGrid.h

Description forthcoming.

Method summary

allObjects

- (NSArray*) allObjects;

Description forthcoming.


containsObject:

- (BOOL) containsObject: (id)anObject;

Description forthcoming.


initWithWidth:height:

- (id) initWithWidth: (unsigned int)w height: (unsigned int)h;

Description forthcoming.


locationOfObject:

- (NSPoint) locationOfObject: (id)anObject;

Description forthcoming.


moveObject:direction:

- (void) moveObject: (id)anObject direction: (AFGridDirection)dir;

Description forthcoming.


putObject:atLocation:

- (void) putObject: (id)anObject atLocation: (NSPoint)point;

Description forthcoming.


removeAllObjects

- (void) removeAllObjects;

Description forthcoming.


removeObject:

- (void) removeObject: (id)anObject;

Description forthcoming.


setWraps:

- (void) setWraps: (BOOL)flag;

Description forthcoming.


wraps

- (BOOL) wraps;

Description forthcoming.



Up