Class SVGRectangle

java.lang.Object
com.github.weisj.jsvg.geometry.SVGRectangle
All Implemented Interfaces:
MeasurableLength, MeasurableShape, SVGShape

public final class SVGRectangle extends Object implements MeasurableShape
  • Field Details

    • rect

      @NotNull private final Rectangle2D.Float rect
    • x

      @NotNull private final @NotNull Length x
    • y

      @NotNull private final @NotNull Length y
    • w

      @NotNull private final @NotNull Length w
    • h

      @NotNull private final @NotNull Length h
  • Constructor Details

    • SVGRectangle

      public SVGRectangle(@NotNull @NotNull Length x, @NotNull @NotNull Length y, @NotNull @NotNull Length w, @NotNull @NotNull Length h)
  • Method Details