Uses of Class
com.github.weisj.jsvg.renderer.PaintContext
-
Packages that use PaintContext Package Description com.github.weisj.jsvg.nodes com.github.weisj.jsvg.nodes.prototype com.github.weisj.jsvg.nodes.prototype.impl com.github.weisj.jsvg.renderer -
-
Uses of PaintContext in com.github.weisj.jsvg.nodes
Fields in com.github.weisj.jsvg.nodes declared as PaintContext Modifier and Type Field Description private PaintContext
ShapeNode. paintContext
private PaintContext
Use. paintContext
Methods in com.github.weisj.jsvg.nodes that return PaintContext Modifier and Type Method Description @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 PaintContext Modifier and Type Method Description default @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 PaintContext Modifier and Type Field Description private @NotNull PaintContext
HasContextImpl. paintContext
Methods in com.github.weisj.jsvg.nodes.prototype.impl that return types with arguments of type PaintContext Modifier and Type Method Description @NotNull Mutator<PaintContext>
HasContextImpl. paintContext()
Constructors in com.github.weisj.jsvg.nodes.prototype.impl with parameters of type PaintContext Constructor Description 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 PaintContext Modifier and Type Field Description private @NotNull PaintContext
RenderContext. paintContext
Methods in com.github.weisj.jsvg.renderer that return PaintContext Modifier and Type Method Description static @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 PaintContext Modifier and Type Method Description @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 PaintContext Modifier and Type Method Description (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 java.awt.geom.AffineTransform rootTransform)
Constructors in com.github.weisj.jsvg.renderer with parameters of type PaintContext Constructor Description RenderContext(@NotNull PlatformSupport platformSupport, @NotNull java.awt.geom.AffineTransform rootTransform, @NotNull java.awt.geom.AffineTransform userSpaceTransform, @NotNull PaintContext paintContext, @NotNull MeasureContext measureContext, @NotNull FontRenderContext fontRenderContext, @NotNull MeasurableFontSpec fontSpec, @NotNull FillRule fillRule, @Nullable ContextElementAttributes contextElementAttributes)
-