net.jbeans.j3d.bean.factory
Class TextureAttributesFactory

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

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

TextureAttributesFactory

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