DiagramAttachChange

class DiagramAttachChange(entity: Entity?, x: Double, y: Double) : DiagramChange

Constructors

Link copied to clipboard
constructor(entity: Entity?, x: Double, y: Double)

Properties

Link copied to clipboard
open override val isMarkedForDeletion: Boolean
Link copied to clipboard
val time: Long

Functions

Link copied to clipboard
open override fun apply(diagram: Diagram): Depictable
Link copied to clipboard
open override fun undo(diagram: Diagram): Depictable?