j2d.hpp.unhe24Bit
Class MySingleColorStats

java.lang.Object
  extended by j2d.hpp.unhe24Bit.MySingleColorStats

public class MySingleColorStats
extends java.lang.Object

Created by Robert Distinti. User: default Date: Oct 9, 2005 Time: 2:30:06 PM Same as RGB color Stats except this only cares about one color of the colro dimension


Constructor Summary
MySingleColorStats()
           
 
Method Summary
 void addColor(short color)
           
 void dumpSortedValue()
           
 short getHistoGramEqualizedValue(short c)
           
 java.lang.String getStats()
           
 void processHistoGram()
           
 void setFullScaleEqualizationValues()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MySingleColorStats

public MySingleColorStats()
Method Detail

addColor

public void addColor(short color)

processHistoGram

public void processHistoGram()

getHistoGramEqualizedValue

public short getHistoGramEqualizedValue(short c)

setFullScaleEqualizationValues

public void setFullScaleEqualizationValues()

getStats

public java.lang.String getStats()

dumpSortedValue

public void dumpSortedValue()