Module com.github.weisj.jsvg
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
-
Nested Class Summary
Nested classes/interfaces inherited from class com.github.weisj.jsvg.attributes.MarkerOrientation
MarkerOrientation.MarkerType
-
Field Summary
Fields -
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
-
AutoOrientation
private AutoOrientation()
-
-
Method Details
-
orientationFor
public float orientationFor(@NotNull @NotNull MarkerOrientation.MarkerType type, float dxIn, float dyIn, float dxOut, float dyOut) - Specified by:
orientationFor
in classMarkerOrientation
-