public static class EnhancedPath.Segment
extends java.lang.Object
implements java.lang.Cloneable
A vertex consists of three control points: C0, C1 and C2.
Modifier and Type | Field and Description |
---|---|
double[] |
coords
Control points x and y coordinates.
|
java.lang.String[] |
modifiers
Modifiers and formulas.
|
EnhancedPath.SegType |
type
The type of the segment.
|
Constructor and Description |
---|
Segment() |
Segment(EnhancedPath.Segment that) |
Segment(EnhancedPath.SegType type,
java.lang.Object... coordOrModifier)
Creates a segment.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
void |
setTo(EnhancedPath.Segment that) |
public EnhancedPath.SegType type
public double[] coords
public java.lang.String[] modifiers
public Segment()
public Segment(EnhancedPath.SegType type, java.lang.Object... coordOrModifier)
public Segment(EnhancedPath.Segment that)
public void setTo(EnhancedPath.Segment that)
public java.lang.Object clone()
clone
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object