Interface Painter


public interface Painter
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Painter[]
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    paint(long time, Canvas canvas)
     
  • Field Details

    • EMPTY_ARRAY

      static final Painter[] EMPTY_ARRAY
  • Method Details

    • paint

      void paint(long time, Canvas canvas)
      Parameters:
      time - the timestamp of the frame relative to an arbitrary epoch.
      canvas - the canvas to paint on