Package com.xinapse.util
Class IntensityRelation.PanelGenerator
java.lang.Object
com.xinapse.util.IntensityRelation.PanelGenerator
- All Implemented Interfaces:
ImageSelectionGroupPanel.ComponentGenerator
- Enclosing class:
- IntensityRelation
public static class IntensityRelation.PanelGenerator
extends Object
implements ImageSelectionGroupPanel.ComponentGenerator
Class for generating JPanels for selecting an IntensityRelation.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
A JPanel for selecting an IntensityRelation. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetComponent
(int currentNPanels) Causes thisImageSelectionGroupPanel.ComponentGenerator
to generate a new user component.
-
Constructor Details
-
PanelGenerator
public PanelGenerator()Create a new PanelGenerator.
-
-
Method Details
-
getComponent
Description copied from interface:ImageSelectionGroupPanel.ComponentGenerator
Causes thisImageSelectionGroupPanel.ComponentGenerator
to generate a new user component.- Specified by:
getComponent
in interfaceImageSelectionGroupPanel.ComponentGenerator
- Parameters:
currentNPanels
- an identifier which can be used in the contruction of the component to identify its location in theImageSelectionGroupPanel
.- Returns:
- the new component.
-