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 Painter s. |
Enum | Description |
---|---|
AbstractPainter.Interpolation |
An enum representing the possible interpolation values of Bicubic, Bilinear, and
Nearest Neighbor.
|
Copyright © 2013. All Rights Reserved.