Uses of Class
repast.simphony.visualization.engine.BoundingBox
Packages that use BoundingBox
Package
Description
-
Uses of BoundingBox in repast.simphony.visualization.engine
Methods in repast.simphony.visualization.engine that return BoundingBoxModifier and TypeMethodDescriptionBasicDisplayDescriptor.getBoundingBox()
Gets the Bounding Box for the display.DefaultDisplayDescriptor.getBoundingBox()
Deprecated.Gets the Bounding Box for the display.DisplayDescriptor.getBoundingBox()
Gets the Bounding Box for the display.Methods in repast.simphony.visualization.engine with parameters of type BoundingBoxModifier and TypeMethodDescriptionvoid
BasicDisplayDescriptor.setBoundingBox
(BoundingBox boundingBox) Sets the BoundingBox for the display.void
DefaultDisplayDescriptor.setBoundingBox
(BoundingBox boundingBox) Deprecated.Sets the BoundingBox for the display.void
DisplayDescriptor.setBoundingBox
(BoundingBox boundingBox) Sets the BoundingBox for the display. -
Uses of BoundingBox in repast.simphony.visualization.visualization2D
Methods in repast.simphony.visualization.visualization2D with parameters of type BoundingBox