Interface HasShape

    • Method Detail

      • elementShape

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

        @NotNull
        @NotNull java.awt.Shape untransformedElementShape​(@NotNull
                                                          @NotNull RenderContext context)
      • elementBounds

        @NotNull
        default @NotNull java.awt.geom.Rectangle2D elementBounds​(@NotNull
                                                                 @NotNull RenderContext context,
                                                                 HasShape.Box box)
      • untransformedElementBounds

        @NotNull
        @NotNull java.awt.geom.Rectangle2D untransformedElementBounds​(@NotNull
                                                                      @NotNull RenderContext context,
                                                                      HasShape.Box box)