Class ConfigurationProperties

java.lang.Object
org.web3d.x3d.jsail.ConfigurationProperties

public class ConfigurationProperties extends Object
Utility class that enables developers to set custom configuration properties when using X3D Java SAI Library (X3DJSAIL). Note use of static methods.

Warning: this is an abstract interface that cannot be instantiated as a concrete object. Java programmers typically only need to use concrete objects provided by the org.web3d.x3d.jsail classes. Utility methods and command-line support are available to load Java .property files, such as X3DJSAIL.properties.template for user preferences.

Output serialization support is provided for indentation, X3D Compressed Binary Encoding: X3D Canonical Form, showing default attribute values, and other custom settings.

See Also: