#include <SkBGViewArtist.h>
Inherits SkView::Artist.
Public Member Functions | |
SkBGViewArtist (SkColor c=SK_ColorWHITE) | |
virtual | ~SkBGViewArtist () |
const SkPaint & | paint () const |
SkPaint & | paint () |
Protected Member Functions | |
virtual void | onDraw (SkView *, SkCanvas *) |
virtual void | onInflate (const SkDOM &, const SkDOM::Node *) |
Definition at line 23 of file SkBGViewArtist.h.
SkBGViewArtist::SkBGViewArtist | ( | SkColor | c = SK_ColorWHITE |
) |
virtual SkBGViewArtist::~SkBGViewArtist | ( | ) | [virtual] |
Implements SkView::Artist.
virtual void SkBGViewArtist::onInflate | ( | const SkDOM & | , | |
const SkDOM::Node * | ||||
) | [protected, virtual] |
Reimplemented from SkView::Artist.
SkPaint& SkBGViewArtist::paint | ( | ) | [inline] |
Definition at line 29 of file SkBGViewArtist.h.
const SkPaint& SkBGViewArtist::paint | ( | ) | const [inline] |
Definition at line 28 of file SkBGViewArtist.h.