Uses of Class
neuroml.meta.RectangularBox

Packages that use RectangularBox
neuroml.meta   
neuroml.network   
 

Uses of RectangularBox in neuroml.meta
 

Methods in neuroml.meta that return RectangularBox
 RectangularBox ObjectFactory.createRectangularBox()
          Create an instance of RectangularBox
 

Uses of RectangularBox in neuroml.network
 

Fields in neuroml.network declared as RectangularBox
protected  RectangularBox RandomArrangement.rectangularLocation
           
protected  RectangularBox GridArrangement.rectangularLocation
           
 

Methods in neuroml.network that return RectangularBox
 RectangularBox RandomArrangement.getRectangularLocation()
          Gets the value of the rectangularLocation property.
 RectangularBox GridArrangement.getRectangularLocation()
          Gets the value of the rectangularLocation property.
 

Methods in neuroml.network with parameters of type RectangularBox
 void RandomArrangement.setRectangularLocation(RectangularBox value)
          Sets the value of the rectangularLocation property.
 void GridArrangement.setRectangularLocation(RectangularBox value)
          Sets the value of the rectangularLocation property.
 



NeuroML API (v1.4)