Class FillRuleAwareAWTSVGShape

  • All Implemented Interfaces:
    SVGShape

    public final class FillRuleAwareAWTSVGShape
    extends AWTSVGShape<java.awt.geom.Path2D>
    • Constructor Detail

      • FillRuleAwareAWTSVGShape

        public FillRuleAwareAWTSVGShape​(@NotNull
                                        @NotNull Value<java.awt.geom.Path2D> shape)
    • Method Detail

      • shape

        @NotNull
        public @NotNull java.awt.geom.Path2D shape​(@NotNull
                                                   @NotNull RenderContext context,
                                                   boolean validate)
        Specified by:
        shape in interface SVGShape
        Overrides:
        shape in class AWTSVGShape<java.awt.geom.Path2D>