svg-transcoder
1.1.0
svg-transcoder
/
org.pushingpixels.aurora.tools.svgtranscoder
/
SvgBaseTranscoder
Svg
Base
Transcoder
abstract
class
SvgBaseTranscoder
(
classname
:
String
)
Content copied to clipboard
SVG to Compose transcoder.
Author
Kirill Grouchnikov.
Types
Constructors
Functions
Properties
Inheritors
Constructors
Svg
Base
Transcoder
Link copied to clipboard
fun
SvgBaseTranscoder
(
classname
:
String
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
set
Listener
Link copied to clipboard
fun
setListener
(
listener
:
TranscoderListener
)
Content copied to clipboard
set
Package
Name
Link copied to clipboard
fun
setPackageName
(
packageName
:
String
)
Content copied to clipboard
transcode
Link copied to clipboard
fun
transcode
(
gvtRoot
:
GraphicsNode
,
templateStream
:
InputStream
)
Content copied to clipboard
Transcodes the SVG image into Compose code.
Properties
_listener
Link copied to clipboard
var
_listener
:
TranscoderListener
?
=
null
Content copied to clipboard
Listener.
Inheritors
SvgTranscoder
Link copied to clipboard