Package pal.gui

Interface LabelDisplayer


  • public interface LabelDisplayer
    A Label display object displays a label at a particular location on a graphics object. The class may change attributes such as font, colour, etc... but should leave the graphics state unchanged (ie, revert back to original colour)
    Author:
    Matthew Goode
    • Method Detail

      • display

        void display​(java.awt.Graphics g,
                     java.lang.String label,
                     int x,
                     int y)