Uses of Interface
com.github.weisj.jsvg.nodes.prototype.Mutator
Packages that use Mutator
Package
Description
-
Uses of Mutator in com.github.weisj.jsvg.attributes.font
Classes in com.github.weisj.jsvg.attributes.font that implement Mutator -
Uses of Mutator in com.github.weisj.jsvg.nodes
Methods in com.github.weisj.jsvg.nodes that return Mutator -
Uses of Mutator in com.github.weisj.jsvg.nodes.prototype
Methods in com.github.weisj.jsvg.nodes.prototype that return MutatorModifier and TypeMethodDescriptiondefault @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 MutatorModifier and TypeMethodDescription@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 MutatorModifier and TypeMethodDescriptionprivate @NotNull RenderContextRenderContext.derive(@Nullable Mutator<PaintContext> context, @Nullable Mutator<MeasurableFontSpec> attributeFontSpec, @Nullable ViewBox viewBox, @Nullable FontRenderContext frc, @Nullable ContextElementAttributes contextAttributes, RenderContext.EstablishRootMeasure establishRootMeasure) private @NotNull RenderContextRenderContext.deriveForNode(@Nullable Mutator<PaintContext> context, @Nullable Mutator<MeasurableFontSpec> attributeFontSpec, @Nullable FontRenderContext frc, @Nullable ContextElementAttributes contextAttributes, @NotNull Object node) private @NotNull RenderContextRenderContext.deriveImpl(@Nullable Mutator<PaintContext> context, @Nullable Mutator<MeasurableFontSpec> attributeFontSpec, @Nullable ViewBox viewBox, @Nullable FontRenderContext frc, @Nullable ContextElementAttributes contextAttributes, @Nullable 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 MutatorMethods in com.github.weisj.jsvg.renderer.impl.context with parameters of type MutatorModifier and TypeMethodDescription@NotNull RenderContextRenderContextAccessor.Accessor.deriveForNode(@NotNull RenderContext context, @Nullable Mutator<PaintContext> paintContextMutator, @Nullable Mutator<MeasurableFontSpec> attributeFontSpec, @Nullable FontRenderContext frc, @Nullable ContextElementAttributes contextAttributes, @NotNull Object node)