Uses of Class
com.github.weisj.jsvg.renderer.impl.context.PaintContext
Packages that use PaintContext
Package
Description
-
Uses of PaintContext in com.github.weisj.jsvg.nodes
Fields in com.github.weisj.jsvg.nodes declared as PaintContextModifier and TypeFieldDescriptionprivate PaintContextShapeNode.paintContextprivate PaintContextUse.paintContextMethods in com.github.weisj.jsvg.nodes that return PaintContextModifier and TypeMethodDescription@NotNull PaintContextShapeNode.paintContext()@NotNull PaintContextUse.paintContext() -
Uses of PaintContext in com.github.weisj.jsvg.nodes.prototype
Methods in com.github.weisj.jsvg.nodes.prototype that return types with arguments of type PaintContextModifier and TypeMethodDescriptiondefault @NotNull Mutator<PaintContext> HasContext.ByDelegate.paintContext()@NotNull Mutator<PaintContext> HasPaintContext.paintContext() -
Uses of PaintContext in com.github.weisj.jsvg.nodes.prototype.impl
Fields in com.github.weisj.jsvg.nodes.prototype.impl declared as PaintContextMethods in com.github.weisj.jsvg.nodes.prototype.impl that return types with arguments of type PaintContextConstructors in com.github.weisj.jsvg.nodes.prototype.impl with parameters of type PaintContextModifierConstructorDescriptionprivateHasContextImpl(@NotNull PaintContext paintContext, @NotNull FontRenderContext fontRenderContext, @NotNull AttributeFontSpec fontSpec) -
Uses of PaintContext in com.github.weisj.jsvg.renderer
Fields in com.github.weisj.jsvg.renderer declared as PaintContextMethod parameters in com.github.weisj.jsvg.renderer with type arguments of type PaintContextModifier 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) Constructors in com.github.weisj.jsvg.renderer with parameters of type PaintContextModifierConstructorDescriptionprivateRenderContext(@NotNull PlatformSupport platformSupport, @NotNull AffineTransform rootTransform, @NotNull AffineTransform userSpaceTransform, PaintContext paintContext, @NotNull MeasureContext measureContext, @NotNull FontRenderContext fontRenderContext, @NotNull MeasurableFontSpec fontSpec, @Nullable ContextElementAttributes contextElementAttributes) -
Uses of PaintContext in com.github.weisj.jsvg.renderer.impl
Methods in com.github.weisj.jsvg.renderer.impl with parameters of type PaintContextModifier and TypeMethodDescriptionstatic @NotNull SVGPaintPaintResolver.resolvePaint(@Nullable SVGPaint p, @NotNull PaintContext paintContext, @Nullable ContextElementAttributes contextElementAttributes) -
Uses of PaintContext in com.github.weisj.jsvg.renderer.impl.context
Classes in com.github.weisj.jsvg.renderer.impl.context that implement interfaces with type arguments of type PaintContextMethods in com.github.weisj.jsvg.renderer.impl.context that return PaintContextModifier and TypeMethodDescriptionstatic @NotNull PaintContextPaintContext.createDefault()@NotNull PaintContextPaintContext.derive(@NotNull PaintContext context) @NotNull PaintContextPaintContext.mutate(@NotNull PaintContext element) static @NotNull PaintContextPaintContext.parse(@NotNull AttributeNode attributeNode) Methods in com.github.weisj.jsvg.renderer.impl.context with parameters of type PaintContextModifier and TypeMethodDescription@NotNull PaintContextPaintContext.derive(@NotNull PaintContext context) @NotNull PaintContextPaintContext.mutate(@NotNull PaintContext element) Method parameters in com.github.weisj.jsvg.renderer.impl.context with type arguments of type PaintContextModifier 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)