|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Dimension | |
net.walend.grid | Grids are Collections built on multidimensional arrays. |
Uses of Dimension in net.walend.grid |
Fields in net.walend.grid declared as Dimension | |
private Dimension |
BadDimensionException.offDimension
|
static Dimension |
Grid2D.I
|
static Dimension |
Grid2D.J
|
protected static Dimension |
Grid2D.Dimensions2D.I
|
protected static Dimension |
Grid2D.Dimensions2D.J
|
Methods in net.walend.grid that return Dimension | |
Dimension |
BadDimensionException.getDimension()
|
Methods in net.walend.grid with parameters of type Dimension | |
boolean |
AbstractArrayGrid2D.containsDimension(Dimension dimension)
Returns true if dimension is used in this Grid. |
IndexedIterator |
AbstractArrayGrid2D.stripeIterator(Address address,
Dimension dimensionToScan)
Returns an Iterator accross the stripe at Address, through dimensionToScan. |
int |
Address.argFor(Dimension dimension)
Return the coordinate value for a given dimension. |
boolean |
AbstractMapGrid2D.containsDimension(Dimension dimension)
Returns true if dimension is used in this Grid. |
IndexedIterator |
AbstractMapGrid2D.stripeIterator(Address address,
Dimension dimensionToScan)
Returns an Iterator accross the stripe at Address, through dimensionToScan. |
IndexedIterator |
ArrayGrid2D.stripeIterator(Address address,
Dimension dimensionToScan)
Returns an Iterator accross the stripe at Address, through dimensionToScan. |
int |
Address2D.argFor(Dimension dimension)
Return the coordinate value for a given dimension. |
boolean |
Grid.containsDimension(Dimension dimension)
Returns true if dimension is used in this Grid. |
IndexedIterator |
Grid.stripeIterator(Address address,
Dimension dimensionToScan)
Returns an Iterator accross the stripe at Address, through dimensionToScan. |
IndexedIterator |
MapGrid2D.stripeIterator(Address address,
Dimension dimensionToScan)
Returns an Iterator accross the stripe at Address, through dimensionToScan. |
Constructors in net.walend.grid with parameters of type Dimension | |
BadDimensionException(Dimension dimension)
|
|
BadDimensionException(java.lang.String message,
Dimension dimension)
|
|
BadDimensionException(java.lang.Throwable nester,
Dimension dimension)
|
|
BadDimensionException(java.lang.String message,
java.lang.Throwable nester,
Dimension dimension)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |