Uses of Class
repast.simphony.space.grid.GridDimensions
Package
Description
-
Uses of GridDimensions in repast.simphony.query.space.grid
Modifier and TypeFieldDescriptionprotected GridDimensions
AbstractGridQuery.dims
protected GridDimensions
GridCellNgh.dims
-
Uses of GridDimensions in repast.simphony.space.grid
Modifier and TypeFieldDescriptionprotected GridDimensions
AbstractGrid.dimensions
protected GridDimensions
AbstractGridPointTranslator.dimensions
protected GridDimensions
WrapAroundBorders.spaceDimensions
Modifier and TypeMethodDescriptionAbstractGrid.getDimensions()
Gets the dimensions of the grid.Grid.getDimensions()
Gets the dimensions of the space.Modifier and TypeMethodDescriptionvoid
AbstractGridPointTranslator.init
(GridDimensions dimensions) Initializes this with the given dimensions.void
BouncyBorders.init
(GridDimensions dimensions) void
GridPointTranslator.init
(GridDimensions dimensions) Initializes this with the given dimensions.void
InfiniteBorders.init
(GridDimensions dimensions) This calls the super'sStickyBorders.init(GridDimensions)
method with aGridDimensions
object that has its dimensions set toDouble.POSITIVE_INFINITY
.void
StickyBorders.init
(GridDimensions dimensions) Initializes this with the given dimensions.void
WrapAroundBorders.init
(GridDimensions dimensions) Initializes this with the given dimensions. -
Uses of GridDimensions in repast.simphony.visualization.editor.space
Modifier and TypeMethodDescriptionProjected3DGrid.getDimensions()
Gets the dimensions of the space.