com.ideo.sweetdevria.draw
Class DrawerFactory

java.lang.Object
  extended by com.ideo.sweetdevria.draw.DrawerFactory

public class DrawerFactory
extends java.lang.Object

Factory for all velocity drawing classes


Constructor Summary
DrawerFactory()
           
 
Method Summary
 IDrawer createDrawer()
          Return an instance of a Class implementing the Interface IDrawer
static DrawerFactory newInstance()
          Return an instance of the DrawerFactory Class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DrawerFactory

public DrawerFactory()
Method Detail

newInstance

public static DrawerFactory newInstance()
Return an instance of the DrawerFactory Class

Returns:
an new instance of the DrawerFactory Class

createDrawer

public IDrawer createDrawer()
                     throws java.lang.Exception
Return an instance of a Class implementing the Interface IDrawer

Returns:
instance of IDrawer
Throws:
java.lang.Exception


Copyright © 2010 Ideo Technologies. All Rights Reserved.