Uses of Class
org.neuroml1.model.meta.Point
Packages that use Point
- 
Uses of Point in org.neuroml1.model.meta
Fields in org.neuroml1.model.meta declared as PointModifier and TypeFieldDescriptionprotected PointSphere.centerprotected PointRectangularBox.cornerFields in org.neuroml1.model.meta with type parameters of type PointMethods in org.neuroml1.model.meta that return PointModifier and TypeMethodDescriptionObjectFactory.createPoint()Create an instance ofPointSphere.getCenter()Gets the value of the center property.RectangularBox.getCorner()Gets the value of the corner property.Methods in org.neuroml1.model.meta that return types with arguments of type PointMethods in org.neuroml1.model.meta with parameters of type Point - 
Uses of Point in org.neuroml1.model.morph
Fields in org.neuroml1.model.morph declared as PointModifier and TypeFieldDescriptionprotected PointSegment.distalprotected PointSpine.distalprotected PointSegment.proximalprotected PointSpine.proximalMethods in org.neuroml1.model.morph that return PointModifier and TypeMethodDescriptionSegment.getDistal()Gets the value of the distal property.Spine.getDistal()Gets the value of the distal property.Segment.getProximal()Gets the value of the proximal property.Spine.getProximal()Gets the value of the proximal property.Methods in org.neuroml1.model.morph with parameters of type PointModifier and TypeMethodDescriptionvoidSets the value of the distal property.voidSets the value of the distal property.voidSegment.setProximal(Point value) Sets the value of the proximal property.voidSpine.setProximal(Point value) Sets the value of the proximal property.