Interface Transformable

    • Method Detail

      • shouldTransform

        default boolean shouldTransform()
      • effectiveTransform

        @Nullable
        default @Nullable java.awt.geom.AffineTransform effectiveTransform​(@NotNull
                                                                           @NotNull RenderContext context,
                                                                           @NotNull
                                                                           @NotNull ElementBounds bounds)
      • applyTransform

        default void applyTransform​(@NotNull
                                    @NotNull Output output,
                                    @NotNull
                                    @NotNull RenderContext context,
                                    @NotNull
                                    @NotNull ElementBounds bounds)
      • transformShape

        default java.awt.Shape transformShape​(@NotNull
                                              @NotNull java.awt.Shape shape,
                                              @NotNull
                                              @NotNull RenderContext renderContext,
                                              @NotNull
                                              @NotNull ElementBounds elementBounds)