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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static final class
private static final class
private static final class
static enum
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract float
orientationFor
(@NotNull MarkerOrientation.MarkerType type, float dxIn, float dyIn, float dxOut, float dyOut) static @NotNull MarkerOrientation
parse
(@Nullable String value, @NotNull AttributeParser parser)
-
Constructor Details
-
MarkerOrientation
private MarkerOrientation()
-
-
Method Details
-
parse
@NotNull public static @NotNull MarkerOrientation parse(@Nullable @Nullable String value, @NotNull @NotNull AttributeParser parser) -
orientationFor
public abstract float orientationFor(@NotNull @NotNull MarkerOrientation.MarkerType type, float dxIn, float dyIn, float dxOut, float dyOut)
-