Uses of Class
repast.simphony.space.Dimensions
Packages that use Dimensions
Package
Description
-
Uses of Dimensions in repast.simphony.space.continuous
Fields in repast.simphony.space.continuous declared as DimensionsModifier and TypeFieldDescriptionprotected Dimensions
AbstractContinuousSpace.dimensions
protected Dimensions
AbstractPointTranslator.dimensions
Methods in repast.simphony.space.continuous that return DimensionsModifier and TypeMethodDescriptionAbstractContinuousSpace.getDimensions()
Gets the dimensions of the grid.ContinuousSpace.getDimensions()
Gets the dimensions of the space.Methods in repast.simphony.space.continuous with parameters of type DimensionsModifier and TypeMethodDescriptionvoid
AbstractPointTranslator.init
(Dimensions dimensions) Initializes this with the given dimensions.void
BouncyBorders.init
(Dimensions dimensions) void
InfiniteBorders.init
(Dimensions dimensions) This calls the super'sStickyBorders.init(repast.simphony.space.Dimensions)
method with aDimensions
object that has its dimensions set toDouble.POSITIVE_INFINITY
.void
PointTranslator.init
(Dimensions dimensions) Initializes this with the given dimensions.void
StickyBorders.init
(Dimensions dimensions) Initializes this with the given dimensions.void
WrapAroundBorders.init
(Dimensions dimensions) Initializes this with the given dimensions. -
Uses of Dimensions in repast.simphony.valueLayer
Fields in repast.simphony.valueLayer declared as DimensionsModifier and TypeFieldDescriptionprotected Dimensions
ContinuousValueLayer.dims
protected Dimensions
GridValueLayer.dims
Methods in repast.simphony.valueLayer that return DimensionsModifier and TypeMethodDescriptionBufferedGridValueLayer.getDimensions()
ContinuousValueLayer.getDimensions()
Gets the dimensions of this value layer.GridValueLayer.getDimensions()
Gets the dimensions of this GridValueLayer.ValueLayer.getDimensions()
Gets the dimensions of this ValueLayer. -
Uses of Dimensions in repast.simphony.visualization.editor.space
Methods in repast.simphony.visualization.editor.space that return DimensionsModifier and TypeMethodDescriptionProjected3DSpace.getDimensions()
Gets the dimensions of the space.