bookExamples.ch26Graphics.graphics
Class HistogramEditor

java.lang.Object
  extended by bookExamples.ch26Graphics.graphics.HistogramEditor

public class HistogramEditor
extends java.lang.Object


Constructor Summary
HistogramEditor(short[][] plane)
           
 
Method Summary
 double[] getCMF()
           
 RunMouseMotionProcessor getMouseProcessor()
           
 SimpleDrawPanel getPanel()
           
 double[] getPMF()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HistogramEditor

public HistogramEditor(short[][] plane)
Method Detail

getMouseProcessor

public RunMouseMotionProcessor getMouseProcessor()

getCMF

public double[] getCMF()

getPMF

public double[] getPMF()

getPanel

public SimpleDrawPanel getPanel()