shapeCreators.add(new ShapeCreator(this, AUTOMATON));
shapeCreators.add(new ShapeCreator(this, CONNECTION));
shapeCreators.add(new ShapeCreator(this, BAR));
// Providers
DataSourcePool.global.addProvider(new LinearSinusDataSourceProvider());
DataSourcePool.global.addProvider(new DataSourceCollectionAnimatorProvider());
DataSourcePool.global.addProvider(new DataSourceAnimatorProvider());
DataSourcePool.global.addProvider(new RangeSourceProvider());
DataSourcePool.global.addProvider(new RandomSourceProvider());
DataSourcePool.global.addProvider(new AsciiProvider());