Class LengthFontSize

java.lang.Object
com.github.weisj.jsvg.attributes.font.LengthFontSize
All Implemented Interfaces:
FontSize

@Immutable public final class LengthFontSize extends Object implements FontSize
  • Field Details

    • size

      @NotNull private final @NotNull Length size
  • Constructor Details

    • LengthFontSize

      public LengthFontSize(@NotNull @NotNull Length size)
  • Method Details