21 #import <ArcGIS/AGSObject.h> 22 #import <ArcGIS/AGSJSONSerializable.h> 23 #import <ArcGIS/AGSColor.h> 24 #import <ArcGIS/AGSImage.h> 25 #import <ArcGIS/AGSScreen.h> 54 #pragma mark initializers 57 #pragma mark properties 66 -(id<
AGSCancelable>)createSwatchWithCompletion:(
void(^)(AGSImage * __nullable swatch, NSError * __nullable error))completion;
75 -(id<
AGSCancelable>)createSwatchWithBackgroundColor:(nullable AGSColor *)backgroundColor
76 screen:(nullable AGSScreen *)screen
77 completion:(
void(^)(AGSImage * __nullable swatch, NSError * __nullable error))completion;
89 width:(NSInteger)width
90 height:(NSInteger)height
91 screen:(nullable AGSScreen *)screen
92 backgroundColor:(nullable AGSColor *)backgroundColor
93 completion:(
void(^)(AGSImage * __nullable swatch, NSError * __nullable error))completion;
95 -(nullable id<
AGSCancelable>)createSwatchWithWidth:(NSInteger)width
96 height:(NSInteger)height
97 screen:(nullable AGSScreen *)screen
98 backgroundColor:(nullable AGSColor *)backgroundColor
99 completion:(
void(^)(AGSImage * __nullable swatch, NSError * __nullable error))completion;
106 -(BOOL)isEqualToSymbol:(
AGSSymbol*)other;
Definition: AGSSymbol.h:35
Defines common members for all specific types of geometry.
Definition: AGSGeometry.h:106
A symbol used to display a graphic or a feature.
Definition: AGSSymbol.h:51
AGSSymbolAngleAlignment
Definition: AGSSymbol.h:33
Definition: AGSSymbol.h:34
Definition: AGSObject.h:21
A protocol to convert objects to and from JSON.
Definition: AGSJSONSerializable.h:32
A protocol exposed by operations that allow cancellation.
Definition: AGSCancelable.h:32