Uses of Class
com.github.weisj.jsvg.renderer.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 PaintContext
ShapeNode.paintContext
private PaintContext
Use.paintContext
Methods in com.github.weisj.jsvg.nodes that return PaintContextModifier and TypeMethodDescription@NotNull PaintContext
ShapeNode.paintContext()
@NotNull PaintContext
Use.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 PaintContextModifierConstructorDescriptionprivate
HasContextImpl
(@NotNull PaintContext paintContext, @NotNull FontRenderContext fontRenderContext, @NotNull AttributeFontSpec fontSpec, @NotNull FillRule fillRule) -
Uses of PaintContext in com.github.weisj.jsvg.renderer
Fields in com.github.weisj.jsvg.renderer declared as PaintContextMethods in com.github.weisj.jsvg.renderer that return PaintContextModifier and TypeMethodDescriptionstatic @NotNull PaintContext
PaintContext.createDefault()
@NotNull PaintContext
PaintContext.derive
(@NotNull PaintContext context) @NotNull PaintContext
PaintContext.mutate
(@NotNull PaintContext element) static @NotNull PaintContext
PaintContext.parse
(@NotNull AttributeNode attributeNode) Methods in com.github.weisj.jsvg.renderer with parameters of type PaintContextModifier and TypeMethodDescription@NotNull PaintContext
PaintContext.derive
(@NotNull PaintContext context) @NotNull PaintContext
PaintContext.mutate
(@NotNull PaintContext element) Method parameters in com.github.weisj.jsvg.renderer with type arguments of type PaintContextModifier 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 PaintContextModifierConstructorDescription(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)