|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttoxi.color.HistEntry
public class HistEntry

A single histogram entry, a coupling of color & frequency. Implements a comparator to sort histogram entries based on freq.
| Method Summary | |
|---|---|
int |
compareTo(HistEntry e)
|
TColor |
getColor()
|
float |
getFrequency()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public int compareTo(HistEntry e)
compareTo in interface java.lang.Comparable<HistEntry>public TColor getColor()
public float getFrequency()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||