|
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 VRMLTextureCoordinateNodeType
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, clearRemovedLayerIds, getFieldValue, getLayerIds, getMetadataObject, getRefCount, getRemovedLayerIds, 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 |
|---|
int getNumTextureComponents()
int getNumSets()
int getSize(int setNum)
setNum - The set to size
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
void getPoint(int setNum,
float[] point)
setNum - The set which this point belongs.point - The array to initialize with the point valueint isShared(int index)
index - The index to check
java.lang.String getTexCoordGenMode(int setNum)
setNum - The set which this tex gen mode refers
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||