Uses of Class
com.github.weisj.jsvg.renderer.impl.context.FontRenderContext
-
-
Uses of FontRenderContext in com.github.weisj.jsvg.nodes
Fields in com.github.weisj.jsvg.nodes declared as FontRenderContext Modifier and Type Field Description private FontRenderContext
Use. fontRenderContext
Methods in com.github.weisj.jsvg.nodes that return FontRenderContext Modifier and Type Method Description @NotNull FontRenderContext
Use. fontRenderContext()
-
Uses of FontRenderContext in com.github.weisj.jsvg.nodes.prototype
Methods in com.github.weisj.jsvg.nodes.prototype that return FontRenderContext Modifier and Type Method Description default @NotNull FontRenderContext
HasContext.ByDelegate. fontRenderContext()
@NotNull FontRenderContext
HasFontRenderContext. fontRenderContext()
-
Uses of FontRenderContext in com.github.weisj.jsvg.nodes.prototype.impl
Fields in com.github.weisj.jsvg.nodes.prototype.impl declared as FontRenderContext Modifier and Type Field Description private @NotNull FontRenderContext
HasContextImpl. fontRenderContext
Methods in com.github.weisj.jsvg.nodes.prototype.impl that return FontRenderContext Modifier and Type Method Description @NotNull FontRenderContext
HasContextImpl. fontRenderContext()
Constructors in com.github.weisj.jsvg.nodes.prototype.impl with parameters of type FontRenderContext Constructor Description HasContextImpl(@NotNull PaintContext paintContext, @NotNull FontRenderContext fontRenderContext, @NotNull AttributeFontSpec fontSpec)
-
Uses of FontRenderContext in com.github.weisj.jsvg.nodes.text
Methods in com.github.weisj.jsvg.nodes.text with parameters of type FontRenderContext Modifier and Type Method Description private static float
GlyphRenderer. computeBaselineOffset(@NotNull SVGFont font, @NotNull FontRenderContext fontRenderContext)
-
Uses of FontRenderContext in com.github.weisj.jsvg.renderer
Fields in com.github.weisj.jsvg.renderer declared as FontRenderContext Modifier and Type Field Description private @NotNull FontRenderContext
RenderContext. fontRenderContext
Methods in com.github.weisj.jsvg.renderer that return FontRenderContext Modifier and Type Method Description private @NotNull FontRenderContext
RenderContext. fontRenderContext()
Methods in com.github.weisj.jsvg.renderer with parameters of type FontRenderContext 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 FontRenderContext 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 FontRenderContext in com.github.weisj.jsvg.renderer.impl.context
Methods in com.github.weisj.jsvg.renderer.impl.context that return FontRenderContext Modifier and Type Method Description static @NotNull FontRenderContext
FontRenderContext. createDefault()
@NotNull FontRenderContext
FontRenderContext. derive(@Nullable FontRenderContext frc)
@NotNull FontRenderContext
RenderContextAccessor.Accessor. fontRenderContext(@NotNull RenderContext context)
static @NotNull FontRenderContext
FontRenderContext. parse(@NotNull AttributeNode attributeNode)
Methods in com.github.weisj.jsvg.renderer.impl.context with parameters of type FontRenderContext Modifier and Type Method Description @NotNull FontRenderContext
FontRenderContext. derive(@Nullable FontRenderContext frc)
@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)
-