Module com.github.weisj.jsvg
Package com.github.weisj.jsvg.attributes
Class MarkerOrientation.AutoStartReverseOrientation
java.lang.Object
com.github.weisj.jsvg.attributes.MarkerOrientation
com.github.weisj.jsvg.attributes.MarkerOrientation.AutoStartReverseOrientation
- 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 static final @NotNull MarkerOrientation.AutoStartReverseOrientation
-
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
-
INSTANCE
-
-
Constructor Details
-
AutoStartReverseOrientation
private AutoStartReverseOrientation()
-
-
Method Details
-
orientationFor
public float orientationFor(@NotNull @NotNull MarkerOrientation.MarkerType type, float dxIn, float dyIn, float dxOut, float dyOut) - Specified by:
orientationFor
in classMarkerOrientation
-