NTStyle
@interface NTStyle : NSObject {
void *swigCPtr;
BOOL swigCMemOwn;
}
A base class for other Style objects.
-
Checks if this object is equal to the specified object.
Declaration
Objective-C
- (BOOL)isEqual:(id)object;
Parameters
object
The reference object.
Return Value
True when objects are equal, false otherwise.
-
Returns the hash value of this object.
Declaration
Objective-C
- (NSUInteger)hash;
Return Value
The hash value of this object.
-
Returns the color of the vector element.
Declaration
Objective-C
- (NTColor *)getColor;
Return Value
The color of the vector element.
-
Undocumented
Declaration
Objective-C
-(void)dealloc;