375376377378379380381382383384385
} public int indexOf(FEPoint p) { FEPointList fepl = getFEPointList(); return fepl.indexOf(p); } public FEPoint safelyGetPoint(int i) { FEPointList fepl = getFEPointList();