Uses of Class
repast.simphony.space.grid.GridDimensions
Packages that use GridDimensions
Package
Description
-
Uses of GridDimensions in repast.simphony.query.space.grid
Fields in repast.simphony.query.space.grid declared as GridDimensionsModifier and TypeFieldDescriptionprotected GridDimensions
AbstractGridQuery.dims
protected GridDimensions
GridCellNgh.dims
-
Uses of GridDimensions in repast.simphony.space.grid
Fields in repast.simphony.space.grid declared as GridDimensionsModifier and TypeFieldDescriptionprotected GridDimensions
AbstractGrid.dimensions
protected GridDimensions
AbstractGridPointTranslator.dimensions
protected GridDimensions
WrapAroundBorders.spaceDimensions
Methods in repast.simphony.space.grid that return GridDimensionsModifier and TypeMethodDescriptionAbstractGrid.getDimensions()
Gets the dimensions of the grid.Grid.getDimensions()
Gets the dimensions of the space.Methods in repast.simphony.space.grid with parameters of type GridDimensionsModifier 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
Methods in repast.simphony.visualization.editor.space that return GridDimensionsModifier and TypeMethodDescriptionProjected3DGrid.getDimensions()
Gets the dimensions of the space.