Class RenderablePanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class RenderablePanel extends JPanel
The renderable panel displays the output from a renderable object.
Since:
3.1.2
Author:
Peter Hollemans
See Also:
  • Field Details

    • renderable

      protected Renderable renderable
      The renderable to display.
  • Constructor Details

    • RenderablePanel

      public RenderablePanel(Renderable renderable)
      Creates a new renderable panel using the specified renderable.
      Parameters:
      renderable - the renderable to display. The renderable is used to create the graphics to display in the panel.
  • Method Details