Package com.github.weisj.jsvg.attributes
Class MarkerOrientation.AutoOrientation
- java.lang.Object
-
- com.github.weisj.jsvg.attributes.MarkerOrientation
-
- com.github.weisj.jsvg.attributes.MarkerOrientation.AutoOrientation
-
- Enclosing class:
- MarkerOrientation
private static final class MarkerOrientation.AutoOrientation extends MarkerOrientation
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.github.weisj.jsvg.attributes.MarkerOrientation
MarkerOrientation.MarkerType
-
-
Field Summary
Fields Modifier and Type Field Description private static @NotNull MarkerOrientation.AutoOrientation
INSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description private
AutoOrientation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
orientationFor(@NotNull MarkerOrientation.MarkerType type, float dxIn, float dyIn, float dxOut, float dyOut)
-
Methods inherited from class com.github.weisj.jsvg.attributes.MarkerOrientation
parse
-
-
-
-
Field Detail
-
INSTANCE
@NotNull private static final @NotNull MarkerOrientation.AutoOrientation INSTANCE
-
-
Method Detail
-
orientationFor
public float orientationFor(@NotNull @NotNull MarkerOrientation.MarkerType type, float dxIn, float dyIn, float dxOut, float dyOut)
- Specified by:
orientationFor
in classMarkerOrientation
-
-