Uses of Interface
org.web3d.x3d.sai.Layering.Layer

Packages that use Layer 
Package Description
org.web3d.x3d.jsail.Layering  
org.web3d.x3d.sai.Layering  
  • Uses of Layer in org.web3d.x3d.jsail.Layering

    Classes in org.web3d.x3d.jsail.Layering that implement Layer 
    Modifier and Type Class Description
    class  LayerObject
    Layer contains a list of children nodes that define the contents of the layer.
  • Uses of Layer in org.web3d.x3d.sai.Layering

    Methods in org.web3d.x3d.sai.Layering that return Layer 
    Modifier and Type Method Description
    Layer Layer.setChildren​(X3DNode[] newValue)
    Accessor method to assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field children.
    Layer Layer.setMetadata​(X3DMetadataObject newValue)
    Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
    Layer Layer.setObjectType​(java.lang.String[] newValue)
    Accessor method to assign String enumeration array (""ALL"" | ""NONE"" | ""TERRAIN"") to inputOutput MFString field named objectType.
    Layer Layer.setPickable​(boolean newValue)
    Accessor method to assign boolean value to inputOutput SFBool field named pickable.
    Layer Layer.setViewport​(X3DViewportNode newValue)
    Accessor method to assign X3DViewportNode instance (using a properly typed node) to inputOutput SFNode field viewport.
    Layer Layer.setVisible​(boolean newValue)
    Accessor method to assign boolean value to inputOutput SFBool field named visible.