neuroml.meta
Class Polygon

java.lang.Object
  extended by neuroml.meta.Points
      extended by neuroml.meta.Polygon

public class Polygon
extends Points

A closed structure represented by a list of points where the first point connects with the last point.

Java class for Polygon complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Polygon">
   <complexContent>
     <extension base="{http://morphml.org/metadata/schema}Points">
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class neuroml.meta.Points
name, point
 
Constructor Summary
Polygon()
           
 
Method Summary
 
Methods inherited from class neuroml.meta.Points
getName, getPoint, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Polygon

public Polygon()


NeuroML API (v1.4)