Uses of Class
com.github.weisj.jsvg.attributes.MarkerOrientation
-
Packages that use MarkerOrientation Package Description com.github.weisj.jsvg.attributes com.github.weisj.jsvg.nodes -
-
Uses of MarkerOrientation in com.github.weisj.jsvg.attributes
Subclasses of MarkerOrientation in com.github.weisj.jsvg.attributes Modifier and Type Class Description private static class
MarkerOrientation.AngleOrientation
private static class
MarkerOrientation.AutoOrientation
private static class
MarkerOrientation.AutoStartReverseOrientation
Methods in com.github.weisj.jsvg.attributes that return MarkerOrientation Modifier and Type Method Description static @NotNull MarkerOrientation
MarkerOrientation. parse(@Nullable java.lang.String value, @NotNull AttributeParser parser)
-
Uses of MarkerOrientation in com.github.weisj.jsvg.nodes
Fields in com.github.weisj.jsvg.nodes declared as MarkerOrientation Modifier and Type Field Description private MarkerOrientation
Marker. orientation
Methods in com.github.weisj.jsvg.nodes that return MarkerOrientation Modifier and Type Method Description @NotNull MarkerOrientation
Marker. orientation()
-