Module com.github.weisj.jsvg
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
-
Nested Class Summary
Nested classes/interfaces inherited from class com.github.weisj.jsvg.attributes.MarkerOrientation
MarkerOrientation.MarkerType
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final float
private static final @NotNull MarkerOrientation.AngleOrientation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloat
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 Details
-
DEFAULT
-
angle
private final float angle
-
-
Constructor Details
-
AngleOrientation
private AngleOrientation(float angle)
-
-
Method Details
-
orientationFor
public float orientationFor(@NotNull @NotNull MarkerOrientation.MarkerType type, float dxIn, float dyIn, float dxOut, float dyOut) - Specified by:
orientationFor
in classMarkerOrientation
-