Class AWTSVGShape<T extends Shape>

java.lang.Object
com.github.weisj.jsvg.geometry.AWTSVGShape<T>
All Implemented Interfaces:
MeasurableLength, MeasurableShape, SVGShape
Direct Known Subclasses:
FillRuleAwareAWTSVGShape

public class AWTSVGShape<T extends Shape> extends Object implements MeasurableShape
  • Field Details

    • EMPTY_SHAPE

      public static final Rectangle2D EMPTY_SHAPE
    • shape

      @NotNull protected final T extends Shape shape
  • Constructor Details

    • AWTSVGShape

      public AWTSVGShape(@NotNull T shape)
  • Method Details