- java.lang.Object
-
- com.github.weisj.jsvg.geometry.path.PathCommand
-
- com.github.weisj.jsvg.geometry.path.Cubic
-
final class Cubic extends PathCommand
-
-
Constructor Summary
Constructors Constructor Description Cubic(boolean isRelative, float k1x, float k1y, float k2x, float k2y, float x, float y)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappendPath(@NotNull java.awt.geom.Path2D path, @NotNull BuildHistory hist)java.lang.StringtoString()-
Methods inherited from class com.github.weisj.jsvg.geometry.path.PathCommand
isRelative, lastKnotReflectionCubic, lastKnotReflectionQuadratic, nodeCount, offset
-
-
-
-
Method Detail
-
appendPath
public void appendPath(@NotNull @NotNull java.awt.geom.Path2D path, @NotNull @NotNull BuildHistory hist)- Specified by:
appendPathin classPathCommand
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-