|
Gridarta Editor
|
Provides information about isometric map squares. More...
Collaboration diagram for net.sf.gridarta.model.gameobject.IsoMapSquareInfo:Public Member Functions | |
| int | getXLen () |
| Returns the horizontal size of a square. More... | |
| int | getXLen2 () |
| Returns the horizontal center of a square. More... | |
| int | getYLen () |
| Returns the vertical size of a square. More... | |
| int | getYLen2 () |
| Returns the vertical center of a square. More... | |
| IsoMapSquareInfo (final int xLen, final int xLen2, final int yLen, final int yLen2) | |
| Creates a new instance. More... | |
Private Attributes | |
| final int | xLen |
| The horizontal size of a square. More... | |
| final int | xLen2 |
| The horizontal center of a square. More... | |
| final int | yLen |
| The vertical size of a square. More... | |
| final int | yLen2 |
| The vertical center of a square. More... | |
Provides information about isometric map squares.
Definition at line 26 of file IsoMapSquareInfo.java.
| net.sf.gridarta.model.gameobject.IsoMapSquareInfo.IsoMapSquareInfo | ( | final int | xLen, |
| final int | xLen2, | ||
| final int | yLen, | ||
| final int | yLen2 | ||
| ) |
Creates a new instance.
| xLen | the horizontal size of a square |
| xLen2 | the horizontal center of a square |
| yLen | the vertical size of a square |
| yLen2 | the vertical center of a square |
Definition at line 55 of file IsoMapSquareInfo.java.
References net.sf.gridarta.model.gameobject.IsoMapSquareInfo.xLen, net.sf.gridarta.model.gameobject.IsoMapSquareInfo.xLen2, net.sf.gridarta.model.gameobject.IsoMapSquareInfo.yLen, and net.sf.gridarta.model.gameobject.IsoMapSquareInfo.yLen2.
| int net.sf.gridarta.model.gameobject.IsoMapSquareInfo.getXLen | ( | ) |
Returns the horizontal size of a square.
Definition at line 66 of file IsoMapSquareInfo.java.
References net.sf.gridarta.model.gameobject.IsoMapSquareInfo.xLen.
Referenced by net.sf.gridarta.gui.map.renderer.AbstractIsoMapRenderer< G, A, R >.getSquareBounds(), net.sf.gridarta.gui.map.renderer.AbstractIsoMapRenderer< G, A, R >.getSquareLocationAt(), net.sf.gridarta.var.daimonin.maincontrol.DefaultEditorFactory.newMapViewFactory(), net.sf.gridarta.var.atrinik.maincontrol.DefaultEditorFactory.newMapViewFactory(), net.sf.gridarta.gui.map.renderer.SimpleIsoMapRenderer< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.paint(), net.sf.gridarta.gui.map.renderer.AbstractSimpleIsoMapRenderer< G, A, R >.paintComponent2(), net.sf.gridarta.gui.map.renderer.AbstractIsoMapRenderer< G, A, R >.paintComponent2(), net.sf.gridarta.gui.map.renderer.AbstractIsoMapRenderer< G, A, R >.paintGameObject(), net.sf.gridarta.gui.map.renderer.AbstractIsoMapRenderer< G, A, R >.paintMapSelection(), and net.sf.gridarta.gui.map.renderer.IsoMapRenderer< TestGameObject, TestMapArchObject, TestArchetype >.paintSquare().
Here is the caller graph for this function:| int net.sf.gridarta.model.gameobject.IsoMapSquareInfo.getXLen2 | ( | ) |
Returns the horizontal center of a square.
Definition at line 74 of file IsoMapSquareInfo.java.
References net.sf.gridarta.model.gameobject.IsoMapSquareInfo.xLen2.
Referenced by net.sf.gridarta.gui.map.renderer.AbstractSimpleIsoMapRenderer< G, A, R >.calculateOrigin(), net.sf.gridarta.gui.map.renderer.AbstractIsoMapRenderer< G, A, R >.calculateOrigin(), net.sf.gridarta.gui.map.renderer.AbstractSimpleIsoMapRenderer< G, A, R >.getFullImage(), net.sf.gridarta.gui.map.renderer.AbstractIsoMapRenderer< G, A, R >.getFullImage(), net.sf.gridarta.gui.map.renderer.AbstractIsoMapRenderer< G, A, R >.getSquareBounds(), net.sf.gridarta.gui.map.renderer.AbstractIsoMapRenderer< G, A, R >.getSquareLocationAt(), net.sf.gridarta.gui.map.renderer.AbstractSimpleIsoMapRenderer< G, A, R >.paintComponent2(), net.sf.gridarta.gui.map.renderer.AbstractIsoMapRenderer< G, A, R >.paintComponent2(), net.sf.gridarta.gui.map.renderer.AbstractIsoMapRenderer< G, A, R >.paintGameObject(), net.sf.gridarta.gui.map.renderer.AbstractIsoMapRenderer< G, A, R >.paintMapGrid(), net.sf.gridarta.gui.map.renderer.AbstractIsoMapRenderer< G, A, R >.paintMapSelection(), and net.sf.gridarta.gui.map.renderer.AbstractIsoMapRenderer< G, A, R >.resizeFromModel().
Here is the caller graph for this function:| int net.sf.gridarta.model.gameobject.IsoMapSquareInfo.getYLen | ( | ) |
Returns the vertical size of a square.
Definition at line 82 of file IsoMapSquareInfo.java.
References net.sf.gridarta.model.gameobject.IsoMapSquareInfo.yLen.
Referenced by net.sf.gridarta.var.daimonin.maincontrol.DefaultEditorFactory.getDoubleFaceOffset(), net.sf.gridarta.var.atrinik.maincontrol.DefaultEditorFactory.getDoubleFaceOffset(), net.sf.gridarta.gui.map.renderer.AbstractIsoMapRenderer< G, A, R >.getSquareBounds(), net.sf.gridarta.gui.map.renderer.AbstractIsoMapRenderer< G, A, R >.getSquareLocationAt(), net.sf.gridarta.var.daimonin.maincontrol.DefaultEditorFactory.newMapViewFactory(), net.sf.gridarta.var.atrinik.maincontrol.DefaultEditorFactory.newMapViewFactory(), net.sf.gridarta.gui.map.renderer.SimpleIsoMapRenderer< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.paint(), net.sf.gridarta.gui.map.renderer.AbstractSimpleIsoMapRenderer< G, A, R >.paintComponent2(), net.sf.gridarta.gui.map.renderer.AbstractIsoMapRenderer< G, A, R >.paintComponent2(), net.sf.gridarta.gui.map.renderer.AbstractIsoMapRenderer< G, A, R >.paintGameObject(), net.sf.gridarta.gui.map.renderer.AbstractIsoMapRenderer< G, A, R >.paintMapSelection(), and net.sf.gridarta.gui.map.renderer.IsoMapRenderer< TestGameObject, TestMapArchObject, TestArchetype >.paintSquare().
Here is the caller graph for this function:| int net.sf.gridarta.model.gameobject.IsoMapSquareInfo.getYLen2 | ( | ) |
Returns the vertical center of a square.
Definition at line 90 of file IsoMapSquareInfo.java.
References net.sf.gridarta.model.gameobject.IsoMapSquareInfo.yLen2.
Referenced by net.sf.gridarta.gui.map.renderer.AbstractSimpleIsoMapRenderer< G, A, R >.getFullImage(), net.sf.gridarta.gui.map.renderer.AbstractIsoMapRenderer< G, A, R >.getFullImage(), net.sf.gridarta.gui.map.renderer.AbstractIsoMapRenderer< G, A, R >.getSquareBounds(), net.sf.gridarta.gui.map.renderer.AbstractIsoMapRenderer< G, A, R >.getSquareLocationAt(), net.sf.gridarta.gui.map.renderer.AbstractSimpleIsoMapRenderer< G, A, R >.paintComponent2(), net.sf.gridarta.gui.map.renderer.AbstractIsoMapRenderer< G, A, R >.paintComponent2(), net.sf.gridarta.gui.map.renderer.AbstractIsoMapRenderer< G, A, R >.paintMapGrid(), net.sf.gridarta.gui.map.renderer.AbstractIsoMapRenderer< G, A, R >.paintMapSelection(), and net.sf.gridarta.gui.map.renderer.AbstractIsoMapRenderer< G, A, R >.resizeFromModel().
Here is the caller graph for this function:
|
private |
The horizontal size of a square.
Definition at line 31 of file IsoMapSquareInfo.java.
Referenced by net.sf.gridarta.model.gameobject.IsoMapSquareInfo.getXLen(), and net.sf.gridarta.model.gameobject.IsoMapSquareInfo.IsoMapSquareInfo().
|
private |
The horizontal center of a square.
Definition at line 36 of file IsoMapSquareInfo.java.
Referenced by net.sf.gridarta.model.gameobject.IsoMapSquareInfo.getXLen2(), and net.sf.gridarta.model.gameobject.IsoMapSquareInfo.IsoMapSquareInfo().
|
private |
The vertical size of a square.
Definition at line 41 of file IsoMapSquareInfo.java.
Referenced by net.sf.gridarta.model.gameobject.IsoMapSquareInfo.getYLen(), and net.sf.gridarta.model.gameobject.IsoMapSquareInfo.IsoMapSquareInfo().
|
private |
The vertical center of a square.
Definition at line 46 of file IsoMapSquareInfo.java.
Referenced by net.sf.gridarta.model.gameobject.IsoMapSquareInfo.getYLen2(), and net.sf.gridarta.model.gameobject.IsoMapSquareInfo.IsoMapSquareInfo().