org.pietschy.command
Class RenderManager
java.lang.Objectorg.pietschy.command.RenderManager
public class RenderManager
extends java.lang.Object
The RenderManager provides a simple static method that can be used to configure the specified
button using the current
FaceRenderer.
renderButton
public static void renderButton(AbstractButton button)
Renders the specified button using the currently configured
FaceRenderer. The button
must be attached to a
Command instance.
button - the button to configure.
setRenderer
public static void setRenderer(FaceRenderer renderer)
Sets the
FaceRenderer to use when configuring buttons and menus.