Up
Authors
- Manuel Guesdon (
mguesdon@orange-concept.com
)
-
Version: 1.4
Date: 2003/03/21 14:32:54
Copyright: (C) 1999-2003 Free Software Foundation, Inc.
- Declared in:
- Foundation/GSWGeometricRegion.h
Standards:
Description forthcoming.
Instance Variables
Method summary
+ (id) arcRegionWithShape: (NSString*)shape center: (NSPoint)center size: (NSSize)size start: (int)start stop: (int)stop userDefinedString: (NSString*)userDefinedString userDefinedValue: (id)userDefinedValue;
Description forthcoming.
- (id) copyWithZone: (NSZone*)zone;
Description forthcoming.
- (NSString*) description;
Description forthcoming.
- (BOOL) hitTestX: (int)x y: (int)y;
Description forthcoming.
- (id) initWithShape: (NSString*)shape center: (NSPoint)center size: (NSSize)size start: (int)start stop: (int)stop userDefinedString: (NSString*)userDefinedString;
Description forthcoming.
- (id) initWithShape: (NSString*)shape center: (NSPoint)center size: (NSSize)size start: (int)start stop: (int)stop userDefinedString: (NSString*)userDefinedString userDefinedValue: (id)userDefinedValue;
Description forthcoming.
- (id) initWithShape: (NSString*)shape coordinates: (NSArray*)coords userDefinedString: (NSString*)userDefinedString;
Description forthcoming.
- (id) initWithShape: (NSString*)shape coordinates: (NSArray*)coords userDefinedString: (NSString*)userDefinedString userDefinedValue: (id)userDefinedValue;
Description forthcoming.
Instance Variables for GSWArcRegion Class
@protected NSPoint _center;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSSize _size;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected int _start;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected int _stop;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
- Declared in:
- Foundation/GSWGeometricRegion.h
Standards:
Description forthcoming.
Method summary
+ (id) circularRegionWithShape: (NSString*)shape center: (NSPoint)center diameter: (int)diameter userDefinedString: (NSString*)userDefinedString userDefinedValue: (id)userDefinedValue;
Description forthcoming.
- (NSString*) description;
Description forthcoming.
- (id) initWithShape: (NSString*)shape center: (NSPoint)center diameter: (int)diameter userDefinedString: (NSString*)userDefinedString;
Description forthcoming.
- (id) initWithShape: (NSString*)shape center: (NSPoint)center diameter: (int)diameter userDefinedString: (NSString*)userDefinedString userDefinedValue: (id)userDefinedValue;
Description forthcoming.
- (id) initWithShape: (NSString*)shape coordinates: (NSArray*)coords userDefinedString: (NSString*)userDefinedString;
Description forthcoming.
- (id) initWithShape: (NSString*)shape coordinates: (NSArray*)coords userDefinedString: (NSString*)userDefinedString userDefinedValue: (id)userDefinedValue;
Description forthcoming.
- Declared in:
- Foundation/GSWGeometricRegion.h
Standards:
Description forthcoming.
Method summary
+ (id) ellipseRegionWithShape: (NSString*)shape center: (NSPoint)center size: (NSSize)size userDefinedString: (NSString*)userDefinedString userDefinedValue: (id)userDefinedValue;
Description forthcoming.
- (NSString*) description;
Description forthcoming.
- (id) initWithShape: (NSString*)shape center: (NSPoint)center size: (NSSize)size userDefinedString: (NSString*)userDefinedString;
Description forthcoming.
- (id) initWithShape: (NSString*)shape center: (NSPoint)center size: (NSSize)size userDefinedString: (NSString*)userDefinedString userDefinedValue: (id)userDefinedValue;
Description forthcoming.
- (id) initWithShape: (NSString*)shape coordinates: (NSArray*)coords userDefinedString: (NSString*)userDefinedString;
Description forthcoming.
- (id) initWithShape: (NSString*)shape coordinates: (NSArray*)coords userDefinedString: (NSString*)userDefinedString userDefinedValue: (id)userDefinedValue;
Description forthcoming.
- Declared in:
- Foundation/GSWGeometricRegion.h
- Conforms to:
- NSCopying
Standards:
Description forthcoming.
Instance Variables
Method summary
+ (NSArray*) geometricRegionsWithString: (NSString*)string;
Description forthcoming.
+ (GSWGeometricRegion*) hitTestX: (int)x y: (int)y inRegions: (NSArray*)regions;
Description forthcoming.
+ (GSWGeometricRegion*) regionWithShape: (NSString*)shape coordinates: (NSArray*)coords userDefinedString: (NSString*)userDefinedString;
Description forthcoming.
+ (GSWGeometricRegion*) regionWithShape: (NSString*)shape coordinates: (NSArray*)coords userDefinedString: (NSString*)userDefinedString userDefinedValue: (id)userDefinedValue;
Description forthcoming.
- (id) copyWithZone: (NSZone*)zone;
Description forthcoming.
- (void) dealloc;
Description forthcoming.
- (NSString*) description;
Description forthcoming.
- (BOOL) hitTest: (NSPoint*)point;
Description forthcoming.
- (BOOL) hitTestX: (int)x y: (int)y;
Description forthcoming.
- (id) initWithShape: (NSString*)shape coordinates: (NSArray*)coords userDefinedString: (NSString*)userDefinedString;
Description forthcoming.
- (id) initWithShape: (NSString*)shape coordinates: (NSArray*)coords userDefinedString: (NSString*)userDefinedString userDefinedValue: (id)userDefinedValue;
Description forthcoming.
- (NSString*) userDefinedString;
Description forthcoming.
- (id) userDefinedValue;
Description forthcoming.
Instance Variables for GSWGeometricRegion Class
@protected NSString* _userDefinedString;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected id _userDefinedValue;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
- Declared in:
- Foundation/GSWGeometricRegion.h
Standards:
Description forthcoming.
Instance Variables
Method summary
+ (id) polygonRegionWithShape: (NSString*)shape coordinates: (NSArray*)coords userDefinedString: (NSString*)userDefinedString userDefinedValue: (id)userDefinedValue;
Description forthcoming.
- (NSString*) description;
Description forthcoming.
- (BOOL) hitTestX: (int)x y: (int)y;
Description forthcoming.
- (id) initWithShape: (NSString*)shape coordinates: (NSArray*)coords userDefinedString: (NSString*)userDefinedString;
Description forthcoming.
- (id) initWithShape: (NSString*)shape coordinates: (NSArray*)coords userDefinedString: (NSString*)userDefinedString userDefinedValue: (id)userDefinedValue;
Description forthcoming.
Instance Variables for GSWPolygonRegion Class
@protected NSArray* _points;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
- Declared in:
- Foundation/GSWGeometricRegion.h
Standards:
Description forthcoming.
Instance Variables
Method summary
+ (id) rectangularRegionWithShape: (NSString*)shape rect: (NSRect)rect userDefinedString: (NSString*)userDefinedString userDefinedValue: (id)userDefinedValue;
Description forthcoming.
- (NSString*) description;
Description forthcoming.
- (BOOL) hitTestX: (int)x y: (int)y;
Description forthcoming.
- (id) initWithShape: (NSString*)shape coordinates: (NSArray*)coords userDefinedString: (NSString*)userDefinedString;
Description forthcoming.
- (id) initWithShape: (NSString*)shape coordinates: (NSArray*)coords userDefinedString: (NSString*)userDefinedString userDefinedValue: (id)userDefinedValue;
Description forthcoming.
- (id) initWithShape: (NSString*)shape rect: (NSRect)rect userDefinedString: (NSString*)userDefinedString;
Description forthcoming.
- (id) initWithShape: (NSString*)shape rect: (NSRect)rect userDefinedString: (NSString*)userDefinedString userDefinedValue: (id)userDefinedValue;
Description forthcoming.
Instance Variables for GSWRectangularRegion Class
@protected NSRect _rect;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
Up