Package com.github.weisj.jsvg.attributes
Class MarkerOrientation
- java.lang.Object
-
- com.github.weisj.jsvg.attributes.MarkerOrientation
-
- Direct Known Subclasses:
MarkerOrientation.AngleOrientation
,MarkerOrientation.AutoOrientation
,MarkerOrientation.AutoStartReverseOrientation
public abstract class MarkerOrientation extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
MarkerOrientation.AngleOrientation
private static class
MarkerOrientation.AutoOrientation
private static class
MarkerOrientation.AutoStartReverseOrientation
static class
MarkerOrientation.MarkerType
-
Constructor Summary
Constructors Modifier Constructor Description private
MarkerOrientation()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract float
orientationFor(@NotNull MarkerOrientation.MarkerType type, float dxIn, float dyIn, float dxOut, float dyOut)
static @NotNull MarkerOrientation
parse(@Nullable java.lang.String value, @NotNull AttributeParser parser)
-
-
-
Method Detail
-
parse
@NotNull public static @NotNull MarkerOrientation parse(@Nullable @Nullable java.lang.String value, @NotNull @NotNull AttributeParser parser)
-
orientationFor
public abstract float orientationFor(@NotNull @NotNull MarkerOrientation.MarkerType type, float dxIn, float dyIn, float dxOut, float dyOut)
-
-