Class IntensityRelation.PanelGenerator.Panel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible
Enclosing class:
IntensityRelation.PanelGenerator

public static class IntensityRelation.PanelGenerator.Panel extends JPanel
A JPanel for selecting an IntensityRelation.
See Also:
  • Method Details

    • getIntensityRelation

      public IntensityRelation getIntensityRelation()
      Returns the IntensityRelation currently set.
      Returns:
      the IntensityRelation currently set.
    • setIntensityRelation

      public void setIntensityRelation(IntensityRelation relation)
      Sets the IntensityRelation.
      Parameters:
      relation - the IntensityRelation to set.