Package xj3d.filter.node
Interface IComposedGeometry
- All Known Implementing Classes:
BaseComposedGeometry
,IndexedFaceSet
,IndexedTriangleFanSet
,IndexedTriangleSet
,IndexedTriangleStripSet
,TriangleFanSet
,TriangleSet
,TriangleStripSet
Marker interface for the ComposedGeometryNode.
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptiongetColor()
Get the Color node wrapperGet the Coordinate node wrapperGet the Normal node wrapperGet the TextureCoordinate node wrappervoid
Set the Color node wrappervoid
setCoordinate
(Encodable coord) Set the Coordinate node wrappervoid
Set the Normal node wrappervoid
setTextureCoordinate
(Encodable texCoord) Set the TextureCoordinate node wrapperMethods inherited from interface xj3d.filter.node.Encodable
clear, clone, deepEquals, encode, getDefName, getNodeName, getUseName, setContentHandler, setDefName, setFieldReader, setUseName, setValue, setValue
-
Method Details
-
setCoordinate
Set the Coordinate node wrapper- Parameters:
coord
- The Coordinate node wrapper
-
getCoordinate
-
setColor
Set the Color node wrapper- Parameters:
color
- The Color node wrapper
-
getColor
-
setNormal
Set the Normal node wrapper- Parameters:
normal
- The Normal node wrapper
-
getNormal
-
setTextureCoordinate
Set the TextureCoordinate node wrapper- Parameters:
texCoord
- The TextureCoordinate node wrapper
-
getTextureCoordinate
Encodable getTextureCoordinate()Get the TextureCoordinate node wrapper- Returns:
- The TextureCoordinate node wrapper
-