DomPropertyMapping
class DomPropertyMapping
Types
Link copied to clipboard
class MatrixMapping(val name: String, val property: KMutableProperty1<DOM.DomElement, Matrix>) : DOM.DomPropertyMapping.Mapping<Matrix>
Link copied to clipboard
class RatioMapping(val name: String, val property: KMutableProperty1<DOM.DomElement, Double?>) : DOM.DomPropertyMapping.Mapping<Double?>
Functions
Link copied to clipboard
fun add(name: String, property: KMutableProperty1<out DOM.DomElement, out Matrix>): DOM.DomPropertyMapping
fun add(name: String, property: KMutableProperty1<out DOM.DomElement, out Double?>): DOM.DomPropertyMapping