| Package | Description |
|---|---|
| com.javacook.coordinate | |
| com.javacook.coordinate.sequencer |
| Modifier and Type | Class and Description |
|---|---|
class |
Coordinate
Stores 2D coordinates
|
| Modifier and Type | Method and Description |
|---|---|
static CoordinateInterface |
CoordinateInterface.create(int argX,
int argY) |
| Constructor and Description |
|---|
Coordinate(CoordinateInterface coord)
Copy constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
CoordinateSequence<T extends CoordinateInterface>
Created by vollmer on 20.08.16.
|
class |
CoordinateSequencer<T extends CoordinateInterface>
Created by vollmer on 20.08.16.
|
| Modifier and Type | Method and Description |
|---|---|
CoordinateSequencer<T> |
CoordinateSequencer.from(CoordinateInterface c) |
protected boolean |
CoordinateSequencer.terminate(T[] coords,
int counter) |
CoordinateSequencer<T> |
CoordinateSequencer.to(CoordinateInterface c) |
Copyright © 2019. All rights reserved.