Uses of Class
com.github.weisj.jsvg.renderer.ContextElementAttributes
Packages that use ContextElementAttributes
-
Uses of ContextElementAttributes in com.github.weisj.jsvg.nodes.prototype
Methods in com.github.weisj.jsvg.nodes.prototype that return ContextElementAttributesModifier and TypeMethodDescriptiondefault @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 ContextElementAttributesModifier and TypeFieldDescriptionprivate final @Nullable ContextElementAttributes
RenderContext.contextElementAttributes
Methods in com.github.weisj.jsvg.renderer that return ContextElementAttributesModifier and TypeMethodDescription(package private) @Nullable ContextElementAttributes
RenderContext.contextElementAttributes()
Methods in com.github.weisj.jsvg.renderer with parameters of type ContextElementAttributesModifier and TypeMethodDescription(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 AffineTransform rootTransform) Constructors in com.github.weisj.jsvg.renderer with parameters of type ContextElementAttributesModifierConstructorDescription(package private)
RenderContext
(@NotNull PlatformSupport platformSupport, @NotNull AffineTransform rootTransform, @NotNull AffineTransform userSpaceTransform, @NotNull PaintContext paintContext, @NotNull MeasureContext measureContext, @NotNull FontRenderContext fontRenderContext, @NotNull MeasurableFontSpec fontSpec, @NotNull FillRule fillRule, @Nullable ContextElementAttributes contextElementAttributes)