us.ihmc.graphics3DAdapter
Class Graphics3DAdapterTools

java.lang.Object
  extended by us.ihmc.graphics3DAdapter.Graphics3DAdapterTools

public class Graphics3DAdapterTools
extends java.lang.Object


Constructor Summary
Graphics3DAdapterTools()
           
 
Method Summary
static void createNewWindow(java.awt.Canvas canvas, java.lang.String title, int width, int height)
           
static void createNewWindow(Graphics3DAdapter graphics3DAdapter, java.lang.String title, int width, int height)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Graphics3DAdapterTools

public Graphics3DAdapterTools()
Method Detail

createNewWindow

public static void createNewWindow(Graphics3DAdapter graphics3DAdapter,
                                   java.lang.String title,
                                   int width,
                                   int height)

createNewWindow

public static void createNewWindow(java.awt.Canvas canvas,
                                   java.lang.String title,
                                   int width,
                                   int height)