Package xj3d.filter.node
Class BaseGeometry
java.lang.Object
xj3d.filter.node.BaseEncodable
xj3d.filter.node.BaseGeometry
- Direct Known Subclasses:
BaseComposedGeometry
,IndexedLineSet
,LineSet
,PointSet
Base abstract impl wrapper for Geometry nodes.
- 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 TypeMethodDescriptionvoid
clear()
Clear the node fields to their initial valuesprotected void
copy
(BaseEncodable enc, boolean deep) Copy the working objects of this into the argument.void
encode()
Push the node contents to the ContentHandler.getColor()
Get the Color node wrapperGet the Coordinate node wrappervoid
Set the Color node wrappervoid
setCoordinate
(Encodable coord) Set the Coordinate node wrappervoid
Set the value of the named field.void
Set the value of the named field.Methods inherited from class xj3d.filter.node.BaseEncodable
clone, deepEquals, getDefName, getMetadata, getNodeName, getUseName, setContentHandler, setDefName, setFieldReader, setMetadata, setUseName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface xj3d.filter.node.Encodable
clone, deepEquals, getDefName, getNodeName, getUseName, setContentHandler, setDefName, setFieldReader, setUseName
-
Constructor Details
-
BaseGeometry
-
-
Method Details
-
clear
public void clear()Clear the node fields to their initial values- Specified by:
clear
in interfaceEncodable
- Overrides:
clear
in classBaseEncodable
-
encode
public void encode()Push the node contents to the ContentHandler.- Specified by:
encode
in interfaceEncodable
- Overrides:
encode
in classBaseEncodable
-
setValue
-
setValue
Set the value of the named field.- Specified by:
setValue
in interfaceEncodable
- Overrides:
setValue
in classBaseEncodable
- Parameters:
name
- The name of the field to set.value
- The value of the field.len
- The number of values in the array.
-
copy
Copy the working objects of this into the argument. Used by subclasses to initialize a clone.- Overrides:
copy
in classBaseEncodable
- Parameters:
enc
- The encodable to initialize.deep
- true to initialize this nodes fields, false otherwise.
-
setCoordinate
Set the Coordinate node wrapper- Parameters:
coord
- The Coordinate node wrapper
-
getCoordinate
Get the Coordinate node wrapper- Returns:
- The Coordinate node wrapper
-
setColor
Set the Color node wrapper- Parameters:
color
- The Color node wrapper
-
getColor
-