Uses of Class
com.github.weisj.jsvg.geometry.size.Angle
-
Packages that use Angle Package Description com.github.weisj.jsvg.attributes com.github.weisj.jsvg.attributes.font com.github.weisj.jsvg.geometry.size com.github.weisj.jsvg.parser.impl -
-
Uses of Angle in com.github.weisj.jsvg.attributes
Fields in com.github.weisj.jsvg.attributes declared as Angle Modifier and Type Field Description private @NotNull Angle
MarkerOrientation.AngleOrientation. angle
Constructors in com.github.weisj.jsvg.attributes with parameters of type Angle Constructor Description AngleOrientation(@NotNull Angle angle)
-
Uses of Angle in com.github.weisj.jsvg.attributes.font
Fields in com.github.weisj.jsvg.attributes.font declared as Angle Modifier and Type Field Description private @NotNull Angle
FontStyle.Oblique. angle
static @NotNull Angle
FontStyle.Oblique. DEFAULT_ANGLE
Methods in com.github.weisj.jsvg.attributes.font with parameters of type Angle Modifier and Type Method Description static @NotNull FontStyle
FontStyle. oblique(@NotNull Angle angle)
Constructors in com.github.weisj.jsvg.attributes.font with parameters of type Angle Constructor Description Oblique(@NotNull Angle angle)
-
Uses of Angle in com.github.weisj.jsvg.geometry.size
Fields in com.github.weisj.jsvg.geometry.size declared as Angle Modifier and Type Field Description static @NotNull Angle
Angle. UNSPECIFIED
static @NotNull Angle
Angle. ZERO
-
Uses of Angle in com.github.weisj.jsvg.parser.impl
Methods in com.github.weisj.jsvg.parser.impl that return Angle Modifier and Type Method Description @NotNull Angle
AttributeParser. parseAngle(@Nullable java.lang.String value, @NotNull Angle fallback)
Methods in com.github.weisj.jsvg.parser.impl with parameters of type Angle Modifier and Type Method Description @NotNull Angle
AttributeParser. parseAngle(@Nullable java.lang.String value, @NotNull Angle fallback)
-