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 classprivate static final classprivate static final classstatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract floatorientationFor(@NotNull MarkerOrientation.MarkerType type, float dxIn, float dyIn, float dxOut, float dyOut) static @NotNull MarkerOrientationparse(@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)
-