Uses of Interface
CloneableEx

Uses of CloneableEx in <Unnamed>
 

Classes in <Unnamed> that implement CloneableEx
 class Box
          Represents a 6-sided box.
 class Camera
          A simple camera class for specifying the view into the scene.
 class Ellipsoid
          Represents an ellipsoid An {code Ellipsoid} is specified by an origin point and a vector for each of it's semi-axes.
 class Light
          A class representing a light.
 class Plane
          A class representing a plane.
 class Polygon
          A class representing a polygon.
 class Scene
          A class that contains all information necessary to render a scene, including objects in the scene, lights in the scene, viewport dimensions, and global scene properties.
 class Shape
          An abstract class that provides an interface for manipulating different shapes.
 class Sphere
          A class representing a sphere.
 class SurfaceProperties
          A class to contain the surface properties of an object.
 

Methods in <Unnamed> with type parameters of type CloneableEx
static
<T extends CloneableEx>
java.util.ArrayList<T>
Utilities.deepCopy(java.util.ArrayList<T> arrayList)
          Performs a deep copy of the specified ArrayList.