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

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

#import <CPTTheme.h>

Public Instance Methods

(void) - applyThemeToBackground: [implementation]
 Applies the background theme to the provided graph. More...
 
(void) - applyThemeToPlotArea: [implementation]
 Applies the theme to the provided plot area. More...
 
(void) - applyThemeToAxisSet: [implementation]
 Applies the theme to the provided axis set. More...
 
Theme Usage
(nullable id- newGraph
 Creates a new graph styled with the theme. More...
 
(void) - applyThemeToBackground:
 
(void) - applyThemeToPlotArea:
 
(void) - applyThemeToAxisSet:
 

Detailed Description

CPTTheme abstract methods—must be overridden by subclasses.

Method Documentation

◆ applyThemeToAxisSet: [1/2]

- (void) applyThemeToAxisSet: (nonnull CPTAxisSet *__unused)  axisSet
implementation

Applies the theme to the provided axis set.

Parameters
axisSetThe axis set to style.

Extends class CPTTheme.

◆ applyThemeToAxisSet: [2/2]

- (void) applyThemeToAxisSet: (nonnull CPTAxisSet *)  axisSet

Extends class CPTTheme.

◆ applyThemeToBackground: [1/2]

- (void) applyThemeToBackground: (nonnull CPTGraph *__unused)  graph
implementation

Applies the background theme to the provided graph.

Parameters
graphThe graph to style.

Extends class CPTTheme.

◆ applyThemeToBackground: [2/2]

- (void) applyThemeToBackground: (nonnull CPTGraph *)  graph

Extends class CPTTheme.

◆ applyThemeToPlotArea: [1/2]

- (void) applyThemeToPlotArea: (nonnull CPTPlotAreaFrame *__unused)  plotAreaFrame
implementation

Applies the theme to the provided plot area.

Parameters
plotAreaFrameThe plot area to style.

Extends class CPTTheme.

◆ applyThemeToPlotArea: [2/2]

- (void) applyThemeToPlotArea: (nonnull CPTPlotAreaFrame *)  plotAreaFrame

Extends class CPTTheme.

◆ newGraph

- (nullable id) newGraph

Creates a new graph styled with the theme.

Returns
The new graph.

Extends class CPTTheme.


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