Uses of Interface
com.github.weisj.jsvg.nodes.prototype.Mutator
-
-
Uses of Mutator in com.github.weisj.jsvg.attributes.font
Classes in com.github.weisj.jsvg.attributes.font that implement Mutator Modifier and Type Class Description class
AttributeFontSpec
-
Uses of Mutator in com.github.weisj.jsvg.nodes
Methods in com.github.weisj.jsvg.nodes that return Mutator Modifier and Type Method Description @NotNull Mutator<MeasurableFontSpec>
ShapeNode. fontSpec()
-
Uses of Mutator in com.github.weisj.jsvg.nodes.prototype
Methods in com.github.weisj.jsvg.nodes.prototype that return Mutator Modifier and Type Method Description default @NotNull Mutator<MeasurableFontSpec>
HasContext.ByDelegate. fontSpec()
@NotNull Mutator<MeasurableFontSpec>
HasFontContext. fontSpec()
default @NotNull Mutator<PaintContext>
HasContext.ByDelegate. paintContext()
@NotNull Mutator<PaintContext>
HasPaintContext. paintContext()
-
Uses of Mutator in com.github.weisj.jsvg.nodes.prototype.impl
Methods in com.github.weisj.jsvg.nodes.prototype.impl that return Mutator Modifier and Type Method Description @NotNull Mutator<MeasurableFontSpec>
HasContextImpl. fontSpec()
@NotNull Mutator<PaintContext>
HasContextImpl. paintContext()
-
Uses of Mutator in com.github.weisj.jsvg.renderer
Classes in com.github.weisj.jsvg.renderer that implement Mutator Modifier and Type Class Description class
PaintContext
Methods in com.github.weisj.jsvg.renderer with parameters of type Mutator Modifier and Type Method Description (package private) @NotNull RenderContext
RenderContext. derive(@Nullable Mutator<PaintContext> context, @Nullable Mutator<MeasurableFontSpec> attributeFontSpec, @Nullable ViewBox viewBox, @Nullable FontRenderContext frc, @Nullable FillRule fillRule, @Nullable ContextElementAttributes contextAttributes)
(package private) @NotNull RenderContext
RenderContext. derive(@Nullable Mutator<PaintContext> context, @Nullable Mutator<MeasurableFontSpec> attributeFontSpec, @Nullable ViewBox viewBox, @Nullable FontRenderContext frc, @Nullable FillRule fillRule, @Nullable ContextElementAttributes contextAttributes, @Nullable java.awt.geom.AffineTransform rootTransform)
-