Class NRTextureProperties
java.lang.Object
org.web3d.vrml.renderer.common.nodes.AbstractNode
org.web3d.vrml.renderer.common.nodes.texture.BaseTextureProperties
org.web3d.vrml.renderer.norender.nodes.texture.NRTextureProperties
- All Implemented Interfaces:
VRMLNode
,FrameStateListener
,VRMLAppearanceChildNodeType
,VRMLNodeType
,VRMLTextureProperties2DNodeType
,NRVRMLNode
Null renderer implementation of a texture properties.
- Version:
- $Revision: 1.3 $
- Author:
- Alan Hudson
-
Field Summary
Fields inherited from class org.web3d.vrml.renderer.common.nodes.texture.BaseTextureProperties
FIELD_ANISOTROPIC_DEGREE, FIELD_ANISOTROPIC_MODE, FIELD_BORDER_COLOR, FIELD_BORDER_WIDTH, FIELD_BOUNDARY_MODE_R, FIELD_BOUNDARY_MODE_S, FIELD_BOUNDARY_MODE_T, FIELD_GENERATE_MIPMAPS, FIELD_MAGNIFICATION_FILTER, FIELD_MINIFICATION_FILTER, FIELD_TEXTURE_COMPRESSION, FIELD_TEXTURE_PRIORITY, LAST_TEXTUREPROPS_INDEX, NUM_FIELDS, vfAnisotropicDegree, vfAnisotropicMode, vfBorderColor, vfBorderWidth, vfBoundaryModeR, vfBoundaryModeS, vfBoundaryModeT, vfGenerateMipMaps, vfMagnificationFilter, vfMinificationFilter, vfTextureCompression, vfTexturePriority
Fields inherited from class org.web3d.vrml.renderer.common.nodes.AbstractNode
errorReporter, FIELD_METADATA, fieldLocalData, hasChanged, inSetup, isDEF, isStatic, LAST_NODE_INDEX, layerIds, nodeName, pMetadata, refCounts, removedLayerIds, stateManager, STATIC_SCENE_GRAPH, vfMetadata, vrmlMajorVersion, vrmlMinorVersion
-
Constructor Summary
ConstructorsConstructorDescriptionConstruct a new default instance of this class.Construct a new instance of this node based on the details from the given node. -
Method Summary
Methods inherited from class org.web3d.vrml.renderer.common.nodes.texture.BaseTextureProperties
getAnisotropicDegree, getAnisotropicMode, getBorderColor, getBorderWidth, getBoundaryModeS, getBoundaryModeT, getFieldDeclaration, getFieldIndex, getFieldValue, getGenerateMipMaps, getMagnificationFilter, getMinificationFilter, getNodeFieldIndices, getNumFields, getPrimaryType, getTextureCompression, getTexturePriority, sendRoute, setupFinished, setValue, setValue, setValue, setValue, setValue
Methods inherited from class org.web3d.vrml.renderer.common.nodes.AbstractNode
addNodeListener, allEventsComplete, checkNodeType, checkSecondaryType, checkSecondaryType, clearRemovedLayerIds, fireFieldChanged, getLayerIds, getMetadataObject, getRefCount, getRemovedLayerIds, getSecondaryType, getUserData, getVRMLNodeName, hasFieldChanged, isDEF, isSetupFinished, notifyExternProtoLoaded, removeNodeListener, setDEF, setErrorReporter, setFrameStateManager, setMetadataObject, setUserData, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setVersion, throwInitOnlyWriteException, throwInputOnlyWriteException, throwInvalidNodeException, throwInvalidProtoException, throwOutputOnlyWriteException, updateRefCount, updateRefs
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.web3d.vrml.nodes.FrameStateListener
allEventsComplete
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.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
-
Constructor Details
-
NRTextureProperties
public NRTextureProperties()Construct a new default instance of this class. -
NRTextureProperties
Construct a new instance of this node based on the details from the given node. If the node is not the same type, an exception will be thrown.- Parameters:
node
- The node to copy- Throws:
IllegalArgumentException
- The node is not the same type
-