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
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    display(Graphics g, String label, int x, int y)
     
  • Method Details