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 specifying camera transformations of various kinds.
ColorGradient  
ConfigurationAttributes  
CopyVisitor Creates a copy of the visited SceneGraphNode.
DefaultMatrixSupport Utility to store default matrices for Transformations.
GuiUtility  
ImageUtility  
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.
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  
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.