Class FontStyle

java.lang.Object
com.github.weisj.jsvg.attributes.font.FontStyle
Direct Known Subclasses:
FontStyle.Italic, FontStyle.Normal, FontStyle.Oblique

abstract class FontStyle extends Object
This abstract class shouldn't be extended besides those constants.
  • Constructor Details

    • FontStyle

      private FontStyle()
  • Method Details

    • transform

      @Nullable public @Nullable AffineTransform transform()
    • normal

      @NotNull public static @NotNull FontStyle normal()
    • italic

      @NotNull public static @NotNull FontStyle italic()
    • oblique

      @NotNull public static @NotNull FontStyle oblique()
    • oblique

      @NotNull public static @NotNull FontStyle oblique(float angle)