Package 

Interface IHighlighter


  • 
    public interface IHighlighter
    
                        

    Created by philipp on 10/06/16.

    • Method Summary

      Modifier and Type Method Description
      abstract Highlight getHighlight(float x, float y) Returns a Highlight object corresponding to the given x- and y- touch positions in pixels.
      • Methods inherited from class java.lang.Object

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

      • getHighlight

         abstract Highlight getHighlight(float x, float y)

        Returns a Highlight object corresponding to the given x- and y- touch positions in pixels.