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 RectangularBoxGridArrangement.rectangularLocationprotected RectangularBoxRandomArrangement.rectangularLocationMethods 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 TypeMethodDescriptionvoidGridArrangement.setRectangularLocation(RectangularBox value) Sets the value of the rectangularLocation property.voidRandomArrangement.setRectangularLocation(RectangularBox value) Sets the value of the rectangularLocation property.