Uses of Interface
com.github.weisj.jsvg.nodes.prototype.HasContext
-
-
Uses of HasContext in com.github.weisj.jsvg.nodes
Classes in com.github.weisj.jsvg.nodes that implement HasContext Modifier and Type Class Description class
Anchor
As jsvg is only a static renderer without interaction the anchor tag behaves just as if it were a group.class
Group
class
Marker
class
Mask
class
Pattern
class
SVG
class
Symbol
class
Use
-
Uses of HasContext in com.github.weisj.jsvg.nodes.container
Classes in com.github.weisj.jsvg.nodes.container that implement HasContext Modifier and Type Class Description class
BaseInnerViewContainer
class
CommonInnerViewContainer
class
CommonRenderableContainerNode
Fields in com.github.weisj.jsvg.nodes.container declared as HasContext Modifier and Type Field Description private HasContext
CommonRenderableContainerNode. context
Methods in com.github.weisj.jsvg.nodes.container that return HasContext Modifier and Type Method Description @NotNull HasContext
CommonRenderableContainerNode. contextDelegate()
-
Uses of HasContext in com.github.weisj.jsvg.nodes.prototype
Subinterfaces of HasContext in com.github.weisj.jsvg.nodes.prototype Modifier and Type Interface Description static interface
HasContext.ByDelegate
Methods in com.github.weisj.jsvg.nodes.prototype that return HasContext Modifier and Type Method Description @NotNull HasContext
HasContext.ByDelegate. contextDelegate()
-
Uses of HasContext in com.github.weisj.jsvg.nodes.prototype.impl
Classes in com.github.weisj.jsvg.nodes.prototype.impl that implement HasContext Modifier and Type Class Description class
HasContextImpl
Methods in com.github.weisj.jsvg.nodes.prototype.impl that return HasContext Modifier and Type Method Description static @NotNull HasContext
HasContextImpl. parse(@NotNull AttributeNode attributeNode)
-
Uses of HasContext in com.github.weisj.jsvg.nodes.text
Classes in com.github.weisj.jsvg.nodes.text that implement HasContext Modifier and Type Class Description (package private) class
LinearTextContainer
class
Text
(package private) class
TextContainer
class
TextPath
class
TextSpan
Fields in com.github.weisj.jsvg.nodes.text declared as HasContext Modifier and Type Field Description private HasContext
TextContainer. context
Methods in com.github.weisj.jsvg.nodes.text that return HasContext Modifier and Type Method Description @NotNull HasContext
TextContainer. contextDelegate()
-