j2d
Class ComparisonUtils

java.lang.Object
  extended by j2d.ComparisonUtils

public class ComparisonUtils
extends java.lang.Object


Constructor Summary
ComparisonUtils()
           
 
Method Summary
static javax.swing.JPanel getComparisonPanel(java.awt.Image sourceImage, ImageProcessorFactory ipf)
           
static javax.swing.JPanel getComparisonPanel(int r, int c)
           
static javax.swing.JPanel getComparisonPanel(ShortImageBeans sibs, int r, int c)
           
static javax.swing.JPanel getComparisonPanel2(java.awt.Image sourceImage, ImageProcessorFactory ipf)
           
static void showComparisonFrame(javax.swing.JPanel jp)
           
static void showMaxFlowFrame(ShortImageBeans sib)
           
static void showOrientationSubBands(ShortImageBeans sib)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComparisonUtils

public ComparisonUtils()
Method Detail

showComparisonFrame

public static void showComparisonFrame(javax.swing.JPanel jp)

getComparisonPanel

public static javax.swing.JPanel getComparisonPanel(java.awt.Image sourceImage,
                                                    ImageProcessorFactory ipf)

showOrientationSubBands

public static void showOrientationSubBands(ShortImageBeans sib)

showMaxFlowFrame

public static void showMaxFlowFrame(ShortImageBeans sib)

getComparisonPanel

public static javax.swing.JPanel getComparisonPanel(ShortImageBeans sibs,
                                                    int r,
                                                    int c)

getComparisonPanel2

public static javax.swing.JPanel getComparisonPanel2(java.awt.Image sourceImage,
                                                     ImageProcessorFactory ipf)

getComparisonPanel

public static javax.swing.JPanel getComparisonPanel(int r,
                                                    int c)