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
/
RelationPosition
Relation
Position
data
class
RelationPosition
(
val
fromX
:
Int
,
val
fromY
:
Int
,
val
fromDir
:
Int
,
val
toX
:
Int
,
val
toY
:
Int
,
val
toDir
:
Int
,
val
name
:
String
?
)
Members
Constructors
Relation
Position
Link copied to clipboard
constructor
(
fromX
:
Int
,
fromY
:
Int
,
fromDir
:
Int
,
toX
:
Int
,
toY
:
Int
,
toDir
:
Int
,
name
:
String
?
)
Properties
from
Dir
Link copied to clipboard
val
fromDir
:
Int
from
X
Link copied to clipboard
val
fromX
:
Int
from
Y
Link copied to clipboard
val
fromY
:
Int
name
Link copied to clipboard
val
name
:
String
?
name
Direction180
Link copied to clipboard
val
nameDirection180
:
Int
to
Dir
Link copied to clipboard
val
toDir
:
Int
to
X
Link copied to clipboard
val
toX
:
Int
to
Y
Link copied to clipboard
val
toY
:
Int
Functions
get
Name
Height
Link copied to clipboard
fun
getNameHeight
(
)
:
Double
get
Name
Width
Link copied to clipboard
fun
getNameWidth
(
)
:
Double
get
Name
X
Link copied to clipboard
fun
getNameX
(
)
:
Double
get
Name
Y
Link copied to clipboard
fun
getNameY
(
)
:
Double
touched
By
Link copied to clipboard
fun
touchedBy
(
xx
:
Int
,
yy
:
Int
)
:
Boolean
Allow this method to use negative width and height