korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-image
/
korlibs.image.vector
/
SvgBuilder
Svg
Builder
class
SvgBuilder
(
val
bounds
:
Rectangle
,
val
scale
:
Double
,
val
roundDecimalPlaces
:
Int
=
-1
)
Members
Constructors
Svg
Builder
Link copied to clipboard
constructor
(
bounds
:
Rectangle
,
scale
:
Double
,
roundDecimalPlaces
:
Int
=
-1
)
Properties
bounds
Link copied to clipboard
val
bounds
:
Rectangle
defs
Link copied to clipboard
val
defs
:
ArrayList
<
Xml
>
nice
Link copied to clipboard
val
Double
.
nice
:
String
nodes
Link copied to clipboard
val
nodes
:
ArrayList
<
Xml
>
round
Decimal
Places
Link copied to clipboard
val
roundDecimalPlaces
:
Int
scale
Link copied to clipboard
val
scale
:
Double
Functions
to
Xml
Link copied to clipboard
fun
toXml
(
)
:
Xml