lollipop
class lollipop(val x: Number? = null, val y: Number? = null, val size: Number? = null, val stroke: Number? = null, val linewidth: Number? = null, val color: Any? = null, val fill: Any? = null, val alpha: Number? = null, val shape: Any? = null, val linetype: Any? = null, val fatten: Number? = null, val slope: Number? = null, val intercept: Number? = null, val dir: String? = null, val colorBy: String? = null, val fillBy: String? = null, val mapping: LollipopMapping.() -> Unit = {}) : GeomOptions, LollipopAesthetics, LollipopParameters, WithColorOption, WithFillOption
Constructors
Link copied to clipboard
constructor(x: Number? = null, y: Number? = null, size: Number? = null, stroke: Number? = null, linewidth: Number? = null, color: Any? = null, fill: Any? = null, alpha: Number? = null, shape: Any? = null, linetype: Any? = null, fatten: Number? = null, slope: Number? = null, intercept: Number? = null, dir: String? = null, colorBy: String? = null, fillBy: String? = null, mapping: LollipopMapping.() -> Unit = {})
Properties
Link copied to clipboard
Color of the geometry. For more info see: aesthetics.html#color-and-fill.
Link copied to clipboard
Fill color. Is applied only to the points of shapes having inner area. For more info see: aesthetics.html#color-and-fill.
Link copied to clipboard
Type of the stick line. Accept codes or names (0 = "blank", 1 = "solid", 2 = "dashed", 3 = "dotted", 4 = "dotdash", 5 = "longdash", 6 = "twodash"), a hex string (up to 8 digits for dash-gap lengths), or a pattern offset to listOf(dash, gap, ...)
/ listOf(dash, gap, ...)
. For more info see: aesthetics.html#line-types.
Link copied to clipboard
Link copied to clipboard
Shape of the point. For more info see: aesthetics.html#point-shapes.