Interface GridPanel.Listener
raft.kilavuz.grid
Enclosing class:

public static interface GridPanel.Listener
callback interface to notify about information cells mouse is over

Method Summary
void
mouseOverCells(int x, int z, List<Grid.Cell> cells)
called then mouse is moved
void
mouseOverPoints(float x, float z, List<Land.Point> points)
called then mouse is moved
Method Detail
mouseOverCells
void mouseOverCells(int x,
                    int z,
                    List<Grid.Cell> cells)
called then mouse is moved
Parameters:
x - rounded x coordinate in grid space
z - rounded z coordinate in grid space
cells - list of cells mouse is over

mouseOverPoints
void mouseOverPoints(float x,
                     float z,
                     List<Land.Point> points)
called then mouse is moved
Parameters:
x - real x coordinate in grid space
z - real z coordinate in grid space
points - list of points mouse is over
Java API documentation generated with DocFlex/Doclet v1.5.2
DocFlex/Doclet is both a multi-format Javadoc doclet and a free edition of DocFlex/Javadoc. If you need to customize your Javadoc without writing a full-blown doclet from scratch, DocFlex/Javadoc may be the only tool able to help you! Find out more at www.docflex.com