Uses of Enum Class
repast.simphony.valueLayer.BufferedGridValueLayer.Buffer
Packages that use BufferedGridValueLayer.Buffer
-
Uses of BufferedGridValueLayer.Buffer in repast.simphony.valueLayer
Methods in repast.simphony.valueLayer that return BufferedGridValueLayer.BufferModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static BufferedGridValueLayer.Buffer[]
BufferedGridValueLayer.Buffer.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in repast.simphony.valueLayer with parameters of type BufferedGridValueLayer.BufferModifier and TypeMethodDescriptionvoid
BufferedGridValueLayer.forEach
(GridFunction function, GridPoint origin, BufferedGridValueLayer.Buffer buffer, int... extent) Apply the specified function to each cell in the extent around the origin.