|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttoxi.color.CMYKDistanceProxy
public class CMYKDistanceProxy
Implements the DistanceProxy
interface to sort colors by CMYK
distance (used by ColorList.sortByDistance(DistanceProxy, boolean)
).
Constructor Summary | |
---|---|
CMYKDistanceProxy()
|
Method Summary | |
---|---|
float |
distanceBetween(ReadonlyTColor a,
ReadonlyTColor b)
Computes the distance between 2 colors. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CMYKDistanceProxy()
Method Detail |
---|
public float distanceBetween(ReadonlyTColor a, ReadonlyTColor b)
DistanceProxy
distanceBetween
in interface DistanceProxy
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |