Uses of Class
com.github.weisj.jsvg.renderer.impl.context.ContextElementAttributes
-
-
Uses of ContextElementAttributes in com.github.weisj.jsvg.nodes.prototype
Methods in com.github.weisj.jsvg.nodes.prototype that return ContextElementAttributes Modifier and Type Method Description default @NotNull ContextElementAttributes
Instantiator. createContextAttributes(@NotNull RenderContext context)
-
Uses of ContextElementAttributes in com.github.weisj.jsvg.renderer
Fields in com.github.weisj.jsvg.renderer declared as ContextElementAttributes Modifier and Type Field Description private @Nullable ContextElementAttributes
RenderContext. contextElementAttributes
Methods in com.github.weisj.jsvg.renderer that return ContextElementAttributes Modifier and Type Method Description private @Nullable ContextElementAttributes
RenderContext. contextElementAttributes()
Methods in com.github.weisj.jsvg.renderer with parameters of type ContextElementAttributes 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)
Constructors in com.github.weisj.jsvg.renderer with parameters of type ContextElementAttributes Constructor Description RenderContext(@NotNull PlatformSupport platformSupport, @NotNull java.awt.geom.AffineTransform rootTransform, @NotNull java.awt.geom.AffineTransform userSpaceTransform, PaintContext paintContext, @NotNull MeasureContext measureContext, @NotNull FontRenderContext fontRenderContext, @NotNull MeasurableFontSpec fontSpec, @Nullable ContextElementAttributes contextElementAttributes)
-
Uses of ContextElementAttributes in com.github.weisj.jsvg.renderer.impl
Methods in com.github.weisj.jsvg.renderer.impl with parameters of type ContextElementAttributes Modifier and Type Method Description static @NotNull SVGPaint
PaintResolver. resolvePaint(@Nullable SVGPaint p, @NotNull PaintContext paintContext, @Nullable ContextElementAttributes contextElementAttributes)
-
Uses of ContextElementAttributes in com.github.weisj.jsvg.renderer.impl.context
Methods in com.github.weisj.jsvg.renderer.impl.context with parameters of type ContextElementAttributes 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)
-