Interface RenderContextAccessor.Accessor
- Enclosing class:
RenderContextAccessor
public static interface RenderContextAccessor.Accessor
-
Method Summary
Modifier and TypeMethodDescription@NotNull RenderContextcreateInitial(@NotNull PlatformSupport awtSupport, @NotNull MeasureContext measureContext) @NotNull RenderContextderiveForChildGraphics(@NotNull RenderContext context) @NotNull RenderContextderiveForNode(@NotNull RenderContext context, @Nullable Mutator<PaintContext> paintContextMutator, @Nullable Mutator<MeasurableFontSpec> attributeFontSpec, @Nullable FontRenderContext frc, @Nullable ContextElementAttributes contextAttributes, @NotNull Object node) @NotNull RenderContextderiveForSurface(@NotNull RenderContext context) @NotNull FillRulefillRule(@NotNull RenderContext context) @NotNull SVGFontfont(@NotNull RenderContext context) @NotNull FontRenderContextfontRenderContext(@NotNull RenderContext context) @NotNull PaintOrderpaintOrder(@NotNull RenderContext context) voidsetRootTransform(@NotNull RenderContext context, @NotNull AffineTransform rootTransform) voidsetRootTransform(@NotNull RenderContext context, @NotNull AffineTransform rootTransform, @NotNull AffineTransform userSpaceTransform) @NotNull RenderContextsetupInnerViewRenderContext(@NotNull ViewBox viewBox, @NotNull RenderContext context, boolean inheritAttributes) @NotNull StrokeContextstrokeContext(@NotNull RenderContext context)
-
Method Details
-
createInitial
@NotNull @NotNull RenderContext createInitial(@NotNull @NotNull PlatformSupport awtSupport, @NotNull @NotNull MeasureContext measureContext) -
deriveForSurface
-
deriveForChildGraphics
-
deriveForNode
@NotNull @NotNull RenderContext deriveForNode(@NotNull @NotNull RenderContext context, @Nullable @Nullable Mutator<PaintContext> paintContextMutator, @Nullable @Nullable Mutator<MeasurableFontSpec> attributeFontSpec, @Nullable @Nullable FontRenderContext frc, @Nullable @Nullable ContextElementAttributes contextAttributes, @NotNull @NotNull Object node) -
setupInnerViewRenderContext
@NotNull @NotNull RenderContext setupInnerViewRenderContext(@NotNull @NotNull ViewBox viewBox, @NotNull @NotNull RenderContext context, boolean inheritAttributes) -
strokeContext
-
fontRenderContext
-
fillRule
-
paintOrder
-
font
-
setRootTransform
void setRootTransform(@NotNull @NotNull RenderContext context, @NotNull @NotNull AffineTransform rootTransform) -
setRootTransform
void setRootTransform(@NotNull @NotNull RenderContext context, @NotNull @NotNull AffineTransform rootTransform, @NotNull @NotNull AffineTransform userSpaceTransform)
-