Uses of Class
neuroml.meta.Polygon

Packages that use Polygon
neuroml.meta   
neuroml.morph   
 

Uses of Polygon in neuroml.meta
 

Fields in neuroml.meta with type parameters of type Polygon
protected  java.util.List<Polygon> Polyhedron.Polygons.polygon
           
 

Methods in neuroml.meta that return Polygon
 Polygon ObjectFactory.createPolygon()
          Create an instance of Polygon
 

Methods in neuroml.meta that return types with arguments of type Polygon
 java.util.List<Polygon> Polyhedron.Polygons.getPolygon()
          Gets the value of the polygon property.
 

Uses of Polygon in neuroml.morph
 

Fields in neuroml.morph declared as Polygon
protected  Polygon Cell.CellBody.polygon
           
 

Fields in neuroml.morph with type parameters of type Polygon
protected  java.util.List<Polygon> Feature.polygon
           
 

Methods in neuroml.morph that return Polygon
 Polygon Cell.CellBody.getPolygon()
          Gets the value of the polygon property.
 

Methods in neuroml.morph that return types with arguments of type Polygon
 java.util.List<Polygon> Feature.getPolygon()
          Gets the value of the polygon property.
 

Methods in neuroml.morph with parameters of type Polygon
 void Cell.CellBody.setPolygon(Polygon value)
          Sets the value of the polygon property.
 



NeuroML API (v1.4)