public class GeorHistogramEntry
extends java.lang.Object
Two constructors are provided: one is the default constructor without parameters, and the other constructor allows you to specify cell value and count value.
Methods in this class are provided for retrieving and setting the cell value and count.
Constructor and Description |
---|
GeorHistogramEntry()
Constructs a
GeorGrayscaleEntry object. |
GeorHistogramEntry(double value, long count)
Constructs a
GeorHistogramEntry object with the given cell value and gray value. |
Modifier and Type | Method and Description |
---|---|
double |
getCellValue()
Returns the cell value.
|
long |
getCount()
Returns the count value.
|
void |
setCount(long count)
Sets the count value.
|
void |
setValue(double value)
Sets the cell value.
|
public GeorHistogramEntry()
GeorGrayscaleEntry
object.public GeorHistogramEntry(double value, long count)
GeorHistogramEntry
object with the given cell value and gray value.value
- cell valuecount
- count valuepublic double getCellValue()
public void setValue(double value)
value
- cell valuepublic long getCount()
public void setCount(long count)
count
- count value