protected static class Path.PickablePositions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
maxColorCode
The maximum color code, inclusive.
|
int |
minColorCode
The minimum color code, inclusive.
|
Path |
path
The Path who's position points are associated with the specified color code range.
|
Constructor and Description |
---|
PickablePositions(int minColorCode,
int maxColorCode,
Path path)
Creates a new PickablePositions with the specified color code range and Path.
|
public final int maxColorCode
public final int minColorCode
public final Path path
public PickablePositions(int minColorCode, int maxColorCode, Path path)
minColorCode
- the minimum color code, inclusive.maxColorCode
- the maximum color code, inclusive.path
- the Path who's position points are associated with the specified color code range.