RadialGradientBrush

Description

The RadialGradientBrush class is used for background radial gradient fill.

Inheritance Hierarchy

          NSObject

          Brush

          GradientBrush

          RadialGradientBrush

Supported Protocols

<NSCoding>

<NSCopying>

Categories

RadialGradientBrush(Charting)

Comments

A focal point defines the beginning of the gradient, and a circle defines the end point of the gradient. A set and offset of colors are determined by the gradientStops property.

Properties

center. Radial gradient center.

Properties inherited from GradientBrush

gradientStops. Gradient transition point.

Properties inherited from Brush

opacity. Brush transparency.

mainColor. Main brush color.

Methods inherited from GradientBrush

calcMaxDistance:toEdges:. Calculates maximum distance between the specified point and borders of rectangular area.

gradient. Creates an instance of gradient object.

Methods inherited from Brush

applyToContext:path:rect:. Applies brush parameters for the specified graphic context.

Methods added from RadialGradientBrush(Charting)

dumpConfiguration. Returns the object, to which partial brush parameters are loaded.

dumpConfigurationToDict. Returns the object to which the brush parameters are loaded.

Methods added from GradientBrush(Charting)

dumpGradientStops. Returns object that stores parameters of gradient colors and their positions.

Methods added from Brush(Charting)

dumpConfigurationToDict. Returns the object to which the brush parameters are loaded.

Static methods added from RadialGradientBrush(Charting)

radialGradientBrushWithDict:. Creates a brush instance according to the specified parameters.

Static methods added from Brush(Charting)

brushWithDict:. Creates a brush instance according to the specified parameters.

See also:

Working with Common Classes