Depictable

interface Depictable

Inheritors

Properties

Link copied to clipboard
abstract val isMarkedForDeletion: Boolean
Link copied to clipboard
abstract val position: Rect

Functions

Link copied to clipboard
abstract fun getDependencyCost(other: Depictable): Double
Link copied to clipboard
abstract fun getGlobalCost(similarName: String?): Double
Link copied to clipboard
abstract fun moveTo(x: Double, y: Double)
Link copied to clipboard
abstract fun refresh()
Link copied to clipboard
abstract fun translateBy(dx: Double, dy: Double)