Package Layout

Class PamGraphLayout

java.lang.Object
Layout.PamGraphLayout

public class PamGraphLayout extends Object
Class to layout PamFramePlots

Theses are sets of components with various axis, etc, all of which need to be put into a very common layout so that they all look more or less the same.

The functionality in here was all encapsulated within PamInternalFrame but this class allows the same layout within a simple component so that it can be used within other displays which are not necessarily part of a JInternalFrame display item.

Author:
dg50
  • Constructor Details

    • PamGraphLayout

      public PamGraphLayout(PamFramePlots pamFramePlots)
      Parameters:
      pamFramePlots -
  • Method Details

    • getPamFramePlots

      public PamFramePlots getPamFramePlots()
      Returns:
      the pamFramePlots
    • getMainComponent

      public JPanel getMainComponent()
      Returns:
      the mainComponent