Class BaseInnerViewContainer

    • Constructor Detail

      • BaseInnerViewContainer

        public BaseInnerViewContainer()
    • Method Detail

      • outerLocation

        @NotNull
        protected abstract @NotNull java.awt.geom.Point2D outerLocation​(@NotNull
                                                                        @NotNull MeasureContext context)
      • anchorLocation

        @Nullable
        protected abstract @Nullable java.awt.geom.Point2D anchorLocation​(@NotNull
                                                                          @NotNull MeasureContext context)
      • defaultOverflow

        @NotNull
        protected abstract @NotNull Overflow defaultOverflow()
      • renderWithSize

        public final void renderWithSize​(@NotNull
                                         @NotNull FloatSize useSiteSize,
                                         @Nullable
                                         @Nullable ViewBox view,
                                         @NotNull
                                         @NotNull RenderContext context,
                                         @NotNull
                                         @NotNull java.awt.Graphics2D g)
      • renderWithSize

        public final void renderWithSize​(@NotNull
                                         @NotNull FloatSize useSiteSize,
                                         @Nullable
                                         @Nullable ViewBox view,
                                         @Nullable
                                         @Nullable PreserveAspectRatio preserveAspectRatio,
                                         @NotNull
                                         @NotNull RenderContext context,
                                         @NotNull
                                         @NotNull java.awt.Graphics2D g)