Brush

Description

The Brush class is used to fill background.

Inheritance Hierarchy

          NSObject

          Brush

Supported Protocols

<NSCoding>

<NSCopying>

Categories

Brush(Charting)

Comments

Classes that are used to work with various brush types:

Properties

opacity. Brush transparency.

mainColor. Main brush color.

Methods

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

Methods added from Brush(Charting)

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

Static methods added from Brush(Charting)

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

See also:

Working with Common Classes