Core Plot (iOS and tvOS)
Cocoa plotting framework for macOS, iOS, and tvOS
CPTAnimationPeriod(AbstractMethods) Category Reference

CPTAnimationPeriod abstract methods—must be overridden by subclasses. More...

#import <CPTAnimationPeriod.h>

Public Instance Methods

Initialization
(void) - setStartValueFromObject:propertyGetter:
 
Interpolation
(nonnull NSValue *) - tweenedValueForProgress:
 
Comparison
(BOOL- canStartWithValueFromObject:propertyGetter:
 

Detailed Description

CPTAnimationPeriod abstract methods—must be overridden by subclasses.

Method Documentation

◆ canStartWithValueFromObject:propertyGetter:

- (BOOL) canStartWithValueFromObject: (nonnull id boundObject
propertyGetter: (nonnull SEL boundGetter 

Extends class CPTAnimationPeriod.

◆ setStartValueFromObject:propertyGetter:

- (void) setStartValueFromObject: (nonnull id boundObject
propertyGetter: (nonnull SEL boundGetter 

Extends class CPTAnimationPeriod.

◆ tweenedValueForProgress:

- (nonnull NSValue *) tweenedValueForProgress: (CGFloat progress

Extends class CPTAnimationPeriod.


The documentation for this category was generated from the following file: