net.jbeans.j3d.bean.factory
Class PolygonAttributesFactory

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

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

PolygonAttributesFactory

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