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 GridDimensionsAbstractGridQuery.dimsprotected GridDimensionsGridCellNgh.dims -
Uses of GridDimensions in repast.simphony.space.grid
Fields in repast.simphony.space.grid declared as GridDimensionsModifier and TypeFieldDescriptionprotected GridDimensionsAbstractGrid.dimensionsprotected GridDimensionsAbstractGridPointTranslator.dimensionsprotected GridDimensionsWrapAroundBorders.spaceDimensionsMethods 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 TypeMethodDescriptionvoidAbstractGridPointTranslator.init(GridDimensions dimensions) Initializes this with the given dimensions.voidBouncyBorders.init(GridDimensions dimensions) voidGridPointTranslator.init(GridDimensions dimensions) Initializes this with the given dimensions.voidInfiniteBorders.init(GridDimensions dimensions) This calls the super'sStickyBorders.init(GridDimensions)method with aGridDimensionsobject that has its dimensions set toDouble.POSITIVE_INFINITY.voidStickyBorders.init(GridDimensions dimensions) Initializes this with the given dimensions.voidWrapAroundBorders.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.