Package org.neuroml.export.svg
Class Cell2D
java.lang.Object
org.neuroml.export.svg.Cell2D
- All Implemented Interfaces:
Comparable<Cell2D>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublearea()intgetLinesForSVG(int offsetX, int offsetY) booleandoubleheight()doublewidth()
-
Field Details
-
lines
-
comment
-
xMin
public double xMin -
xMax
public double xMax -
yMin
public double yMin -
yMax
public double yMax
-
-
Constructor Details
-
Cell2D
-
-
Method Details
-
width
public double width() -
height
public double height() -
area
public double area() -
hasBoundingBox
public boolean hasBoundingBox() -
getLinesForSVG
-
compareTo
- Specified by:
compareToin interfaceComparable<Cell2D>
-