org.npsnet.xrti
Class XRTIRegionHandleSetFactory

java.lang.Object
  extended byorg.npsnet.xrti.XRTIRegionHandleSetFactory
All Implemented Interfaces:
RegionHandleSetFactory, java.io.Serializable

public class XRTIRegionHandleSetFactory
extends java.lang.Object
implements RegionHandleSetFactory

A factory for RegionHandleSets.

Author:
Andrzej Kapolka
See Also:
Serialized Form

Constructor Summary
XRTIRegionHandleSetFactory()
           
 
Method Summary
 RegionHandleSet create()
          Creates and returns a new RegionHandleSet.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XRTIRegionHandleSetFactory

public XRTIRegionHandleSetFactory()
Method Detail

create

public RegionHandleSet create()
Creates and returns a new RegionHandleSet.

Specified by:
create in interface RegionHandleSetFactory
Returns:
the newly created RegionHandleSet