j2d.hpp.unaheComparisons
Class MySingleColorStats
java.lang.Object
   j2d.hpp.unaheComparisons.MySingleColorStats
j2d.hpp.unaheComparisons.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
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
MySingleColorStats
public MySingleColorStats()
getAverage
public short getAverage()
- 
 
getHighMoment
public float getHighMoment(short center)
- 
 
getLowMoment
public float getLowMoment(short center)
- 
 
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()
-