DbSchema
Toggle table of contents
9.9.4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
DbSchema
DbSchema
/
com.wisecoders.dbs.diagram.model
/
Depictable
Depictable
interface
Depictable
Inheritors
Callout
Depict
Group
Members
Properties
is
Marked
For
Deletion
Link copied to clipboard
abstract
val
isMarkedForDeletion
:
Boolean
position
Link copied to clipboard
abstract
val
position
:
Rect
Functions
get
Dependency
Cost
Link copied to clipboard
abstract
fun
getDependencyCost
(
other
:
Depictable
)
:
Double
get
Global
Cost
Link copied to clipboard
abstract
fun
getGlobalCost
(
similarName
:
String
?
)
:
Double
move
To
Link copied to clipboard
abstract
fun
moveTo
(
x
:
Double
,
y
:
Double
)
refresh
Link copied to clipboard
abstract
fun
refresh
(
)
translate
By
Link copied to clipboard
abstract
fun
translateBy
(
dx
:
Double
,
dy
:
Double
)