java.lang.Object
com.github.weisj.jsvg.geometry.path.PathCommand
com.github.weisj.jsvg.geometry.path.Quadratic
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
appendPath
(@NotNull Path2D path, @NotNull BuildHistory hist) toString()
Methods inherited from class com.github.weisj.jsvg.geometry.path.PathCommand
isRelative, lastKnotReflection, nodeCount, offset
-
Field Details
-
kx
private final float kx -
ky
private final float ky -
x
private final float x -
y
private final float y
-
-
Constructor Details
-
Quadratic
public Quadratic(boolean isRelative, float kx, float ky, float x, float y)
-
-
Method Details
-
toString
-
appendPath
- Specified by:
appendPath
in classPathCommand
-