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 Point
Sphere.center
protected Point
RectangularBox.corner
Fields 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 ofPoint
Sphere.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 Point
Segment.distal
protected Point
Spine.distal
protected Point
Segment.proximal
protected Point
Spine.proximal
Methods 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 TypeMethodDescriptionvoid
Sets the value of the distal property.void
Sets the value of the distal property.void
Segment.setProximal
(Point value) Sets the value of the proximal property.void
Spine.setProximal
(Point value) Sets the value of the proximal property.