Class TextGrid.Cell
java.lang.Object
org.stathissideris.ascii2image.text.TextGrid.Cell
- Enclosing class:
- TextGrid
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getEast()
getNE()
getNorth()
getNW()
getSE()
getSouth()
getSW()
getWest()
int
hashCode()
boolean
isEastOf
(TextGrid.Cell cell) boolean
isNextTo
(int x2, int y2) boolean
isNextTo
(TextGrid.Cell cell) boolean
isNorthOf
(TextGrid.Cell cell) boolean
isSouthOf
(TextGrid.Cell cell) boolean
isWestOf
(TextGrid.Cell cell) void
scale
(int s) toString()
-
Field Details
-
x
public int x -
y
public int y
-
-
Constructor Details
-
Cell
-
Cell
public Cell(int x, int y)
-
-
Method Details
-
getNorth
-
getSouth
-
getEast
-
getWest
-
getNW
-
getNE
-
getSW
-
getSE
-
getNeighbours4
-
getNeighbours8
-
isNorthOf
-
isSouthOf
-
isWestOf
-
isEastOf
-
equals
-
hashCode
public int hashCode() -
isNextTo
public boolean isNextTo(int x2, int y2) -
isNextTo
-
toString
-
scale
public void scale(int s)
-