Class newScene
java.lang.Object
newScene
public class newScene
extends java.lang.Object
*enter description here, short-sentence summaries preferred*.
Related links: newScene.java source, X3D Resources, X3D Scene Authoring Hints, and X3D Tooltips.
meta tags | newScene Document Metadata |
title | *enter FileNameWithNoAbbreviations.x3d here* |
description | *enter description here, short-sentence summaries preferred* |
creator | *enter name of original author here* |
translator | *if manually translating VRML-to-X3D, enter name of person translating here* |
created | *enter date of initial version here* |
translated | *enter date of translation here* |
modified | 20 October 2019 |
version | *enter version here, if any* |
reference | *enter reference citation or relative/online url here* |
reference | *enter additional url/bibliographic reference information here* |
requires | *enter reference resource here if required to support function, delivery, or coherence of content* |
rights | *enter copyright information here* Example: Copyright (c) Web3D Consortium Inc. 2006 to present |
drawing | *enter drawing filename/url here* |
Image | *enter image filename/url here* |
MovingImage | *enter movie filename/url here* |
photo | *enter photo filename/url here* |
subject | *enter subject keywords here* |
accessRights | *enter permission statements or url here* |
warning | *insert any known warnings, bugs or errors here* |
identifier | *enter online Uniform Resource Identifier (URI) or Uniform Resource Locator (URL) address for this file here* |
generator | X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit |
license | ../license.html |
This program uses the
X3D Java Scene Access Interface Library (X3DJSAIL).
It has been produced using the
X3dToJava.xslt
stylesheet to create Java source code from an .x3d
model.
-
Constructor Summary
Constructors Constructor Description newScene()
Default constructor to create this object. -
Method Summary
Modifier and Type Method Description org.web3d.x3d.jsail.Core.X3D
getX3dModel()
Provide a shallow copy of the X3D model.void
initialize()
Create and initialize the X3D model for this object.static void
main(java.lang.String[] args)
Default main() method provided for test purposes, uses CommandLine to set global ConfigurationProperties for this object.
-
Constructor Details
-
newScene
public newScene()Default constructor to create this object.
-
-
Method Details
-
initialize
public final void initialize()Create and initialize the X3D model for this object. -
getX3dModel
public org.web3d.x3d.jsail.Core.X3D getX3dModel()Provide a shallow copy of the X3D model.- Returns:
- newScene model
- See Also:
- X3D
-
main
public static void main(java.lang.String[] args)Default main() method provided for test purposes, uses CommandLine to set global ConfigurationProperties for this object.- Parameters:
args
- array of input parameters, provided as arguments- See Also:
- X3D.handleArguments(args), X3D.validationReport(), CommandLine, CommandLine.USAGE, ConfigurationProperties
-