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 MarkerOrientation
MarkerOrientation.MarkerType -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatorientationFor(@NotNull MarkerOrientation.MarkerType type, float dxIn, float dyIn, float dxOut, float dyOut) Methods inherited from class 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:
orientationForin classMarkerOrientation
-