Class NRAppearance
java.lang.Object
org.web3d.vrml.renderer.common.nodes.AbstractNode
org.web3d.vrml.renderer.common.nodes.shape.BaseAppearance
org.web3d.vrml.renderer.norender.nodes.shape.NRAppearance
- All Implemented Interfaces:
VRMLNode
,FrameStateListener
,VRMLAppearanceNodeType
,VRMLNodeType
,VRMLTextureListener
,NRVRMLNode
Null renderer implementation of an Appearance node.
- Version:
- $Revision: 1.1 $
- Author:
- Alan Hudson
-
Field Summary
Fields inherited from class org.web3d.vrml.renderer.common.nodes.shape.BaseAppearance
ANISOTROPIC_DEGREE_PROP, anisotropicDegree, DEFAULT_ANISOTROPIC_DEGREE, DEFAULT_USE_MIPMAPS, DEFAULT_USETEXTURECACHE, FIELD_ACOUSTIC_PROPERTIES, FIELD_ALPHACUTOFF, FIELD_ALPHAMODE, FIELD_BACKMATERIAL, FIELD_FILL_PROPERTIES, FIELD_LINE_PROPERTIES, FIELD_MATERIAL, FIELD_POINT_PROPERTIES, FIELD_SHADERS, FIELD_TEXTURE, FIELD_TEXTURE_PROPERTIES, FIELD_TEXTURE_TRANSFORM, FILL_PROP_NODE_MSG, FILL_PROP_PROTO_MSG, LINE_PROP_NODE_MSG, LINE_PROP_PROTO_MSG, MATERIAL_NODE_MSG, MATERIAL_PROTO_MSG, numStages, pAcousticProperties, pBackMaterial, pFillProperties, pLineProperties, pMaterial, POINT_PROP_NODE_MSG, POINT_PROP_PROTO_MSG, pPointProperties, pShaders, pTexture, pTextureProperties, pTextureTransform, stages, TEXTURE_NODE_MSG, TEXTURE_PROP_NODE_MSG, TEXTURE_PROP_PROTO_MSG, TEXTURE_PROTO_MSG, totalTextureSize, TRANSFORM_NODE_MSG, TRANSFORM_PROTO_MSG, urls, USE_MIPMAPS_PROP, useMipMaps, useTextureCache, USETEXTURECACHE_PROP, vfAcousticProperties, vfAlphaCutoff, vfAlphaMode, vfBackMaterial, vfFillProperties, vfLineProperties, vfMaterial, vfPointProperties, vfShaders, vfTexture, vfTextureProperties, vfTextureTransform
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
ConstructorsConstructorDescriptionEmpty constructorNRAppearance
(VRMLNodeType node) 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.shape.BaseAppearance
addMaterialColorListener, getAcousticProperties, getAlphaCutoff, getAlphaMode, getBackMaterial, getFieldDeclaration, getFieldIndex, getFieldValue, getFillProperties, getLineProperties, getMaterial, getNodeFieldIndices, getNumFields, getPointProperties, getPrimaryType, getShaders, getTexture, getTextureProperties, getTextureTransform, getTotalTextureSize, insureStageSize, notifyExternProtoLoaded, processImage, processImages, removeMaterialColorListener, sendRoute, setAcousticProperties, setAlphaCutoff, setAlphaMode, setBackMaterial, setCCW, setFillProperties, setLightingEnabled, setLineProperties, setLocalColor, setMaterial, setPointProperties, setShaders, setSolid, setTexture, setTextureProperties, setTextureTransform, setupFinished, setValue, setValue, setValue, textureImageChanged, textureImageChanged, textureParamsChanged, textureParamsChanged
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, removeNodeListener, setDEF, setErrorReporter, setFrameStateManager, setMetadataObject, setUserData, setValue, setValue, 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
-
NRAppearance
public NRAppearance()Empty constructor -
NRAppearance
Construct a new instance of this node based on the details from the given node. If the node is not a Appearance node, an exception will be thrown.- Parameters:
node
- The node to copy- Throws:
IllegalArgumentException
- The node is not a Group node
-