Interface SVGShape

    • Method Detail

      • canBeFilled

        default boolean canBeFilled()
      • shape

        @NotNull
        default @NotNull java.awt.Shape shape​(@NotNull
                                              @NotNull RenderContext context)
      • shape

        @NotNull
        @NotNull java.awt.Shape shape​(@NotNull
                                      @NotNull RenderContext context,
                                      boolean validate)
      • bounds

        @NotNull
        @NotNull java.awt.geom.Rectangle2D bounds​(@NotNull
                                                  @NotNull RenderContext context,
                                                  boolean validate)
      • usesOptimizedBoundsCalculation

        default boolean usesOptimizedBoundsCalculation()