Package de.jreality.util

Miscellaneous jReality utilities used in the core packages.

See:
          Description

Interface Summary
PathCollector.Matcher  
 

Class Summary
ArrayUtility This class provides utilities for arrays as static methods.
BSHServer This class opens a ServerSocket and accepts connections.
CameraUtility A collection of static methods related to the jReality Camera class.
ColorGradient  
ConfigurationAttributes This class is for managing configuration settings based on java.lang.Properties.
CopyVisitor Creates a copy of the visited SceneGraphNode.
DefaultMatrixSupport Utility to store default matrices for Transformations.
EncompassFactory  
GuiUtility Static methods for hiding and showing the cursor.
ImageUtility Static methods for handling various image-related tasks.
Input Abstraction of an input source, whether given as a file on the local file system, a URL, or as a Java resource.
LoggingSystem LoggingSystem for jReality.
NativePathUtility  
PathCollector This visitor traverses a scene graph searching for all paths betweenthe given SceneGraphComponent and the given SceneGraphNode.
PickUtility  
Rectangle3D A Rectangle3D represents a rectangular parallelopiped in three dimensional space: a "box".
RenderTrigger RenderTrigger is a class for managing render requests for a scene (or parts of it) One can add subtrees of a scene (SceneGraphComponents and their children) to be watched for changes.
SceneGraphUtility This class holds static methods that make the parsing/traversal etc of a scene graph more comfortable.
Secure A class for managing access to system resources, especially for the case when the application is running in a secure environment and must be careful how it accesses system properties.
SimpleURLPolicy A policy which restricts access from a configured set of code source URLs and grants access to all other.
SystemProperties jReality system property keys and default values used in methods of Secure.
TargaFile Handles dealing with targa image files.
 

Package de.jreality.util Description

Miscellaneous jReality utilities used in the core packages. Examples: visitors for traversing scene graphs and collecting paths satisfying some criterion, static methods for working with instances of Camera, a class for representing 3D bounding boxes, a class for accessing file/URL/package resources, etc.