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
/
PathWriter
Path
Writer
interface
PathWriter
Members
Functions
curve
To
Link copied to clipboard
abstract
fun
curveTo
(
x
:
Double
,
y
:
Double
,
xn
:
Double
,
yn
:
Double
)
line
To
Link copied to clipboard
abstract
fun
lineTo
(
x
:
Double
,
y
:
Double
)
move
To
Link copied to clipboard
abstract
fun
moveTo
(
x
:
Double
,
y
:
Double
)