uci.gef.demo
Class BroomStudy

java.lang.Object
  |
  +--uci.gef.demo.BroomStudy

public class BroomStudy
extends Object


Field Summary
protected  JGraphFrame _jgf
           
static String[] _Labels
           
protected  uci.gef.demo.EventMeter _meter
           
protected  ToolBar _tools
           
static BroomStudy SINGLETON
           
 
Constructor Summary
BroomStudy()
           
 
Method Summary
static void main(String[] args)
           
 void reset()
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SINGLETON

public static BroomStudy SINGLETON

_Labels

public static String[] _Labels

_jgf

protected JGraphFrame _jgf

_tools

protected ToolBar _tools

_meter

protected uci.gef.demo.EventMeter _meter
Constructor Detail

BroomStudy

public BroomStudy()
Method Detail

reset

public void reset()

start

public void start()

main

public static void main(String[] args)