Uses of Class
com.github.weisj.jsvg.renderer.RenderContext.EstablishRootMeasure
-
Packages that use RenderContext.EstablishRootMeasure Package Description com.github.weisj.jsvg.renderer -
-
Uses of RenderContext.EstablishRootMeasure in com.github.weisj.jsvg.renderer
Methods in com.github.weisj.jsvg.renderer that return RenderContext.EstablishRootMeasure Modifier and Type Method Description static RenderContext.EstablishRootMeasureRenderContext.EstablishRootMeasure. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RenderContext.EstablishRootMeasure[]RenderContext.EstablishRootMeasure. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.weisj.jsvg.renderer with parameters of type RenderContext.EstablishRootMeasure Modifier and Type Method Description private @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 java.awt.geom.AffineTransform rootTransform, RenderContext.EstablishRootMeasure establishRootMeasure)
-