Interface SVGShape

All Known Subinterfaces:
MeasurableShape
All Known Implementing Classes:
AWTSVGShape, FillRuleAwareAWTSVGShape, SVGCircle, SVGEllipse, SVGLine, SVGRectangle, SVGRoundRectangle

public interface SVGShape
  • Method Details

    • canBeFilled

      default boolean canBeFilled()
    • shape

      @NotNull default @NotNull Shape shape(@NotNull @NotNull RenderContext context)
    • shape

      @NotNull @NotNull Shape shape(@NotNull @NotNull RenderContext context, boolean validate)
    • bounds

      @NotNull @NotNull Rectangle2D bounds(@NotNull @NotNull RenderContext context, boolean validate)
    • usesOptimizedBoundsCalculation

      default boolean usesOptimizedBoundsCalculation()