Interface DrawTouchscreenInterface

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface DrawTouchscreenInterface
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    drawImage(purejavahidapi.HidDevice hidDevice, Point imageStart, Dimension imageDimension, SDImage imgData)
     
  • Method Details

    • drawImage

      void drawImage(purejavahidapi.HidDevice hidDevice, Point imageStart, Dimension imageDimension, SDImage imgData)