Uses of Interface
org.web3d.x3d.sai.NURBS.Contour2D

Packages that use Contour2D 
Package Description
org.web3d.x3d.jsail.NURBS  
org.web3d.x3d.sai.NURBS  
  • Uses of Contour2D in org.web3d.x3d.jsail.NURBS

    Classes in org.web3d.x3d.jsail.NURBS that implement Contour2D 
    Modifier and Type Class Description
    class  Contour2DObject
    Contour2D groups a set of curve segments into a composite contour.
  • Uses of Contour2D in org.web3d.x3d.sai.NURBS

    Methods in org.web3d.x3d.sai.NURBS that return Contour2D 
    Modifier and Type Method Description
    Contour2D Contour2D.setChildren​(X3DNode[] newValue)
    Accessor method to assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field children. // newValueInstanceAcceptableNodeTypesTest checks are needed for methods that override/subset X3DNode interfaces #1 boolean isNodeTypeAllowed = (newValue instanceof org.web3d.x3d.jsail.Core.CommentsBlock) || (newValue instanceof org.web3d.x3d.jsail.Core.ROUTEObject) || (newValue instanceof org.web3d.x3d.jsail.Networking.IMPORTObject) || (newValue instanceof org.web3d.x3d.jsail.Networking.EXPORTObject) || (newValue instanceof org.web3d.x3d.jsail.Core.ProtoDeclareObject) || (newValue instanceof org.web3d.x3d.jsail.Core.ExternProtoDeclareObject) || (((X3DConcreteNode)newValue) instanceof org.web3d.x3d.jsail.NURBS.NurbsCurve2DObject) || (((X3DConcreteNode)newValue) instanceof org.web3d.x3d.jsail.NURBS.ContourPolyline2DObject); if (!
    Contour2D Contour2D.setMetadata​(X3DMetadataObject newValue)
    Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.