Uses of Class
repast.simphony.space.Dimensions
Package
Description
-
Uses of Dimensions in repast.simphony.space.continuous
Modifier and TypeFieldDescriptionprotected Dimensions
AbstractContinuousSpace.dimensions
protected Dimensions
AbstractPointTranslator.dimensions
Modifier and TypeMethodDescriptionAbstractContinuousSpace.getDimensions()
Gets the dimensions of the grid.ContinuousSpace.getDimensions()
Gets the dimensions of the space.Modifier 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
Modifier and TypeFieldDescriptionprotected Dimensions
ContinuousValueLayer.dims
protected Dimensions
GridValueLayer.dims
Modifier 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
Modifier and TypeMethodDescriptionProjected3DSpace.getDimensions()
Gets the dimensions of the space.