net.jbeans.j3d.bean.factory
Class PointAttributesFactory

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

public class PointAttributesFactory
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
PointAttributesFactory()
           
 
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

PointAttributesFactory

public PointAttributesFactory()
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.