public class MembraneSegment extends Object implements bio.singa.mathematics.geometry.edges.LineSegment
| Constructor and Description |
|---|
MembraneSegment(AutomatonNode node,
bio.singa.mathematics.geometry.edges.LineSegment segment) |
| Modifier and Type | Method and Description |
|---|---|
javax.measure.Quantity<javax.measure.quantity.Area> |
getArea() |
bio.singa.mathematics.vectors.Vector2D |
getEndingPoint() |
AutomatonNode |
getNode() |
bio.singa.mathematics.geometry.edges.LineSegment |
getSegment() |
bio.singa.mathematics.vectors.Vector2D |
getStartingPoint() |
void |
setEndingPoint(bio.singa.mathematics.vectors.Vector2D endingPoint) |
void |
setStartingPoint(bio.singa.mathematics.vectors.Vector2D startingPoint) |
public MembraneSegment(AutomatonNode node, bio.singa.mathematics.geometry.edges.LineSegment segment)
public AutomatonNode getNode()
public bio.singa.mathematics.geometry.edges.LineSegment getSegment()
public javax.measure.Quantity<javax.measure.quantity.Area> getArea()
public bio.singa.mathematics.vectors.Vector2D getStartingPoint()
getStartingPoint in interface bio.singa.mathematics.geometry.edges.LineSegmentpublic bio.singa.mathematics.vectors.Vector2D getEndingPoint()
getEndingPoint in interface bio.singa.mathematics.geometry.edges.LineSegmentpublic void setStartingPoint(bio.singa.mathematics.vectors.Vector2D startingPoint)
setStartingPoint in interface bio.singa.mathematics.geometry.edges.LineSegmentpublic void setEndingPoint(bio.singa.mathematics.vectors.Vector2D endingPoint)
setEndingPoint in interface bio.singa.mathematics.geometry.edges.LineSegmentCopyright © 2019. All rights reserved.