Package moa.gui

Interface AWTRenderer

  • All Known Subinterfaces:
    AWTInteractiveRenderer

    public interface AWTRenderer
    Interface representing a component to edit an option.
    Version:
    $Revision: 7 $
    Author:
    Richard Kirkby (rkirkby@cs.waikato.ac.nz)
    • Method Detail

      • renderAWTBox

        void renderAWTBox​(Graphics g,
                          int minPixelX,
                          int minPixelY,
                          int maxPixelX,
                          int maxPixelY)