Paint

public final class Paint

Paint controls options applied when drawing. Paint collects all options outside of the Canvas clip and Canvas matrix. Various options apply to strokes and fills, and images. Paint collects effects and filters that describe single-pass and multiple-pass algorithms that alter the drawing geometry, color, and transparency. For instance, Paint does not directly implement dashing or blur, but contains the objects that do so.