- 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 classMarkerOrientation.AngleOrientationprivate static classMarkerOrientation.AutoOrientationprivate static classMarkerOrientation.AutoStartReverseOrientationstatic classMarkerOrientation.MarkerType
-
Constructor Summary
Constructors Modifier Constructor Description privateMarkerOrientation()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract floatorientationFor(@NotNull MarkerOrientation.MarkerType type, float dxIn, float dyIn, float dxOut, float dyOut)static @NotNull MarkerOrientationparse(@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)
-
-