Uses of Enum Class
com.github.weisj.jsvg.renderer.RenderContext.EstablishRootMeasure
Packages that use RenderContext.EstablishRootMeasure
-
Uses of RenderContext.EstablishRootMeasure in com.github.weisj.jsvg.renderer
Subclasses with type arguments of type RenderContext.EstablishRootMeasure in com.github.weisj.jsvg.rendererMethods in com.github.weisj.jsvg.renderer that return RenderContext.EstablishRootMeasureModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static RenderContext.EstablishRootMeasure[]RenderContext.EstablishRootMeasure.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.weisj.jsvg.renderer with parameters of type RenderContext.EstablishRootMeasureModifier 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.deriveImpl(@Nullable Mutator<PaintContext> context, @Nullable Mutator<MeasurableFontSpec> attributeFontSpec, @Nullable ViewBox viewBox, @Nullable FontRenderContext frc, @Nullable ContextElementAttributes contextAttributes, @Nullable AffineTransform rootTransform, RenderContext.EstablishRootMeasure establishRootMeasure)