Package PamView.panel

Class KeyPanel

java.lang.Object
PamView.panel.KeyPanel

public class KeyPanel extends Object
Class to generate standard panels for plot keys. Basically, it's a container with a simple layout that get's a load of other componenets added to it.
Author:
Doug
  • Constructor Details

    • KeyPanel

      public KeyPanel(String title, int keyType)
  • Method Details

    • add

      public void add(PamKeyItem pamKeyItem)
    • remove

      public void remove(PamKeyItem pamKeyItem)
    • getPanel

      public JPanel getPanel()
    • clear

      public void clear()
    • destroy

      public void destroy()
    • getKeyType

      public int getKeyType()
    • setKeyType

      public void setKeyType(int keyType)
    • getTitledBorder

      public TitledBorder getTitledBorder()