SimpleEdgesProperty

open class SimpleEdgesProperty(initialValue: Edges, bean: Any? = null, beanName: String? = null) : SimpleProperty<Edges> , EdgesProperty

Boilerplate which avoids having to use generics. Instead of SimpleProperty<Edges>, we can use SimpleEdgesProperty.

Constructors

Link copied to clipboard
constructor(initialValue: Edges, bean: Any? = null, beanName: String? = null)