interface SegmentAesthetics : OptionsCapsule
alpha |
abstract val alpha: Any? |
color |
abstract val color: Any? |
flow |
abstract val flow: Any? |
linetype |
abstract val linetype: Any? |
size |
abstract val size: Any? |
speed |
abstract val speed: Any? |
x |
abstract val x: Any? |
xend |
abstract val xend: Any? |
y |
abstract val y: Any? |
yend |
abstract val yend: Any? |
seal |
open fun seal(): Options |
geom_segment |
Draw a straight line segment between points (x, y) and (xend, yend). class geom_segment : SegmentAesthetics, LayerBase
|
SegmentMapping |
class SegmentMapping : SegmentAesthetics, WithGroupOption |