Class CubicSmooth
java.lang.Object
com.github.weisj.jsvg.geometry.path.PathCommand
com.github.weisj.jsvg.geometry.path.CubicSmooth
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappendPath(@NotNull Path2D path, @NotNull BuildHistory hist) toString()Methods inherited from class PathCommand
isRelative, lastKnotReflectionCubic, lastKnotReflectionQuadratic, nodeCount, offset
-
Field Details
-
x
private final float x -
y
private final float y -
k2x
private final float k2x -
k2y
private final float k2y
-
-
Constructor Details
-
CubicSmooth
public CubicSmooth(boolean isRelative, float k2x, float k2y, float x, float y)
-
-
Method Details
-
appendPath
- Specified by:
appendPathin classPathCommand
-
toString
-