Methods in math.geom2d.curve that return Curves2D.JunctionType |
static Curves2D.JunctionType |
Curves2D.getJunctionType(Curve2D prev,
Curve2D next)
Returns the junction type between the end of first curve and the
beginning of second curve. |
static Curves2D.JunctionType |
Curves2D.JunctionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Curves2D.JunctionType[] |
Curves2D.JunctionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared. |