-
Method Summary
Modifier and Type |
Method |
Description |
Brush |
brush() |
The fill brush of the edge and its markers.
|
MarkerShape |
endMarker() |
The shape of the edge's end marker.
|
double |
endMarkerSize() |
The size of the edge's end marker given as multiple of the edge width.
|
MarkerShape |
startMarker() |
The shape of the edge's start marker.
|
double |
startMarkerSize() |
The size of the edge's start marker given as multiple of the edge width.
|
-
Method Details
-
The shape of the edge's end marker.
-
The shape of the edge's start marker.
-
double startMarkerSize()
The size of the edge's start marker given as multiple of the edge width. Minimal value is 1.0.
-
double endMarkerSize()
The size of the edge's end marker given as multiple of the edge width. Minimal value is 1.0.
-
The fill brush of the edge and its markers.