T - The concrete datatype for a particular implementation of this arc.public interface SBGNArc<T>
| Modifier and Type | Method and 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.Copyright © 2009–2018. All rights reserved.