T - The concrete datatype for a particular implementation of this arc.Catalysis<T>, Consumption<T>, Inhibition<T>, Modulation<T>, NecessaryStimulation<T>, Production<T>, ReversibleConsumption<T>, Stimulation<T>public interface SBGNArc<T>
| Modifier and Type | Method | Description |
|---|---|---|
T |
draw(Curve curve) |
Draw a whole curve consisting of multiple curve segments.
|
T |
draw(Curve curve,
double lineWidth) |
Draw a whole curve consisting of multiple curve segments with the given
line width.
|
T |
draw(CurveSegment curveSegment,
double lineWidth) |
Method for drawing the connecting arc, with appropriate line ending and the
given line width
|
T draw(CurveSegment curveSegment, double lineWidth)
curveSegment - a CurveSegment of the Curve of the
SpeciesReferenceGlyphlineWidth - the width of the curve on the screen.T draw(Curve curve, double lineWidth)
curve - the Curve to drawlineWidth - the width of the curve on the screen.