public class USegment
extends java.lang.Object
| Constructor and Description |
|---|
USegment(double[] coord,
USegmentType pathType) |
| Modifier and Type | Method and Description |
|---|---|
double[] |
getCoord() |
USegmentType |
getSegmentType() |
java.lang.String |
toString() |
public USegment(double[] coord,
USegmentType pathType)
public java.lang.String toString()
toString in class java.lang.Objectpublic final double[] getCoord()
public final USegmentType getSegmentType()