Class Quadratic
- java.lang.Object
-
- com.github.weisj.jsvg.geometry.path.PathCommand
-
- com.github.weisj.jsvg.geometry.path.Quadratic
-
final class Quadratic extends PathCommand
-
-
Constructor Summary
Constructors Constructor Description Quadratic(boolean isRelative, float kx, float ky, float x, float y)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
appendPath(@NotNull java.awt.geom.Path2D path, @NotNull BuildHistory hist)
java.lang.String
toString()
-
Methods inherited from class com.github.weisj.jsvg.geometry.path.PathCommand
isRelative, lastKnotReflection, nodeCount, offset
-
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
appendPath
public void appendPath(@NotNull @NotNull java.awt.geom.Path2D path, @NotNull @NotNull BuildHistory hist)
- Specified by:
appendPath
in classPathCommand
-
-