Interface Interaction

All Known Implementing Classes:
JavaFxInteraction

public interface Interaction
  • Method Details

    • init

      boolean init(InteractionParams params, OperatingSystem os)
    • close

      void close()
    • startInputEventsAccepting

      void startInputEventsAccepting(EventConsumer eventConsumer)
    • stopInputEventsAccepting

      void stopInputEventsAccepting()
    • setDesirableFontSize

      boolean setDesirableFontSize(int size)
    • getFontSize

      int getFontSize()
    • getWidthInCharacters

      int getWidthInCharacters()
    • getHeightInCharacters

      int getHeightInCharacters()
    • startDrawSession

      void startDrawSession()
    • clearRect

      void clearRect(int left, int top, int right, int bottom)
    • drawText

      void drawText(int x, int y, String text)
    • drawText

      void drawText(int x, int y, String text, boolean font2)
    • endDrawSession

      void endDrawSession()
    • setHotPoint

      void setHotPoint(int x, int y)
    • drawVerticalLine

      void drawVerticalLine(int top, int bottom, int x)
    • drawHorizontalLine

      void drawHorizontalLine(int left, int right, int y)
    • showGraphical

      void showGraphical(Interaction.GraphicalMode graphicalMode)