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

Packages that use Layer
Package
Description
The Layering component describes how to layer a set of subscene layers into a composite scene.
The Layering component describes how to layer a set of subscene layers into a composite scene.
  • 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 
    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.setChildren(X3DNode[] newValue)
    Accessor method to assign org.web3d.x3d.sai.Core.X3DNode array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field children.
    Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
    Layer.setObjectType(String[] newValue)
    Accessor method to assign String enumeration array (""ALL"" | ""NONE"" | ""TERRAIN"") to inputOutput MFString field named objectType.
    Layer.setPickable(boolean newValue)
    Accessor method to assign boolean value to inputOutput SFBool field named pickable.
    Layer.setViewport(X3DViewportNode newValue)
    Accessor method to assign org.web3d.x3d.sai.Layering.X3DViewportNode instance (using a properly typed node) to inputOutput SFNode field viewport.
    Layer.setVisible(boolean newValue)
    Accessor method to assign boolean value to inputOutput SFBool field named visible.