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 classAnchorAs jsvg is only a static renderer without interaction the anchor tag behaves just as if it were a group.classGroupclassMarkerclassMaskclassPatternclassSVGclassSymbolclassUse -
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 classBaseInnerViewContainerclassCommonInnerViewContainerclassCommonRenderableContainerNodeFields in com.github.weisj.jsvg.nodes.container declared as HasContext Modifier and Type Field Description private HasContextCommonRenderableContainerNode. contextMethods in com.github.weisj.jsvg.nodes.container that return HasContext Modifier and Type Method Description @NotNull HasContextCommonRenderableContainerNode. 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 interfaceHasContext.ByDelegateMethods in com.github.weisj.jsvg.nodes.prototype that return HasContext Modifier and Type Method Description @NotNull HasContextHasContext.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 classHasContextImplMethods in com.github.weisj.jsvg.nodes.prototype.impl that return HasContext Modifier and Type Method Description static @NotNull HasContextHasContextImpl. 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) classLinearTextContainerclassText(package private) classTextContainerclassTextPathclassTextSpanFields in com.github.weisj.jsvg.nodes.text declared as HasContext Modifier and Type Field Description private HasContextTextContainer. contextMethods in com.github.weisj.jsvg.nodes.text that return HasContext Modifier and Type Method Description @NotNull HasContextTextContainer. contextDelegate()
-