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
Methods in com.github.weisj.jsvg.renderer with parameters of type Mutator Modifier and Type Method Description private @NotNull RenderContext
RenderContext. derive(@Nullable Mutator<PaintContext> context, @Nullable Mutator<MeasurableFontSpec> attributeFontSpec, @Nullable ViewBox viewBox, @Nullable FontRenderContext frc, @Nullable ContextElementAttributes contextAttributes, RenderContext.EstablishRootMeasure establishRootMeasure)
private @NotNull RenderContext
RenderContext. deriveForNode(@Nullable Mutator<PaintContext> context, @Nullable Mutator<MeasurableFontSpec> attributeFontSpec, @Nullable FontRenderContext frc, @Nullable ContextElementAttributes contextAttributes, @NotNull java.lang.Object node)
private @NotNull RenderContext
RenderContext. deriveImpl(@Nullable Mutator<PaintContext> context, @Nullable Mutator<MeasurableFontSpec> attributeFontSpec, @Nullable ViewBox viewBox, @Nullable FontRenderContext frc, @Nullable ContextElementAttributes contextAttributes, @Nullable java.awt.geom.AffineTransform rootTransform, RenderContext.EstablishRootMeasure establishRootMeasure)
-
Uses of Mutator in com.github.weisj.jsvg.renderer.impl.context
Classes in com.github.weisj.jsvg.renderer.impl.context that implement Mutator Modifier and Type Class Description class
PaintContext
Methods in com.github.weisj.jsvg.renderer.impl.context with parameters of type Mutator Modifier and Type Method Description @NotNull RenderContext
RenderContextAccessor.Accessor. deriveForNode(@NotNull RenderContext context, @Nullable Mutator<PaintContext> paintContextMutator, @Nullable Mutator<MeasurableFontSpec> attributeFontSpec, @Nullable FontRenderContext frc, @Nullable ContextElementAttributes contextAttributes, @NotNull java.lang.Object node)
-