- java.lang.Object
-
- com.github.weisj.jsvg.attributes.font.FontStyle
-
- Direct Known Subclasses:
FontStyle.Italic,FontStyle.Normal,FontStyle.Oblique
abstract class FontStyle extends java.lang.ObjectThis abstract class shouldn't be extended besides those constants.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classFontStyle.Italic(package private) static classFontStyle.Normal(package private) static classFontStyle.Oblique
-
Constructor Summary
Constructors Modifier Constructor Description privateFontStyle()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static @NotNull FontStyleitalic()static @NotNull FontStylenormal()static @NotNull FontStyleoblique()static @NotNull FontStyleoblique(@NotNull Angle angle)@Nullable java.awt.geom.AffineTransformtransform()
-