Package xj3d.filter.node
Class MultiTextureCoordinate
java.lang.Object
xj3d.filter.node.BaseEncodable
xj3d.filter.node.MultiTextureCoordinate
- All Implemented Interfaces:
Encodable,IGeometricProperty,ITextureCoordinate
Wrapper for the X3D MultiTextureCoordinate node.
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Field Summary
Fields inherited from class xj3d.filter.node.BaseEncodable
bch, defName, fieldReader, handler, HANDLER_BINARY, HANDLER_NULL, HANDLER_STRING, handlerType, nodeName, sch, useName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAdd a TextureCoordinate to this node.voidaddTextureCoordinate(Encodable[] enc) Add TextureCoordinates to this node.voidclear()Clear the node fields to their initial valuesclone(boolean full) Create and return a copy of this object.voidencode()Push the node contents to the ContentHandler.Return the TextureCoordinates of this node.voidsetTextureCoordinate(Encodable[] enc) Clear and set the TextureCoordinates of this node.voidSet the value of the named field.voidSet the value of the named field.Methods inherited from class xj3d.filter.node.BaseEncodable
copy, deepEquals, getDefName, getMetadata, getNodeName, getUseName, setContentHandler, setDefName, setFieldReader, setMetadata, setUseNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface xj3d.filter.node.Encodable
deepEquals, getDefName, getNodeName, getUseName, setContentHandler, setDefName, setFieldReader, setUseName
-
Constructor Details
-
MultiTextureCoordinate
public MultiTextureCoordinate()Constructor -
MultiTextureCoordinate
-
-
Method Details
-
clear
public void clear()Clear the node fields to their initial values- Specified by:
clearin interfaceEncodable- Overrides:
clearin classBaseEncodable
-
encode
public void encode()Push the node contents to the ContentHandler.- Specified by:
encodein interfaceEncodable- Overrides:
encodein classBaseEncodable
-
setValue
-
setValue
Set the value of the named field.- Specified by:
setValuein interfaceEncodable- Overrides:
setValuein classBaseEncodable- Parameters:
name- The name of the field to set.value- The value of the field.len- The number of values in the array.
-
clone
Create and return a copy of this object.- Specified by:
clonein interfaceEncodable- Overrides:
clonein classBaseEncodable- Parameters:
full- true if the clone should contain a copy of the complete contents of this node and it's children, false returns a new instance of this node type.- Returns:
- a copy of this.
-
setTextureCoordinate
Clear and set the TextureCoordinates of this node.- Parameters:
enc- The TextureCoordinate nodes to set. A value of null just performs a clear.
-
getTextureCoordinate
Return the TextureCoordinates of this node.- Returns:
- The TextureCoordinate nodes of this node.
-
addTextureCoordinate
Add TextureCoordinates to this node.- Parameters:
enc- The TextureCoordinate nodes to add to this node.
-
addTextureCoordinate
Add a TextureCoordinate to this node.- Parameters:
enc- A TextureCoordinate node to add to this node.
-