Class LayoutPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, PrintableHandler

public class LayoutPanel extends PrintablePanel
Provides a panel just for laying out a Knowledge Flow graph. Also listens for mouse events for editing the flow.
Version:
$Revision: $
Author:
Mark Hall (mhall{[at]}pentaho{[dot]}com)
See Also:
  • Constructor Details

    • LayoutPanel

      public LayoutPanel(VisibleLayout vis)
      Constructor
      Parameters:
      vis - the VisibleLayout to display
  • Method Details

    • paintComponent

      public void paintComponent(Graphics gx)
    • doLayout

      public void doLayout()
      Overrides:
      doLayout in class Container