Package | Description |
---|---|
math | |
visual.statik.sampled |
Modifier and Type | Class and Description |
---|---|
class |
EuclideanMetric
The Euclidean metric (i.e., the notion of distance that
most people are familiar with).
|
class |
PostOfficeMetric
The Post Office metric (i.e., a notion of distance that
makes sense if, to travel between two points, you have
to go through a central post office located at the origin).
|
class |
RectilinearMetric
The rectilinear metric (i.e., the sum of the absolute values of the
differences between the elements).
|
class |
SupremumMetric
The supremum metric.
|
Modifier and Type | Method and Description |
---|---|
void |
GrayExceptOp.setMetric(Metric metric)
Set the Metric to use to calculate the distance
between two colors.
|
Constructor and Description |
---|
GrayExceptOp(int r,
int g,
int b,
Metric metric)
Explicit Value Constructor.
|