Package com.github.weisj.jsvg.attributes
Class MarkerOrientation.AngleOrientation
- java.lang.Object
-
- com.github.weisj.jsvg.attributes.MarkerOrientation
-
- com.github.weisj.jsvg.attributes.MarkerOrientation.AngleOrientation
-
- Enclosing class:
- MarkerOrientation
private static final class MarkerOrientation.AngleOrientation 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 float
angle
private static @NotNull MarkerOrientation.AngleOrientation
DEFAULT
-
Constructor Summary
Constructors Modifier Constructor Description private
AngleOrientation(float angle)
-
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
-
DEFAULT
@NotNull private static final @NotNull MarkerOrientation.AngleOrientation DEFAULT
-
angle
private final float angle
-
-
Method Detail
-
orientationFor
public float orientationFor(@NotNull @NotNull MarkerOrientation.MarkerType type, float dxIn, float dyIn, float dxOut, float dyOut)
- Specified by:
orientationFor
in classMarkerOrientation
-
-