Interface IMutableImage<I extends IMutableImage<I>>

Type Parameters:
I - us the type of a IMutableImage.
All Superinterfaces:
AttributesRepresentable, Copyable<I>, Element, Image, SpecificationRepresentable
All Known Implementing Classes:
MutableImage

public interface IMutableImage<I extends IMutableImage<I>> extends Copyable<I>, Image
Author:
Silvan Wyss
  • Method Details

    • setPixel

      I setPixel(int xPosition, int yPosition, IColor color)