Interface ContourPlot.PixelBase

All Known Implementing Classes:
ContourPlot.Pixel
Enclosing class:
ContourPlot

public static interface ContourPlot.PixelBase
Basic interface for Pixel classes of ContourPlot.ImgBase implementations.
An implementation of PixelBase stores a position and works like a pointer into the data of an image. An instance of PixelBase (or any implementation of it) is NOT the pixel value of an image at a specific location and changing its position will not change that image. Instead an instance is used to iterate the pixel values of an image. Such a pixel value can be retrieved and manipulated as long as the instance points to it.
Since:
2.0
Author:
hageldave