|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjurpe.dungeon.crawler.HexagonCalc
public class HexagonCalc
| Constructor Summary | |
|---|---|
HexagonCalc()
|
|
| Method Summary | |
|---|---|
int |
getAdjustedX()
|
int |
getAdjustedY()
|
java.awt.Point |
getHexagonCenter()
Hexagon center pixel coordinates |
int |
getHexagonX()
|
int |
getHexagonY()
|
int |
getHexcellType()
|
int |
getHexpartX()
|
int |
getHexpartY()
|
java.lang.String |
getName()
Get hexagon name |
void |
setHexagonHexparts(int x,
int y)
Set Hexagon parts |
void |
setPixels(int x,
int y)
Adjust info based on current pixels |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HexagonCalc()
| Method Detail |
|---|
public void setPixels(int x,
int y)
x - y -
public void setHexagonHexparts(int x,
int y)
x - y - public java.awt.Point getHexagonCenter()
public java.lang.String getName()
public int getAdjustedX()
public int getAdjustedY()
public int getHexagonX()
public int getHexagonY()
public int getHexpartX()
public int getHexpartY()
public int getHexcellType()
|
Jurpe - Java Universal Role Playing Engine - http://jurpe.sourceforge.net | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||