Class edu.cornell.lassp.houle.HysSym.CellIndex
All Packages Class Hierarchy This Package Previous Next Index
Class edu.cornell.lassp.houle.HysSym.CellIndex
java.lang.Object
|
+----edu.cornell.lassp.houle.HysSym.CellIndex
- public class CellIndex
- extends Object
A CellIndex is a pair of short integers used to specify coordinates
on a 2-dimensional lattice. It can be added to a Vector and
is used to pass an avalanche to an AvalancheConsumer.
For examples of usage see HysLattice and HysCanvas.
Source code is available.
- Version:
- 0.9a
- Author:
- Paul Houle (E-mail: ph18@cornell.edu)
- See Also:
- AvalancheConsumer, HysLattice, HysCanvas
-
i
-
-
j
-
i
public short i
j
public short j
All Packages Class Hierarchy This Package Previous Next Index