net.jbeans.j3d.bean.factory
Class LineAttributesFactory

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

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

LineAttributesFactory

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