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
static class LabelDisplayer.Utils
           
 
Method Summary
 void display(java.awt.Graphics g, java.lang.String label, int x, int y)
           
 

Method Detail

display

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