Up

AFGraphWindow class documentation

Authors

Stefan Urbanek (urbanek@host.sk)

Copyright: (C) 2002 Stefan Urbanek

Software documentation for the AFGraphWindow class

AFGraphWindow : NSObject

Declared in:
FarmingKit/AFGraphWindow.h

Description forthcoming.

Method summary

applyToGraphView:

- (void) applyToGraphView: (AFGraphView*)graphView;

Description forthcoming.


applyToGraphViews:

- (void) applyToGraphViews: (NSArray*)array;

Description forthcoming.


setWindowRect:

- (void) setWindowRect: (AFRect*)rect;

Description forthcoming.


setWindowType:

- (void) setWindowType: (int)type;

Description forthcoming.


windowRect

- (AFRect*) windowRect;

Description forthcoming.


windowType

- (int) windowType;

Description forthcoming.



Up