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 class
LabelDisplayer.Utils
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
display(java.awt.Graphics g, java.lang.String label, int x, int y)
-