Class TextGrid.Cell
java.lang.Object
org.stathissideris.ascii2image.text.TextGrid.Cell
- Enclosing class:
- TextGrid
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetEast()getNE()getNorth()getNW()getSE()getSouth()getSW()getWest()inthashCode()booleanisEastOf(TextGrid.Cell cell) booleanisNextTo(int x2, int y2) booleanisNextTo(TextGrid.Cell cell) booleanisNorthOf(TextGrid.Cell cell) booleanisSouthOf(TextGrid.Cell cell) booleanisWestOf(TextGrid.Cell cell) voidscale(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)
-