Class SVGRoundRectangle

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

public final class SVGRoundRectangle extends Object implements MeasurableShape
  • Field Details

    • rect

      @NotNull private final RoundRectangle2D.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
    • rx

      @NotNull private final @NotNull Length rx
    • ry

      @NotNull private final @NotNull Length ry
  • Constructor Details

    • SVGRoundRectangle

      public SVGRoundRectangle(@NotNull @NotNull Length x, @NotNull @NotNull Length y, @NotNull @NotNull Length w, @NotNull @NotNull Length h, @NotNull @NotNull Length rx, @NotNull @NotNull Length ry)
  • Method Details