|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectij.plugin.filter.MaximumFinder.MaxPoint
class MaximumFinder.MaxPoint
Coordinates and the value of a local maximum. Implemented as a class for easy sorting of an array of maxima by pixel value
| Field Summary | |
|---|---|
(package private) float |
value
|
(package private) short |
x
|
(package private) short |
y
|
| Constructor Summary | |
|---|---|
MaximumFinder.MaxPoint(short x,
short y,
float value)
a constructor filling in the data |
|
| Method Summary | |
|---|---|
int |
compareTo(java.lang.Object o)
a comparator required for sorting (interface Comparable) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
float value
short x
short y
| Constructor Detail |
|---|
MaximumFinder.MaxPoint(short x,
short y,
float value)
| Method Detail |
|---|
public int compareTo(java.lang.Object o)
compareTo in interface java.lang.Comparable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||