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 TypeMethodDescriptionvoid
paint(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
-