net.jbeans.j3d.bean.factory
Class BranchGroupFactory

java.lang.Object
  extended bynet.jbeans.j3d.bean.factory.BranchGroupFactory
All Implemented Interfaces:
net.jbeans.bean.factory.Factory

public class BranchGroupFactory
extends java.lang.Object
implements net.jbeans.bean.factory.Factory

A Factory class provides a method to instantiate an object.

Every factory must support a call on getInstance. Each factory should override the newInstance method to appropriately instantiate and initialize an instance of an object.

Version:
$Revision: 1.3 $
Author:
Masahiro Takatsuka (masa@jbeans.net)
See Also:
Factory

Constructor Summary
BranchGroupFactory()
           
 
Method Summary
 java.lang.Object getInstance()
          Instantiates an object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BranchGroupFactory

public BranchGroupFactory()
Method Detail

getInstance

public java.lang.Object getInstance()
Instantiates an object.

Specified by:
getInstance in interface net.jbeans.bean.factory.Factory


Copyright © 1995-2004 net.jbeans. All Rights Reserved.