|
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 VRMLTexture2DNodeType
Specifies a 2D texture for associated geometry.
| Method Summary | |
|---|---|
NIOBufferImage |
getImage()
Get the image representation of this texture. |
boolean |
getRepeatS()
Get the value of field repeatS. |
boolean |
getRepeatT()
Get the value of field repeatT. |
VRMLNodeType |
getTextureProperties()
Get node content for the textureProperties field. |
void |
setTextureProperties(VRMLNodeType props)
Set node content as replacement for the textureProperties field. |
| Methods inherited from interface org.web3d.vrml.nodes.VRMLTextureNodeType |
|---|
addTextureListener, getCacheString, getTextureType, removeTextureListener |
| 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 |
|---|
boolean getRepeatS()
true.
boolean getRepeatT()
true.
NIOBufferImage getImage()
VRMLNodeType getTextureProperties()
throws InvalidFieldException
InvalidFieldException - This field was request in a field with
spec version < 3.2
void setTextureProperties(VRMLNodeType props)
throws InvalidFieldValueException,
InvalidFieldException
props - The new value for geometry. Null will act like delete
InvalidFieldValueException - The node does not match the required
type.
InvalidFieldException - This field was request in a field with
spec version < 3.2
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||