Interface Instantiator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description boolean
canInstantiate(@NotNull SVGNode node)
default @NotNull ContextElementAttributes
createContextAttributes(@NotNull RenderContext context)
-
-
-
Method Detail
-
canInstantiate
boolean canInstantiate(@NotNull @NotNull SVGNode node)
-
createContextAttributes
@NotNull default @NotNull ContextElementAttributes createContextAttributes(@NotNull @NotNull RenderContext context)
-
-