Package games.stendhal.client.gui
Interface StatusDisplayBar.BarPainter
- Enclosing class:
- StatusDisplayBar
public static interface StatusDisplayBar.BarPainter
Interface for bars that need more complicated drawing than a simple color
bar.
-
Method Summary
Modifier and TypeMethodDescriptionvoidpaint(Graphics2D g, int width, int height) Fill an area corresponding to a full bar.
-
Method Details
-
paint
Fill an area corresponding to a full bar.- Parameters:
g- graphicswidth- width of the areaheight- height of the area
-