GeomOptions

open class GeomOptions(val kind: GeomKind, val mapping: Options = Options.empty())

Parameters

kind

The geometry kind.

mapping

Set of aesthetic mappings.

Inheritors

Constructors

Link copied to clipboard
constructor(kind: GeomKind, mapping: Options = Options.empty())

Properties

Link copied to clipboard
val kind: GeomKind
Link copied to clipboard
val mapping: Options
Link copied to clipboard
open val parameters: Options