|
Xj3D VRML/X3D Code API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Specifies a set of 2D texture coordinates. May contain multiple texture coordinate sets.
| Method Summary | |
int |
getNumSets()
Get the number of texture coordinate sets contained by this node |
int |
getNumTextureComponents()
Get the number of components defined for this texture type. |
void |
getPoint(int setNum,
float[] point)
Accessor method to get current value of field point. |
int |
getSize(int setNum)
Get the size of the specified set. |
java.lang.String |
getTexCoordGenMode(int setNum)
Get the texture coordinate generation mode. |
int |
isShared(int index)
Determine if this index is shared via DEF/USE inside this set |
void |
setPoint(int setNum,
float[] newPoint,
int numValid)
Accessor method to set a new value for field attribute point. |
| Methods inherited from interface org.web3d.vrml.nodes.VRMLGeometricPropertyNodeType |
addComponentListener, removeComponentListener |
| Methods inherited from interface org.web3d.vrml.nodes.VRMLNodeType |
addNodeListener, getFieldValue, getMetadataObject, getRefCount, hasFieldChanged, isSetupFinished, notifyExternProtoLoaded, removeNodeListener, sendRoute, setDEF, setFrameStateManager, setMetadataObject, setupFinished, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, updateRefCount |
| Methods inherited from interface org.web3d.vrml.lang.VRMLNode |
getFieldDeclaration, getFieldIndex, getNodeFieldIndices, getNumFields, getPrimaryType, getSecondaryType, getUserData, getVRMLNodeName, isDEF, setErrorReporter, setUserData, setVersion |
| Methods inherited from interface org.web3d.vrml.nodes.FrameStateListener |
allEventsComplete |
| Method Detail |
public int getNumTextureComponents()
public int getNumSets()
public int getSize(int setNum)
setNum - The set to size
public void setPoint(int setNum,
float[] newPoint,
int numValid)
setNum - The set which this point belongs.newPoint - New value for the point fieldnumValid - The number of valid values to copy from the array
java.lang.ArrayIndexOutOfBoundsException
public void getPoint(int setNum,
float[] point)
java.lang.ArrayIndexOutOfBoundsExceptionpublic int isShared(int index)
index - The index to check
public java.lang.String getTexCoordGenMode(int setNum)
setNum - The set which this tex gen mode refers
|
Xj3D VRML/X3D Code API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||