Class NumberFontWeight

java.lang.Object
com.github.weisj.jsvg.attributes.font.NumberFontWeight
All Implemented Interfaces:
FontWeight

@Immutable public final class NumberFontWeight extends Object implements FontWeight
  • Field Details

    • weight

      private final float weight
  • Constructor Details

    • NumberFontWeight

      public NumberFontWeight(float weight)
  • Method Details