Package com.github.weisj.jsvg.attributes
Class MarkerOrientation
java.lang.Object
com.github.weisj.jsvg.attributes.MarkerOrientation
-
Nested Class Summary
Nested Classes -
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)
-
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)
-