j2d.diffraction.gino
Class GetPanels

java.lang.Object
  extended by j2d.diffraction.gino.GetPanels

public class GetPanels
extends java.lang.Object


Constructor Summary
GetPanels(ImageProcessListener _ipl)
           
 
Method Summary
static javax.swing.JPanel getContrastPanel(ImageProcessListener ipl)
           
static javax.swing.JPanel getImageProcessPanel()
           
static javax.swing.JPanel getMorhologicalThreshPanel(ImageProcessListener ipl)
           
static javax.swing.JPanel getSegmentationPanel(ImageProcessListener ipl)
           
static javax.swing.JPanel getSubImagePanel(ImageProcessListener ipl)
           
static javax.swing.JPanel getThresholdFilter3Panel(ImageProcessListener ipl)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetPanels

public GetPanels(ImageProcessListener _ipl)
Method Detail

getSegmentationPanel

public static javax.swing.JPanel getSegmentationPanel(ImageProcessListener ipl)

getContrastPanel

public static javax.swing.JPanel getContrastPanel(ImageProcessListener ipl)

getMorhologicalThreshPanel

public static javax.swing.JPanel getMorhologicalThreshPanel(ImageProcessListener ipl)

getSubImagePanel

public static javax.swing.JPanel getSubImagePanel(ImageProcessListener ipl)

getImageProcessPanel

public static javax.swing.JPanel getImageProcessPanel()

getThresholdFilter3Panel

public static javax.swing.JPanel getThresholdFilter3Panel(ImageProcessListener ipl)