Uses of Class
com.github.weisj.jsvg.renderer.impl.context.FontRenderContext
Packages that use FontRenderContext
Package
Description
-
Uses of FontRenderContext in com.github.weisj.jsvg.nodes
Fields in com.github.weisj.jsvg.nodes declared as FontRenderContextMethods in com.github.weisj.jsvg.nodes that return FontRenderContext -
Uses of FontRenderContext in com.github.weisj.jsvg.nodes.prototype
Methods in com.github.weisj.jsvg.nodes.prototype that return FontRenderContextModifier and TypeMethodDescriptiondefault @NotNull FontRenderContextHasContext.ByDelegate.fontRenderContext()@NotNull FontRenderContextHasFontRenderContext.fontRenderContext() -
Uses of FontRenderContext in com.github.weisj.jsvg.nodes.prototype.impl
Fields in com.github.weisj.jsvg.nodes.prototype.impl declared as FontRenderContextModifier and TypeFieldDescriptionprivate final @NotNull FontRenderContextHasContextImpl.fontRenderContextMethods in com.github.weisj.jsvg.nodes.prototype.impl that return FontRenderContextConstructors in com.github.weisj.jsvg.nodes.prototype.impl with parameters of type FontRenderContextModifierConstructorDescriptionprivateHasContextImpl(@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 FontRenderContextModifier and TypeMethodDescriptionprivate static floatGlyphRenderer.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 FontRenderContextModifier and TypeFieldDescriptionprivate final @NotNull FontRenderContextRenderContext.fontRenderContextMethods in com.github.weisj.jsvg.renderer that return FontRenderContextModifier and TypeMethodDescriptionprivate @NotNull FontRenderContextRenderContext.fontRenderContext()Methods in com.github.weisj.jsvg.renderer with parameters of type FontRenderContextModifier 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 FontRenderContextModifierConstructorDescriptionprivateRenderContext(@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 FontRenderContext in com.github.weisj.jsvg.renderer.impl.context
Methods in com.github.weisj.jsvg.renderer.impl.context that return FontRenderContextModifier and TypeMethodDescriptionstatic @NotNull FontRenderContextFontRenderContext.createDefault()@NotNull FontRenderContextFontRenderContext.derive(@Nullable FontRenderContext frc) @NotNull FontRenderContextRenderContextAccessor.Accessor.fontRenderContext(@NotNull RenderContext context) static @NotNull FontRenderContextFontRenderContext.parse(@NotNull AttributeNode attributeNode) Methods in com.github.weisj.jsvg.renderer.impl.context with parameters of type FontRenderContextModifier and TypeMethodDescription@NotNull FontRenderContextFontRenderContext.derive(@Nullable FontRenderContext frc) @NotNull RenderContextRenderContextAccessor.Accessor.deriveForNode(@NotNull RenderContext context, @Nullable Mutator<PaintContext> paintContextMutator, @Nullable Mutator<MeasurableFontSpec> attributeFontSpec, @Nullable FontRenderContext frc, @Nullable ContextElementAttributes contextAttributes, @NotNull Object node)