Uses of Enum
com.github.weisj.jsvg.attributes.MarkerOrientation.MarkerType
Packages that use MarkerOrientation.MarkerType
-
Uses of MarkerOrientation.MarkerType in com.github.weisj.jsvg.attributes
Methods in com.github.weisj.jsvg.attributes that return MarkerOrientation.MarkerTypeModifier and TypeMethodDescriptionstatic MarkerOrientation.MarkerType
Returns the enum constant of this type with the specified name.static MarkerOrientation.MarkerType[]
MarkerOrientation.MarkerType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.weisj.jsvg.attributes with parameters of type MarkerOrientation.MarkerTypeModifier and TypeMethodDescriptionfloat
MarkerOrientation.AngleOrientation.orientationFor
(@NotNull MarkerOrientation.MarkerType type, float dxIn, float dyIn, float dxOut, float dyOut) float
MarkerOrientation.AutoOrientation.orientationFor
(@NotNull MarkerOrientation.MarkerType type, float dxIn, float dyIn, float dxOut, float dyOut) float
MarkerOrientation.AutoStartReverseOrientation.orientationFor
(@NotNull MarkerOrientation.MarkerType type, float dxIn, float dyIn, float dxOut, float dyOut) abstract float
MarkerOrientation.orientationFor
(@NotNull MarkerOrientation.MarkerType type, float dxIn, float dyIn, float dxOut, float dyOut) -
Uses of MarkerOrientation.MarkerType in com.github.weisj.jsvg.renderer
Methods in com.github.weisj.jsvg.renderer with parameters of type MarkerOrientation.MarkerTypeModifier and TypeMethodDescriptionstatic void
ShapeRenderer.paintSingleMarker
(@NotNull ShapeNode shapeNode, @NotNull RenderContext context, @NotNull Output output, MarkerOrientation.MarkerType type, @Nullable Marker marker, float x, float y, float dxIn, float dyIn, float dxOut, float dyOut)