Uses of Interface
j2d.ImageProcessorFactory

Packages that use ImageProcessorFactory
j2d   
j2d.animation   
j2d.edge   
 

Uses of ImageProcessorFactory in j2d
 

Methods in j2d with parameters of type ImageProcessorFactory
static ShortImageBeans ShortImageBeans.computeComparisons(java.awt.Image sourceImage, ImageProcessorFactory ipf, int numberOfImages)
           
static javax.swing.JPanel ComparisonUtils.getComparisonPanel(java.awt.Image sourceImage, ImageProcessorFactory ipf)
           
static javax.swing.JPanel ComparisonUtils.getComparisonPanel2(java.awt.Image sourceImage, ImageProcessorFactory ipf)
           
 

Uses of ImageProcessorFactory in j2d.animation
 

Methods in j2d.animation with parameters of type ImageProcessorFactory
 javax.swing.JPanel AnimationPanel.getComparisonPanel(ImageProcessorFactory ipf)
           
static void GifUtils.writeGifs(java.awt.Image sourceImage, ImageProcessorFactory ipf, int numberOfImages, int speed)
          Create a gif animation from an ImageProcessorFactory
 

Constructors in j2d.animation with parameters of type ImageProcessorFactory
AnimationDialog(java.awt.Image orgImg, ImageProcessorFactory ipf)
           
 

Uses of ImageProcessorFactory in j2d.edge
 

Classes in j2d.edge that implement ImageProcessorFactory
 class CannyProcessor
           
 class HoughCircles
           
 class LoGProcessor
           
 class LoGSobelProcessor
           
 class MehrotraAndZhangProcessor
           
 class SobelProcessor
           
 

Methods in j2d.edge with parameters of type ImageProcessorFactory
 javax.swing.JPanel MehrotraAndZhangPanel.getComparisonPanel(ImageProcessorFactory ipf)
           
 javax.swing.JPanel SobelPanel.getComparisonPanel(ImageProcessorFactory ipf)
           
 javax.swing.JPanel CannyPanel.getComparisonPanel(ImageProcessorFactory ipf)
           
 javax.swing.JPanel LoGPanel.getComparisonPanel(ImageProcessorFactory ipf)
           
 javax.swing.JPanel LoGSobelPanel.getComparisonPanel(ImageProcessorFactory ipf)
           
 void LoGSobelPanel.saveGifs(ImageProcessorFactory ipf)