Uses of Class
com.github.weisj.jsvg.attributes.FillRule
-
-
Uses of FillRule in com.github.weisj.jsvg.attributes
Methods in com.github.weisj.jsvg.attributes that return FillRule Modifier and Type Method Description static @NotNull FillRule
FillRule. parse(@NotNull AttributeNode attributeNode)
static FillRule
FillRule. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FillRule[]
FillRule. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FillRule in com.github.weisj.jsvg.nodes
Fields in com.github.weisj.jsvg.nodes declared as FillRule Modifier and Type Field Description private FillRule
AbstractPolyShape. fillRule
private FillRule
Path. fillRule
private FillRule
Use. fillRule
Methods in com.github.weisj.jsvg.nodes that return FillRule Modifier and Type Method Description @NotNull FillRule
AbstractPolyShape. fillRule()
@NotNull FillRule
Path. fillRule()
@NotNull FillRule
Use. fillRule()
-
Uses of FillRule in com.github.weisj.jsvg.nodes.prototype
Methods in com.github.weisj.jsvg.nodes.prototype that return FillRule Modifier and Type Method Description default @NotNull FillRule
HasContext.ByDelegate. fillRule()
@NotNull FillRule
HasFillRule. fillRule()
-
Uses of FillRule in com.github.weisj.jsvg.nodes.prototype.impl
Fields in com.github.weisj.jsvg.nodes.prototype.impl declared as FillRule Modifier and Type Field Description private @NotNull FillRule
HasContextImpl. fillRule
Methods in com.github.weisj.jsvg.nodes.prototype.impl that return FillRule Modifier and Type Method Description @NotNull FillRule
HasContextImpl. fillRule()
Constructors in com.github.weisj.jsvg.nodes.prototype.impl with parameters of type FillRule Constructor Description HasContextImpl(@NotNull PaintContext paintContext, @NotNull FontRenderContext fontRenderContext, @NotNull AttributeFontSpec fontSpec, @NotNull FillRule fillRule)
-
Uses of FillRule in com.github.weisj.jsvg.renderer
Fields in com.github.weisj.jsvg.renderer declared as FillRule Modifier and Type Field Description private @NotNull FillRule
RenderContext. fillRule
Methods in com.github.weisj.jsvg.renderer that return FillRule Modifier and Type Method Description @NotNull FillRule
RenderContext. fillRule()
Methods in com.github.weisj.jsvg.renderer with parameters of type FillRule Modifier and Type Method Description (package private) @NotNull RenderContext
RenderContext. derive(@Nullable Mutator<PaintContext> context, @Nullable Mutator<MeasurableFontSpec> attributeFontSpec, @Nullable ViewBox viewBox, @Nullable FontRenderContext frc, @Nullable FillRule fillRule, @Nullable ContextElementAttributes contextAttributes)
(package private) @NotNull RenderContext
RenderContext. derive(@Nullable Mutator<PaintContext> context, @Nullable Mutator<MeasurableFontSpec> attributeFontSpec, @Nullable ViewBox viewBox, @Nullable FontRenderContext frc, @Nullable FillRule fillRule, @Nullable ContextElementAttributes contextAttributes, @Nullable java.awt.geom.AffineTransform rootTransform)
Constructors in com.github.weisj.jsvg.renderer with parameters of type FillRule Constructor Description RenderContext(@NotNull PlatformSupport platformSupport, @NotNull java.awt.geom.AffineTransform rootTransform, @NotNull java.awt.geom.AffineTransform userSpaceTransform, @NotNull PaintContext paintContext, @NotNull MeasureContext measureContext, @NotNull FontRenderContext fontRenderContext, @NotNull MeasurableFontSpec fontSpec, @NotNull FillRule fillRule, @Nullable ContextElementAttributes contextElementAttributes)
-
Uses of FillRule in com.github.weisj.jsvg.util
Methods in com.github.weisj.jsvg.util with parameters of type FillRule Modifier and Type Method Description static @NotNull MeasurableShape
PathUtil. parseFromPathData(@NotNull java.lang.String data, @NotNull FillRule fillRule)
-