|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Polypoint2D
Defines the requirements of an X3D Polypoint2D node
| Method Summary | |
|---|---|
int |
getNumPoint()
Return the number of MFVec2f items in the point field. |
void |
getPoint(float[] val)
Return the point value in the argument float[] |
void |
setPoint(float[] val)
Set the point field. |
| Methods inherited from interface org.web3d.x3d.sai.X3DNode |
|---|
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata |
| Method Detail |
|---|
int getNumPoint()
void getPoint(float[] val)
val - The float[] to initialize.void setPoint(float[] val)
val - The float[] to set.
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||