|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.vizzini.ui.graphics.GraphicsUIFactory
public class GraphicsUIFactory
Provides creation methods for graphics UI objects.
Field Summary | |
---|---|
static int |
AWT
Constant for AWT type. |
static int |
JAVA3D
Constant for Java 3D type. |
static int |
SWING
Constant for Swing type. |
Method Summary | |
---|---|
IViewer |
createAWTObjectViewer()
Return a new AWT object viewer. |
IViewerSwing |
createJava3DObjectViewer()
Return a new Java 3D object viewer. |
IViewer |
createObjectViewer(int type)
Return a new object viewer of the given type. |
IViewerSwing |
createSwingObjectViewer()
Return a new Swing object viewer. |
protected IViewer |
createViewer(String className)
Return a new object viewer of the given type. |
static GraphicsUIFactory |
getInstance()
Return the singleton instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int AWT
public static final int SWING
public static final int JAVA3D
Method Detail |
---|
public static final GraphicsUIFactory getInstance()
public IViewer createAWTObjectViewer()
public IViewerSwing createJava3DObjectViewer()
public IViewer createObjectViewer(int type)
public IViewerSwing createSwingObjectViewer()
protected IViewer createViewer(String className)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2007 Vizzini.org. All Rights Reserved. | 2007.12.25.03.00.02 |