| Interface | Description |
|---|---|
| Painter<T> |
A painting delegate.
|
| Class | Description |
|---|---|
| AbstractPainter<T> |
A convenient base class from which concrete
Painter implementations may
extend. |
| CompoundPainter<T> |
A
Painter implementation composed of an array of Painters. |
| Enum | Description |
|---|---|
| AbstractPainter.Interpolation |
An enum representing the possible interpolation values of Bicubic, Bilinear, and
Nearest Neighbor.
|
Copyright © 2014. All Rights Reserved.