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
Nested ClassesModifier and TypeClassDescriptionstatic classA JPanel for selecting an IntensityRelation. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetComponent(int currentNPanels) Causes thisImageSelectionGroupPanel.ComponentGeneratorto generate a new user component.
-
Constructor Details
-
PanelGenerator
public PanelGenerator()Create a new PanelGenerator.
-
-
Method Details
-
getComponent
Description copied from interface:ImageSelectionGroupPanel.ComponentGeneratorCauses thisImageSelectionGroupPanel.ComponentGeneratorto generate a new user component.- Specified by:
getComponentin 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.
-