public class SimpleColorClassifier extends Object implements ColorClassifier
| Constructor and Description |
|---|
SimpleColorClassifier(String name,
Color color) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getName() |
int |
hashCode() |
boolean |
holdsColor(int r,
int g,
int b,
int maxColorSquareDistance) |
String |
toString() |
public String getName()
getName in interface ColorClassifierpublic boolean holdsColor(int r,
int g,
int b,
int maxColorSquareDistance)
holdsColor in interface ColorClassifierCopyright © 2016. All rights reserved.