Class CoonPatch
- java.lang.Object
-
- com.github.weisj.jsvg.geometry.mesh.CoonPatch
-
public final class CoonPatch extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description @NotNull CoonValues
coonValues
Bezier
east
Bezier
north
Bezier
south
Bezier
west
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static @NotNull CoonPatch
createUninitialized()
Subdivided<CoonPatch>
subdivide()
@NotNull java.awt.Shape
toShape()
java.lang.String
toString()
-
-
-
Field Detail
-
north
public Bezier north
-
east
public Bezier east
-
south
public Bezier south
-
west
public Bezier west
-
coonValues
@NotNull public final @NotNull CoonValues coonValues
-
-
Method Detail
-
createUninitialized
@NotNull public static @NotNull CoonPatch createUninitialized()
-
toShape
@NotNull public @NotNull java.awt.Shape toShape()
-
subdivide
public Subdivided<CoonPatch> subdivide()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-