|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.ObjectRobotSearchPattern
class RobotSearchPattern
The class RobotSearchPattern provides a method for getting a list of search positions around a central point. Used for finding fibres when they are not found at their expected position.
| Constructor Summary | |
|---|---|
RobotSearchPattern()
|
|
| Method Summary | |
|---|---|
(package private) java.util.List |
getSearchPoints(java.awt.Point centralPosition,
int numberOfSquaresFromCentralPosition)
Get a list of search positions around the given central position |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
RobotSearchPattern()
| Method Detail |
|---|
java.util.List getSearchPoints(java.awt.Point centralPosition,
int numberOfSquaresFromCentralPosition)
centralPosition - The central positionnumberOfSquaresFromCentralPosition - The number of squares away from the central position to be searched
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||