Package sk.ipesoft.d2000.go
Interface IMultiPointComponent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetDistX(int idx)Corresponds to ESL function %HI_GetDistXintgetDistY(int idx)Corresponds to ESL function %HI_GetDistYvoidsetDistX(int idx, int value)Corresponds to ESL function %HI_SetDistXvoidsetDistY(int idx, int value)Corresponds to ESL function %HI_SetDistY
-
-
-
Method Detail
-
getDistX
int getDistX(int idx)
Corresponds to ESL function %HI_GetDistX
-
setDistX
void setDistX(int idx, int value)Corresponds to ESL function %HI_SetDistX
-
getDistY
int getDistY(int idx)
Corresponds to ESL function %HI_GetDistY
-
setDistY
void setDistY(int idx, int value)Corresponds to ESL function %HI_SetDistY
-
-