com.yobotics.simulationconstructionset.util.graphics
Class SCSGraphicsRegistrar

java.lang.Object
  extended by com.yobotics.simulationconstructionset.util.graphics.DynamicGraphicObjectsListRegistry
      extended by com.yobotics.simulationconstructionset.util.graphics.SCSGraphicsRegistrar

Deprecated.

public class SCSGraphicsRegistrar
extends DynamicGraphicObjectsListRegistry

Title: SCSGraphicsRegistrar OR "How I learned to stop typing DynamicGraphicObjectsListRegistry and love the java"

Description: Acts as an DynamicGraphicObjectsListRegistry and a GraphicObjectsList. Use anywhwere as a registry, add dynamic graphic objects to it, and then call registerEverything() with an scs

Copyright: Copyright (c) 2007

Company: IHMC

Version:
1.0
Author:
jrebula

Constructor Summary
SCSGraphicsRegistrar()
          Deprecated.  
 
Method Summary
 void add(DynamicGraphicObject dynamicGraphicObject)
          Deprecated.  
 YoVariable getVariable(java.lang.String string)
          Deprecated.  
 boolean hasUniqueVariable(java.lang.String var)
          Deprecated.  
 void registerInternalGraphicsList()
          Deprecated.  
 void registerVariable(YoVariable yoVariable)
          Deprecated.  
 
Methods inherited from class com.yobotics.simulationconstructionset.util.graphics.DynamicGraphicObjectsListRegistry
addDynamicGraphicsObjectListsToSimulationConstructionSet, getRegisteredDynamicGraphicObjectsLists, registerDynamicGraphicObjectsList, registerDynamicGraphicObjectsLists
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SCSGraphicsRegistrar

public SCSGraphicsRegistrar()
Deprecated. 
Method Detail

registerInternalGraphicsList

public void registerInternalGraphicsList()
Deprecated. 

add

public void add(DynamicGraphicObject dynamicGraphicObject)
Deprecated. 

hasUniqueVariable

public boolean hasUniqueVariable(java.lang.String var)
Deprecated. 

getVariable

public YoVariable getVariable(java.lang.String string)
Deprecated. 

registerVariable

public void registerVariable(YoVariable yoVariable)
Deprecated.