Class HasContextImpl
java.lang.Object
com.github.weisj.jsvg.nodes.prototype.impl.HasContextImpl
- All Implemented Interfaces:
HasContext,HasFillRule,HasFontContext,HasFontRenderContext,HasPaintContext
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.github.weisj.jsvg.nodes.prototype.HasContext
HasContext.ByDelegate -
Method Summary
Modifier and TypeMethodDescription@NotNull FillRulefillRule()@NotNull FontRenderContext@NotNull Mutator<MeasurableFontSpec>fontSpec()@NotNull Mutator<PaintContext>static @NotNull HasContextparse(@NotNull AttributeNode attributeNode)
-
Method Details
-
parse
-
fillRule
- Specified by:
fillRulein interfaceHasFillRule
-
fontSpec
- Specified by:
fontSpecin interfaceHasFontContext
-
fontRenderContext
- Specified by:
fontRenderContextin interfaceHasFontRenderContext
-
paintContext
- Specified by:
paintContextin interfaceHasPaintContext
-