Class PreserveAspectRatio


  • public final class PreserveAspectRatio
    extends java.lang.Object
    • Method Detail

      • parse

        @NotNull
        public static @NotNull PreserveAspectRatio parse​(@Nullable
                                                         @Nullable java.lang.String preserveAspectRation,
                                                         @NotNull
                                                         @NotNull AttributeParser parser)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • computeViewPortTransform

        @NotNull
        public @NotNull java.awt.geom.AffineTransform computeViewPortTransform​(@NotNull
                                                                               @NotNull FloatSize size,
                                                                               @NotNull
                                                                               @NotNull ViewBox viewBox)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object