Uses of Interface
squidpony.squidgrid.iterator.SquidIterator
Package | Description |
---|---|
squidpony.squidgrid.iterator |
Iterators that allow traversal of
Coord points on a map's grid. |
-
Uses of SquidIterator in squidpony.squidgrid.iterator
Classes in squidpony.squidgrid.iterator that implement SquidIterator Modifier and Type Class Description static class
SquidIterators.AroundCounterClockWise
An iterator that iterates around a starting position (counter clockwise).static class
SquidIterators.BottomLeftToTopRight
Iterator that starts from the bottom left element of the grid, to the top right.static class
SquidIterators.CenteredSquare
An iterator that returns cells in a square around a location.static class
SquidIterators.Down
static class
SquidIterators.Left
static class
SquidIterators.Linear
An iterator to iterate from a starting position (inclusive) and going in one Direction.static class
SquidIterators.RectangleFromBottomLeftToTopRight
An iterator that starts from a cell and iterates from the bottom left to the top right, in the rectangle defined by the given width and height.static class
SquidIterators.Right
static class
SquidIterators.Up
static class
SquidIterators.VerticalUp
An iterator to iterate from a starting position (exclusive) and going up.