Uses of Class
org.neuroml1.model.meta.RectangularBox
Packages that use RectangularBox
-
Uses of RectangularBox in org.neuroml1.model.meta
Methods in org.neuroml1.model.meta that return RectangularBoxModifier and TypeMethodDescriptionObjectFactory.createRectangularBox()
Create an instance ofRectangularBox
-
Uses of RectangularBox in org.neuroml1.model.network
Fields in org.neuroml1.model.network declared as RectangularBoxModifier and TypeFieldDescriptionprotected RectangularBox
GridArrangement.rectangularLocation
protected RectangularBox
RandomArrangement.rectangularLocation
Methods in org.neuroml1.model.network that return RectangularBoxModifier and TypeMethodDescriptionGridArrangement.getRectangularLocation()
Gets the value of the rectangularLocation property.RandomArrangement.getRectangularLocation()
Gets the value of the rectangularLocation property.Methods in org.neuroml1.model.network with parameters of type RectangularBoxModifier and TypeMethodDescriptionvoid
GridArrangement.setRectangularLocation
(RectangularBox value) Sets the value of the rectangularLocation property.void
RandomArrangement.setRectangularLocation
(RectangularBox value) Sets the value of the rectangularLocation property.