Gridarta Editor
net.sf.gridarta.model.gameobject.IsoMapSquareInfo Class Reference

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...
 

Detailed Description

Provides information about isometric map squares.

Author
Andreas Kirschbaum

Definition at line 26 of file IsoMapSquareInfo.java.

Constructor & Destructor Documentation

◆ IsoMapSquareInfo()

net.sf.gridarta.model.gameobject.IsoMapSquareInfo.IsoMapSquareInfo ( final int  xLen,
final int  xLen2,
final int  yLen,
final int  yLen2 
)

Creates a new instance.

Parameters
xLenthe horizontal size of a square
xLen2the horizontal center of a square
yLenthe vertical size of a square
yLen2the 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.

Member Function Documentation

◆ getXLen()

◆ getXLen2()

◆ getYLen()

◆ getYLen2()

Member Data Documentation

◆ xLen

final int net.sf.gridarta.model.gameobject.IsoMapSquareInfo.xLen
private

◆ xLen2

final int net.sf.gridarta.model.gameobject.IsoMapSquareInfo.xLen2
private

◆ yLen

final int net.sf.gridarta.model.gameobject.IsoMapSquareInfo.yLen
private

◆ yLen2

final int net.sf.gridarta.model.gameobject.IsoMapSquareInfo.yLen2
private

The documentation for this class was generated from the following file: