Class FilledCallbackImagePainter

  • All Implemented Interfaces:
    CallbackImagePainter

    public class FilledCallbackImagePainter
    extends Object
    implements CallbackImagePainter
    Implementation of a painter that scales to fit the full size of the container.

    The default implementation uses bilinear interpolation when painting the scaled image.

    Aspect ratio is not preserved, see ScaledCallbackImagePainter instead.