public class CallPoint2D
extends java.lang.Object
| Constructor and Description |
|---|
CallPoint2D(com.ptc.pfc.pfcBase.Point2D point) |
| Modifier and Type | Method and Description |
|---|---|
static CallPoint2D |
create() |
double |
get(int idx) |
com.ptc.pfc.pfcBase.Point2D |
getPoint() |
void |
set(int idx,
double value) |
public double get(int idx)
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void set(int idx,
double value)
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic static CallPoint2D create() throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic com.ptc.pfc.pfcBase.Point2D getPoint()