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 DimensionsAbstractContinuousSpace.dimensionsprotected DimensionsAbstractPointTranslator.dimensionsMethods 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 TypeMethodDescriptionvoidAbstractPointTranslator.init(Dimensions dimensions) Initializes this with the given dimensions.voidBouncyBorders.init(Dimensions dimensions) voidInfiniteBorders.init(Dimensions dimensions) This calls the super'sStickyBorders.init(repast.simphony.space.Dimensions)method with aDimensionsobject that has its dimensions set toDouble.POSITIVE_INFINITY.voidPointTranslator.init(Dimensions dimensions) Initializes this with the given dimensions.voidStickyBorders.init(Dimensions dimensions) Initializes this with the given dimensions.voidWrapAroundBorders.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 DimensionsContinuousValueLayer.dimsprotected DimensionsGridValueLayer.dimsMethods 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.