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 AngleMarkerOrientation.AngleOrientation. angleConstructors 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 AngleFontStyle.Oblique. anglestatic @NotNull AngleFontStyle.Oblique. DEFAULT_ANGLEMethods in com.github.weisj.jsvg.attributes.font with parameters of type Angle Modifier and Type Method Description static @NotNull FontStyleFontStyle. 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 AngleAngle. UNSPECIFIEDstatic @NotNull AngleAngle. 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 AngleAttributeParser. 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 AngleAttributeParser. parseAngle(@Nullable java.lang.String value, @NotNull Angle fallback)
-