Interface Transformation

  • All Implemented Interfaces:

    
    public interface Transformation
    
                        

    An interface for making transformations to an image's pixel data.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Bitmap transform(Bitmap input) Apply the transformation to input and return the transformed Bitmap.
      abstract String getKey() The unique key for this transformation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getKey

         abstract String getKey()

        The unique key for this transformation.

        The key is added to the image request's memory key.