setPaint method

void setPaint(
  1. Paint p
)

Implementation

void setPaint(Paint p) {
  _paint = p;
}