Package net.sourceforge.jiu.color.data
Class Histogram3DNode
- java.lang.Object
-
- net.sourceforge.jiu.color.data.Histogram3DNode
-
final class Histogram3DNode extends Object
Internal data class for the on demand histogram. Stores one triplet of int values plus an int counter. ImplementsObject.hashCode()andObject.equals(java.lang.Object)to be used with a hash table.- Author:
- Marco Schmidt
-
-
Constructor Summary
Constructors Constructor Description Histogram3DNode(int s1, int s2, int s3)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)intgetCounter()intgetSample1()intgetSample2()intgetSample3()inthashCode()voidincrease()voidsetCounter(int newValue)
-