Class FontStyle.Oblique
- java.lang.Object
-
- com.github.weisj.jsvg.attributes.font.FontStyle
-
- com.github.weisj.jsvg.attributes.font.FontStyle.Oblique
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.github.weisj.jsvg.attributes.font.FontStyle
FontStyle.Italic, FontStyle.Normal, FontStyle.Oblique
-
-
Field Summary
Fields Modifier and Type Field Description private float
angle
static FontStyle.Oblique
DEFAULT
static float
DEFAULT_ANGLE
-
Constructor Summary
Constructors Constructor Description Oblique(float angle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
java.lang.String
toString()
@NotNull java.awt.geom.AffineTransform
transform()
-
-
-
Field Detail
-
DEFAULT_ANGLE
public static final float DEFAULT_ANGLE
-
DEFAULT
@NotNull public static final FontStyle.Oblique DEFAULT
-
angle
private final float angle
-
-
Method Detail
-
transform
@NotNull public @NotNull java.awt.geom.AffineTransform transform()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-