Core Plot (macOS)
Cocoa plotting framework for macOS, iOS, and tvOS
CPTDecimalNumberValueTransformer Class Reference

A Cocoa Bindings value transformer for NSDecimalNumber objects. More...

#import <CPTDecimalNumberValueTransformer.h>

+ Inheritance diagram for CPTDecimalNumberValueTransformer:
+ Collaboration diagram for CPTDecimalNumberValueTransformer:

Public Class Methods

(BOOL+ allowsReverseTransformation [implementation]
 Indicates that the receiver can reverse a transformation. More...
 
(nonnull Class+ transformedValueClass [implementation]
 The class of the value returned for a forward transformation. More...
 
- Public Class Methods inherited from NSObject
(id+ alloc
 
(Class+ class
 
(void) + initialize
 
(void) + load
 
(id+ new
 
- Public Class Methods inherited from <NSKeyValueBindingCreation>
(void) + exposeBinding:
 

Additional Inherited Members

- Public Instance Methods inherited from NSObject
(Class- classForCoder
 
(id- copy
 
(void) - dealloc
 
(void) - finalize
 
(id- init
 
(id- mutableCopy
 
- Public Instance Methods inherited from <NSObject>
(NSString *) - description
 
(NSUInteger- hash
 
(BOOL- isEqual:
 
- Public Instance Methods inherited from <NSKeyValueBindingCreation>
(NSArray *) - exposedBindings
 
(Class- valueClassForBinding:
 
(void) - bind:toObject:withKeyPath:options:
 
(NSArray *) - optionDescriptionsForBinding:
 
(NSDictionary *) - infoForBinding:
 
(void) - unbind:
 

Detailed Description

A Cocoa Bindings value transformer for NSDecimalNumber objects.

Method Documentation

◆ allowsReverseTransformation

+ (BOOL) allowsReverseTransformation
implementation

Indicates that the receiver can reverse a transformation.

Returns
YES, the transformation is reversible.

◆ transformedValueClass

+ (nonnull Class) transformedValueClass
implementation

The class of the value returned for a forward transformation.

Returns
Transformed values will be instances of NSNumber.

The documentation for this class was generated from the following files: