Package xj3d.filter.node
Interface IShape
-
Method Summary
Modifier and TypeMethodDescriptionGet the Appearance node wrapperGet the Geometry node wrappervoid
setAppearance
(Encodable appearance) Set the Appearance node wrappervoid
setGeometry
(Encodable geometry) Set the Geometry node wrapperMethods inherited from interface xj3d.filter.node.Encodable
clear, clone, deepEquals, encode, getDefName, getNodeName, getUseName, setContentHandler, setDefName, setFieldReader, setUseName, setValue, setValue
-
Method Details
-
setGeometry
Set the Geometry node wrapper- Parameters:
geometry
- The Geometry node wrapper
-
getGeometry
-
setAppearance
Set the Appearance node wrapper- Parameters:
appearance
- The Appearance node wrapper
-
getAppearance
-